Accessibility digest

Synopsis
PageCandidate Jesse Gabriel (D)
URLhttps://jessegabriel.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1494
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 Jesse Gabriel (D) at https://jessegabriel.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 1494, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1494Sum of the component scores
issue1325Severity and number of reported defects
tool166Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log3Browser 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
fontSizeAbsolute280
menuNavigation116
spontaneousMotion106
targetEmpty104
focusIndication76
roleRedundant54
duplicateID48
cssInvalid48
linkIndication48
slashParseRisk38
hoverSurprise38
linkForcesNewWindow36
imageNoText24
svgImageNoText24
tabIndexMissing24
overflowHidden20
attributeBad16
pseudoListRisk16
targetSize15
pseudoNavList14
overflowHiddenRisk14
linkWindowSurpriseRisk12
boxSizeAbsolute12
linkTextsSame12
focusableOperable12
linkNoText8
parentBad8
hiddenContentRisk7
landmarkConfusion6
navConfusion6
skipRepeatedContent6
tabFocusability6
zIndexNotZero5
regionNoText4
textContrastAA4
figureNoText4
destinationLink4
sectionHeadingless4
errorReferenceBad4
leadingClipsText4
titleBad4
repeatedContentRisk3
scrollRisk3
obsolete3
typeRedundant3
noHeading3
linkVague3
inconsistentStyles3
contrastAAA2
linkBrokenRisk2
duplicateAttribute2
mainNone2
contrastRisk1
labelConfusionRisk1
noOptionFocusable1
autocompleteNone1
linkComprehensionRisk1
ignorable0

Itemized issues

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

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 280

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

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

Count of instances: 140

Complaint specifics

Issue menuNavigation

WCAG: 2.1.1

Score: 116

Complaints by testaro

Rule menuNav

Description: Nonstandard keyboard navigation among focusable menu items

Count of instances: 58

Complaint specifics

Issue spontaneousMotion

WCAG: 2.2.2

Score: 106

Complaints by testaro

Rule motion

Description: Change of visible content not requested by user

Count of instances: 53

Complaint specifics

Issue targetEmpty

WCAG: 1.3.1

Score: 104

Complaints by nuVal

Rule Bad value for attribute target on element a: Browsing context name must be at least one character long.

Description: target attribute on an a element is empty

Count of instances: 26

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 76

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 19

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 1

Complaint specifics

Issue roleRedundant

WCAG: 4.1.2

Score: 54

Complaints by ibm

Rule aria_role_redundant

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

Count of instances: 12

Complaint specifics

Complaints by nuVal

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

Description: explicit role is redundant for its element

Count of instances: 52

Complaint specifics
Rule The textbox role is unnecessary for an input element that has no list attribute and whose type is text.

Description: explicit role is redundant for a text-type input element without a list attribute

Count of instances: 2

Complaint specifics

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 35

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 48

Complaints by alfa

Rule r3

Description: Element id attribute value is not unique

Count of instances: 6

Complaint specifics

Complaints by axe

Rule duplicate-id

Description: id attribute value is not unique

Count of instances: 3

Complaint specifics

Complaints by continuum

Rule 94

Description: Element contains an id attribute set to a value that is not unique in the DOM

Count of instances: 6

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_1.F77

Description: Duplicate id attribute value

Count of instances: 3

Complaint specifics

Complaints by ibm

Rule element_id_unique

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

Count of instances: 3

Complaint specifics

Complaints by nuVal

Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$

Description: Duplicate id

Count of instances: 12

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 6

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 48

Complaints by nuVal

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

Description: Invalid value in CSS

Count of instances: 12

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

Description: Invalid CSS

Count of instances: 4

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 48

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 24

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 38

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

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 38

Complaints by testaro

Rule hover

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

Count of instances: 19

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 36

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 12

Complaint specifics

Issue imageNoText

WCAG: 1.1.1

Score: 24

Complaints by alfa

Rule r2

Description: Image has no accessible name

Count of instances: 2

Complaint specifics

Complaints by axe

Rule image-alt

Description: Image has no text alternative

Count of instances: 2

Complaint specifics

Complaints by continuum

Rule 89

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

Count of instances: 2

Complaint specifics

Complaints by htmlcs

Rule AAA.1_1_1.H37

Description: img element has no alt attribute

Count of instances: 3

Complaint specifics

Complaints by ibm

Rule img_alt_valid

Description: Image has neither an alt attribute nor an ARIA label or title

Count of instances: 2

Complaint specifics

Complaints by nuVal

Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

Description: img element has no alt attribute

Count of instances: 6

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R17

Description: Image has no accessible name

Count of instances: 2

Complaint specifics

Complaints by wave

Rule alt_missing

Description: Text alternative is missing

Count of instances: 2

Complaint specifics

Issue svgImageNoText

WCAG: 1.1.1

Score: 24

Complaints by continuum

Rule 123

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

Count of instances: 6

Complaint specifics

Issue tabIndexMissing

WCAG: 2.1.1

Score: 24

Complaints by tenon

Rule 190

Description: Interactive item is not natively actionable, but has no tabindex=0 attribute

Count of instances: 6

Complaint specifics

Issue overflowHidden

WCAG: 1.4.4

Score: 20

Complaints by alfa

Rule r83

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

Count of instances: 5

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 pseudoListRisk

WCAG: 1.3.1

Score: 16

Complaints by qualWeb

Rule QW-BP23

Description: List item is used nonsemantically

Count of instances: 16

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 15

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 5

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 14

Complaints by htmlcs

Rule AAA.1_3_1.H48

Description: Navigation links are not coded as a list

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T32

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

Count of instances: 7

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 14

Complaints by qualWeb

Rule QW-ACT-R40

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

Count of instances: 14

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 12

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

Complaint specifics

Issue boxSizeAbsolute

WCAG: 1.4.4

Score: 12

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 4

Complaint specifics

Issue linkTextsSame

WCAG: 2.4.4

Score: 12

Complaints by tenon

Rule 98

Description: Links have the same text but different destinations

Count of instances: 6

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 12

Complaints by testaro

Rule focOp

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

Count of instances: 4

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 8

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 1

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 1

Complaint specifics

Complaints by continuum

Rule 238

Description: Element with a link role has no machanism allowing an accessible name value to be calculated

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule a_text_purpose

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

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R12

Description: Link has no accessible name

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T21

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

Count of instances: 1

Complaint specifics

Complaints by tenon

Rule 57

Description: Link has no text inside it

Count of instances: 1

Complaint specifics

Complaints by wave

Rule alt_link_missing

Description: Linked image has no text alternative

Count of instances: 1

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 8

Complaints by nuVal

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

Description: Element has an invalid parent

Count of instances: 2

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 7

Complaints by axe

Rule hidden-content

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

Count of instances: 7

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 6

Complaints by axe

Rule landmark-unique

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

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule aria_landmark_name_unique

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

Count of instances: 2

Complaint specifics

Issue navConfusion

WCAG: 1.3.6

Score: 6

Complaints by ibm

Rule aria_navigation_label_unique

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

Count of instances: 2

Complaint specifics

Issue 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 tabFocusability

WCAG: 2.1.1

Score: 6

Complaints by testaro

Rule focAll

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

Count of instances: 3

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 5

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 5

Complaint specifics

Issue regionNoText

WCAG: 4.1.2

Score: 4

Complaints by alfa

Rule r40

Description: Region has no accessible name

Count of instances: 1

Complaint specifics

Complaints by continuum

Rule 1010

Description: Element with a region role has no machanism allowing an accessible name to be calculated

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule aria_region_labelled

Description: Element with a region role has no label

Count of instances: 1

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 4

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 1

Complaint specifics

Issue figureNoText

WCAG: 1.1.1

Score: 4

Complaints by ibm

Rule figure_label_exists

Description: figure element has no associated label

Count of instances: 1

Complaint specifics

Issue destinationLink

WCAG: 1.3.1

Score: 4

Complaints by nuVal

Rule Element a is missing required attribute href.

Description: a element has no href attribute

Count of instances: 2

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 4

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

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 4

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 1

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 4

Complaints by tenon

Rule 144

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

Count of instances: 1

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 4

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 1

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 3

Complaints by alfa

Rule r87

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

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

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

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T23

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

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 3

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

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 3

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 1

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 3

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 3

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 linkVague

WCAG: 2.4.4

Score: 3

Complaints by tenon

Rule 73

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

Count of instances: 1

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 3

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 3

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 2

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 2

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 1

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 2

Complaint specifics

Issue linkBrokenRisk

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.Placeholder

Description: Link has text but no href, id, or name attribute

Count of instances: 1

Complaint specifics

Issue duplicateAttribute

WCAG: 4.1.1

Score: 2

Complaints by nuVal

Rule ^Duplicate attribute.*$

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

Count of instances: 1

Complaint specifics

Complaints by testaro

Rule dupAtt

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

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 1

Complaints by htmlcs

Rule AAA.1_4_6.G17.Abs

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

Count of instances: 1

Complaint specifics

Issue labelConfusionRisk

WCAG: 3.3.2

Score: 1

Complaints by ibm

Rule input_label_before

Description: Label text is after its text input or select element

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T17

Description: label not positioned to maximize the predictability of the relationship

Count of instances: 1

Complaint specifics

Issue noOptionFocusable

WCAG: 2.1.1

Score: 1

Complaints by ibm

Rule aria_child_tabbable

Description: No descendent element with an option role is tabbable

Count of instances: 1

Complaint specifics

Issue autocompleteNone

WCAG: 1.3.5

Score: 1

Complaints by testaro

Rule autocomplete

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

Count of instances: 1

Complaint specifics

Issue linkComprehensionRisk

WCAG: 2.4.4

Score: 1

Complaints by wave

Rule link_suspicious

Description: Suspicious link text

Count of instances: 1

Complaint specifics

Issue ignorable

WCAG: N/A

Score: 0

Complaints by qualWeb

Rule QW-WCAG-T20

Description: Link text is not supplemented with a title attribute

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD46-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687098994662,
      "endTime": 1687098995220
    },
    {
      "type": "url",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)",
      "startTime": 1687098995220,
      "result": {
        "url": "https://jessegabriel.com/"
      },
      "endTime": 1687098996035
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687098996035,
      "url": "https://jessegabriel.com/",
      "endTime": 1687098996737
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687098996738,
      "url": "https://jessegabriel.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                505949,
                290160,
                290160,
                290160,
                290160
              ],
              "localRatios": [
                1.744,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1.186,
              "maxLocalRatio": 1.744,
              "globalRatio": 1.744,
              "pixelChanges": [
                781052,
                0,
                0,
                0
              ],
              "meanPixelChange": 195263,
              "maxPixelChange": 781052,
              "changeFrequency": 0.25
            },
            "totals": [
              0,
              0,
              53,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "motion",
                "what": "Content moves or changes without user request",
                "count": 53,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          53,
          0
        ],
        "instances": [
          {
            "ruleID": "motion",
            "what": "Content moves or changes without user request",
            "count": 53,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687099010071
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687099010071,
      "endTime": 1687099010855
    },
    {
      "type": "url",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)",
      "startTime": 1687099010856,
      "result": {
        "url": "https://jessegabriel.com/"
      },
      "endTime": 1687099011300
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687099011301,
      "url": "https://jessegabriel.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 18,
          "warnings": 3
        },
        "items": [
          {
            "index": 10,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c...",
                "  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\">",
                "    <img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681...",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 136,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]",
              "codeLines": [
                "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..."
              ]
            }
          },
          {
            "index": 137,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]",
              "codeLines": [
                "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 ..."
              ]
            }
          },
          {
            "index": 226,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "codeLines": [
                "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\">",
                "            <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-17 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "              <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-1k c1-1l c1-1m c1-1n c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-1s c1-1t c1-1u c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-1z c1-20 c1-21 c1-22 c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" ...",
                "                      <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                        <path fill-rule=\"evenodd\" d=\"M19.248 7.5H4.752A.751.751 0 0 1 4 6.75c0-.414.337-.75.752-.75h14.496a.75.75 0 1 1 0 1.5m0 5.423H4.752a.75.75 0 0 1 0-1.5h14.496a.75.75 0 1 1 0 1.5m0 5.423H4.752a.75.75 0 1 1 0-1.5h14.496a.75.75 0 1 1 0 1.5\"></path>",
                "                      </svg>",
                "                    </a>",
                "                  </div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </nav>",
                "          <nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">",
                "            <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-2r c1-v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "              <div data-ux=\"Block\" id=\"n-8595785960-navBarId\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-1k c1-2t c1-1v c1-1x c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">",
                "                      <ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3...",
                "                            Home",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3...",
                "                            About Jesse",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-...",
                "                            Endorsements",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                            <span data-ux=\"Element\" class=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\">",
                "                              <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_DROPDOWN\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c...",
                "                                <div data-aid=\"NAV_DROPDOWN\" style=\"pointer-events: none; display: flex; align-items: center;\">",
                "                                  <span style=\"margin-right: 4px;\">",
                "                                    Contribute",
                "                                  </span>",
                "                                  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\">",
                "                                    <path fill-rule=\"evenodd\" d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\"></path>",
                "                                  </svg>",
                "                                </div>",
                "                              </a>",
                "                            </span>",
                "                          </div>",
                "                          <ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.c...",
                "                                Contribute Online",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/...",
                "                                Contribute by Mail",
                "                              </a>",
                "                            </li>",
                "                          </ul>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q...",
                "                            Assembly District 46",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">",
                "                          <div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                            <span data-ux=\"Element\" class=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\">",
                "                              <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"3\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g ...",
                "                                <div data-aid=\"NAV_MORE\" style=\"pointer-events: none; display: flex; align-items: center;\">",
                "                                  <span style=\"margin-right: 4px;\">",
                "                                    More",
                "                                  </span>",
                "                                  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\">",
                "                                    <path fill-rule=\"evenodd\" d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\"></path>",
                "                                  </svg>",
                "                                </div>",
                "                              </a>",
                "                            </span>",
                "                          </div>",
                "                          <ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26...",
                "                                Home",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25...",
                "                                About Jesse",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-2...",
                "                                Endorsements",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d...",
                "                                  Contribute",
                "                                </a>",
                "                                <ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                  <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                                    <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" d...",
                "                                      Contribute Online",
                "                                    </a>",
                "                                  </li>",
                "                                  <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                                    <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-...",
                "                                      Contribute by Mail",
                "                                    </a>",
                "                                  </li>",
                "                                </ul>",
                "                              </div>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c ...",
                "                                Assembly District 46",
                "                              </a>",
                "                            </li>",
                "                          </ul>",
                "                        </li>",
                "                      </ul>",
                "                    </nav>",
                "                  </div>",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-s c1-1k c1-4i c1-1s c1-4j c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </nav>",
                "          <div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-13 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-...",
                "                <path fill-rule=\"evenodd\" d=\"M19.219 5.22a.75.75 0 0 0-1.061 0l-5.939 5.939-5.939-5.94a.75.75 0 1 0-1.061 1.062l5.939 5.939-5.939 5.939a.752.752 0 0 0 0 1.06.752.752 0 0 0 1.061 0l5.939-5.938 5.939 5.939a.75.75 0 1 0 1.061-1.061l-5.939-5.94 5.939-5.938a.75.75 0 0 0 0-1.061\"></path>",
                "              </svg>",
                "            </div>",
                "            <div data-ux=\"Container\" id=\"n-85957-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-46 c1-58 c1-4 c1-59 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "              <div data-ux=\"Block\" id=\"n-85957-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">",
                "                    <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 ...",
                "                      <span>",
                "                        Home",
                "                      </span>",
                "                    </a>",
                "                  </li>",
                "                  <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">",
                "                    <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c ...",
                "                      <span>",
                "                        About Jesse",
                "                      </span>",
                "                    </a>",
                "                  </li>",
                "                  <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">",
                "                    <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c...",
                "                      <span>",
                "                        Endorsements",
                "                      </span>",
                "                    </a>",
                "                  </li>",
                "                  <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                        <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 ...",
                "                          <span style=\"pointer-events:none\">",
                "                            Contribute",
                "                          </span>",
                "                          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\">",
                "                            <path fill-rule=\"evenodd\" d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\"></path>",
                "                          </svg>",
                "                        </a>",
                "                        <ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                          <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">",
                "                            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5M...",
                "                              <span>",
                "                                Contribute Online",
                "                              </span>",
                "                            </a>",
                "                          </li>",
                "                          <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">",
                "                            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a26...",
                "                              <span>",
                "                                Contribute by Mail",
                "                              </span>",
                "                            </a>",
                "                          </li>",
                "                        </ul>",
                "                      </div>",
                "                    </div>",
                "                  </li>",
                "                  <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">",
                "                    <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c...",
                "                      <span>",
                "                        Assembly District 46",
                "                      </span>",
                "                    </a>",
                "                  </li>",
                "                </ul>",
                "                <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3e c1-d c1-z c1-e c1-f c1-g\"></div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-t c1-5x c1-b c1-c c1-18 c1-d c1-19 c1-5y c1-5z c1-e c1-1a c1-f c1-1b c1-g\">",
                "            <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-2y c1-1i c1-2x c1-60 c1-61 c1-b c1-c c1-62 c1-63 c1-d c1-64 c1-65 c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-61 c1-b c1-c c1-67 c1-d c1-68 c1-69 c1-6a c1-6b c1-6c c1-6d c1-6e c1-6f c1-6g c1-e c1-f c1-g\">",
                "                <div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-6h c1-h c1-i c1-15 c1-27 c1-26 c1-b c1-c c1-6i c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-2i c1-6j c1-6k c1-4 c1-60 c1-c c1-6l c1-6m c1-d c1-e c1-f c1-g\">",
                "                    <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1...",
                "                      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\">",
                "                        <img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.co...",
                "                      </div>",
                "                    </a>",
                "                  </div>",
                "                  <div data-ux=\"Group\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-1c c1-1f c1-7h c1-7i c1-2s c1-b c1-c c1-7j c1-d c1-e c1-f c1-g\">",
                "                      <div style=\"max-width:100%\">",
                "                        <a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k ...",
                "                          CONTRIBUTE",
                "                        </a>",
                "                      </div>",
                "                    </div>",
                "                  </div>",
                "                </div>",
                "              </div>",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-68 c1-7w c1-7x c1-e c1-f c1-g\">",
                "                <figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <source media=\"(max-width: 450px)\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:749,h:500,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:...",
                "                    <source media=\"(min-width: 451px)\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,...",
                "                    <img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1...",
                "                  </picture>",
                "                </figure>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 243,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]",
              "codeLines": [
                "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..."
              ]
            }
          },
          {
            "index": 244,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]",
              "codeLines": [
                "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">",
                "  <div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "          <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c...",
                "            JOIN US!",
                "          </h1>",
                "          <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">",
                "                  <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">",
                "                    Sign up here for updates about our work to move California forward",
                "                  </p>",
                "                  <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\">",
                "                        <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">",
                "                          <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y...",
                "                          <label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">",
                "                            Email Address",
                "                          </label>",
                "                        </div>",
                "                      </div>",
                "                      <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-...",
                "                        Sign up",
                "                      </button>",
                "                    </div>",
                "                  </form>",
                "                </div>",
                "              </div>",
                "            </span>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 245,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "        <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-...",
                "          JOIN US!",
                "        </h1>",
                "        <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">",
                "                <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">",
                "                  Sign up here for updates about our work to move California forward",
                "                </p>",
                "                <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">",
                "                        <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c...",
                "                        <label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">",
                "                          Email Address",
                "                        </label>",
                "                      </div>",
                "                    </div>",
                "                    <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s...",
                "                      Sign up",
                "                    </button>",
                "                  </div>",
                "                </form>",
                "              </div>",
                "            </div>",
                "          </span>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 248,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]",
              "codeLines": [
                "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">",
                "  <div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "          <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n ...",
                "                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <path fill-rule=\"evenodd\" d=\"M22 12.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54v-2.91h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.75...",
                "                </svg>",
                "              </a>",
                "              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-...",
                "                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <path d=\"M16.604 8.516c.13.35.198.719.203 1.091.033.622.033.811.033 2.386 0 1.574-.004 1.763-.033 2.385a3.273 3.273 0 0 1-.203 1.091 1.956 1.956 0 0 1-1.12 1.12c-.35.13-.719.198-1.091.204-.622.032-.811.032-2.386.032-1.574 0-1.763-.003-2.385-.032a3.273 3.273 0 0 1-1.091-.204 1.956 1...",
                "                </svg>",
                "              </a>",
                "              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9...",
                "                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <path d=\"M22 12c0-5.524-4.477-10-10-10C6.478 2 2 6.478 2 12c0 5.523 4.478 10 10 10 5.523 0 10-4.477 10-10zm-3.795-3.516c-.33.492-.749.926-1.23 1.271l.008.319c0 3.255-2.477 7.005-7.006 7.005a6.968 6.968 0 01-3.773-1.107 4.94 4.94 0 003.645-1.019 2.466 2.466 0 01-2.3-1.71 2.464 2.464...",
                "                </svg>",
                "              </a>",
                "            </div>",
                "            <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">",
                "              <p style=\"margin:0\">",
                "                <span>",
                "                  Copyright © 2023  Jesse Gabriel for Assembly 2024 - FPPC ID No.  1456615   All Rights Reserved.",
                "                  <a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">",
                "                    Contact Us",
                "                  </a>",
                "                  .",
                "                </span>",
                "              </p>",
                "            </div>",
                "            <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "              <ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">",
                "                <li style=\"display:inline-block\">",
                "                  <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 ...",
                "                    Privacy Policy",
                "                  </a>",
                "                </li>",
                "              </ul>",
                "            </div>",
                "            <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">",
                "              <span>",
                "                P.O. Box 260861 ∙ Encino, California 91426",
                "              </span>",
                "            </p>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 249,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "        <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <path fill-rule=\"evenodd\" d=\"M22 12.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54v-2.91h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 ...",
                "              </svg>",
                "            </a>",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <path d=\"M16.604 8.516c.13.35.198.719.203 1.091.033.622.033.811.033 2.386 0 1.574-.004 1.763-.033 2.385a3.273 3.273 0 0 1-.203 1.091 1.956 1.956 0 0 1-1.12 1.12c-.35.13-.719.198-1.091.204-.622.032-.811.032-2.386.032-1.574 0-1.763-.003-2.385-.032a3.273 3.273 0 0 1-1.091-.204 1.956 1.9...",
                "              </svg>",
                "            </a>",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l ...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <path d=\"M22 12c0-5.524-4.477-10-10-10C6.478 2 2 6.478 2 12c0 5.523 4.478 10 10 10 5.523 0 10-4.477 10-10zm-3.795-3.516c-.33.492-.749.926-1.23 1.271l.008.319c0 3.255-2.477 7.005-7.006 7.005a6.968 6.968 0 01-3.773-1.107 4.94 4.94 0 003.645-1.019 2.466 2.466 0 01-2.3-1.71 2.464 2.464 0...",
                "              </svg>",
                "            </a>",
                "          </div>",
                "          <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">",
                "            <p style=\"margin:0\">",
                "              <span>",
                "                Copyright © 2023  Jesse Gabriel for Assembly 2024 - FPPC ID No.  1456615   All Rights Reserved.",
                "                <a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">",
                "                  Contact Us",
                "                </a>",
                "                .",
                "              </span>",
                "            </p>",
                "          </div>",
                "          <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "            <ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">",
                "              <li style=\"display:inline-block\">",
                "                <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1...",
                "                  Privacy Policy",
                "                </a>",
                "              </li>",
                "            </ul>",
                "          </div>",
                "          <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">",
                "            <span>",
                "              P.O. Box 260861 ∙ Encino, California 91426",
                "            </span>",
                "          </p>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 266,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">",
                "        <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-...",
                "          JOIN US!",
                "        </h1>",
                "        <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">",
                "                <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">",
                "                  Sign up here for updates about our work to move California forward",
                "                </p>",
                "                <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">",
                "                        <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c...",
                "                        <label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">",
                "                          Email Address",
                "                        </label>",
                "                      </div>",
                "                    </div>",
                "                    <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s...",
                "                      Sign up",
                "                    </button>",
                "                  </div>",
                "                </form>",
                "              </div>",
                "            </div>",
                "          </span>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 353,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Sign up here for updates about our work to move California forward"
              ]
            }
          },
          {
            "index": 354,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Email Address"
              ]
            }
          },
          {
            "index": 378,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Email Address"
              ]
            }
          },
          {
            "index": 396,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">",
                "  Sign up here for updates about our work to move California forward",
                "</p>"
              ]
            }
          },
          {
            "index": 397,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">",
                "  <span>",
                "    P.O. Box 260861 ∙ Encino, California 91426",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 480,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 481,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "About Jesse"
              ]
            }
          },
          {
            "index": 482,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "Endorsements"
              ]
            }
          },
          {
            "index": 483,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/span[1]/a[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "Contribute"
              ]
            }
          },
          {
            "index": 484,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "Assembly District 46"
              ]
            }
          },
          {
            "index": 505,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          3,
          0,
          0,
          18
        ],
        "instances": [
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-2 ... /qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681... </div> </a>"
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..."
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]"
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 ..."
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... ata-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1... </picture> </figure> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a26..."
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]"
            },
            "excerpt": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> <div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x ... tonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... =\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]"
            },
            "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> <div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el- ... -p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\"> <span> P.O. Box 260861 ∙ Encino, California 91426 </span> </p> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <di ... el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\"> <span> P.O. Box 260861 ∙ Encino, California 91426 </span> </p> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... =\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Sign up here for updates about our work to move California forward"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]"
            },
            "excerpt": "Email Address"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]"
            },
            "excerpt": "Email Address"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\"> Sign up here for updates about our work to move California forward </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\"> <span> P.O. Box 260861 ∙ Encino, California 91426 </span> </p>"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]"
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]"
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/span[1]/a[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]"
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "r87",
            "what": "First focusable element is link to main content",
            "ordinalSeverity": 0,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          }
        ]
      },
      "endTime": 1687099013648
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687099013648,
      "url": "https://jessegabriel.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 51,
          "rulesPassed": 46,
          "rulesWarned": 1,
          "rulesViolated": 5,
          "warnings": {
            "minor": 7,
            "moderate": 0,
            "serious": 0,
            "critical": 0
          },
          "violations": {
            "minor": 3,
            "moderate": 1,
            "serious": 2,
            "critical": 2
          }
        },
        "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-18T14:36:54.204Z",
          "url": "https://jessegabriel.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-u"
                  ],
                  "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 rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\">",
                  "target": [
                    "#\\38 5958"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "#\\33 952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">",
                  "target": [
                    ".nav-item.c1-35.c1-36:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "#more-85962"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "#bs-4 > .x-el-div[data-ux=\"Block\"] > .c1-2z.c1-30[data-ux=\"NavigationDrawerList\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "#popup-widget85996"
                  ],
                  "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": "#5e5e5e",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.48,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "div[role=\"region\"] > div > .c1-q.c1-r"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>",
                  "target": [
                    ".c1-8j"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "duplicate-id",
              "impact": "minor",
              "tags": [
                "cat.parsing",
                "wcag2a",
                "wcag411"
              ],
              "description": "Ensures every id attribute value is unique",
              "help": "id attribute value must be unique",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "n-85957",
                      "relatedNodes": [
                        {
                          "html": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-6t"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: n-85957"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "div[data-ux=\"Header\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: n-85957"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "fc604200-6020-4a6e-acc8-29ec187c03b1",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "div[role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">",
                  "target": [
                    ".widget-subscribe"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "div[role=\"contentinfo\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">",
                  "target": [
                    ".widget-footer"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe"
                }
              ]
            },
            {
              "id": "image-alt",
              "impact": "critical",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag111",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT7.a",
                "TT7.b"
              ],
              "description": "Ensures <img> elements have alternate text or a role of none or presentation",
              "help": "Images must have alternate text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-6t"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-7z"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-2v"
                          ]
                        },
                        {
                          "html": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "#n-85957-navId-mobile"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-2q"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT6.a"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "emptyAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has an empty title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\">",
                  "target": [
                    ".c1-6p"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has an empty title attribute"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          7,
          0,
          4,
          4
        ],
        "instances": [
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-u"
            },
            "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\">"
          },
          {
            "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": "85958",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#\\38 5958"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ...  c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#\\33 952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.c1-35.c1-36:nth-child(6)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "more-85962",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#more-85962"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#bs-4 > .x-el-div[data-ux=\"Block\"] > .c1-2z.c1-30[data-ux=\"NavigationDrawerList\"]"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "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": "popup-widget85996",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#popup-widget85996"
            },
            "excerpt": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-8j"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: n-85957",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[data-ux=\"Header\"]"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-subscribe"
            },
            "excerpt": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-footer"
            },
            "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">"
          },
          {
            "ruleID": "image-alt",
            "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-6t"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ...  c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "image-alt",
            "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-7z"
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-2q"
            },
            "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has an empty title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-6p"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\">"
          }
        ]
      },
      "endTime": 1687099014230
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687099014230,
      "endTime": 1687099014771
    },
    {
      "type": "url",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)",
      "startTime": 1687099014771,
      "result": {
        "url": "https://jessegabriel.com/"
      },
      "endTime": 1687099015193
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687099015193,
      "url": "https://jessegabriel.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 89,
          "bestPracticeId": 362,
          "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"][srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\"][data-ux=\"ImageLogo\"][data-aid=\"HEADER_LOGO_IMAGE_RENDERED\"][id=\"n-85957\"][class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 89,
          "bestPracticeId": 362,
          "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.c ... 1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "img[data-ux=\"Image\"][src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\"][data-aid=\"BACKGROUND_IMAGE_RENDERED\"][class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'n-85957', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_WIDGET\"  ... -1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><div class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><nav class=\"x-el x-el-nav c1-1 c",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Header\"][role=\"main\"][data-aid=\"HEADER_WIDGET\"][id=\"n-85957\"][class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This IMG has an id attribute of 'n-85957', which is not unique in the same DOM",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"][srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\"][data-ux=\"ImageLogo\"][data-aid=\"HEADER_LOGO_IMAGE_RENDERED\"][id=\"n-85957\"][class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-subscribe widget-subscribe-subscribe-1\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c ... iv></div><button class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k ",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"][class=\"widget widget-subscribe widget-subscribe-subscribe-1\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-footer widget-footer-footer-1\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d ... .386.006-.372.074-.741.204-1.09a1.956 1.956 0 0 1 1.12-1.12c.35-.13.718-.199 1.09-.204.623-.033.812-.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15.",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"][class=\"widget widget-footer widget-footer-footer-1\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\"><div ... -.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15.033a3.033 3.033 0 1 0 0-6.066 3.033 3.033 0 0 0 0 6.066zm3.153-5.477a.71.71 0 1 0 0-1.418.71.71 0 0",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"contentinfo\"][id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-28 c1-b c1-3j c1-3m c1-3n c1-3o c1-3p\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\" ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"16\"][height=\"16\"][data-ux=\"Icon\"][class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-28 c1-b c1-3j c1-3m c1-3n c1-3o c1-3p\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\" data-close=\"true\" data-edit-interactive=\"tru ... 062l5.939 5.939-5.939 5.939a.752.752 0 0 0 0 1.06.752.752 0 0 0 1.061 0l5.939-5.938 5.939 5.939a.75.75 0 1 0 1.061-1.061l-5.939-5.94 5.939-5.938a.75.75 0 0 0 0-1.061\" fill-rule=\"evenodd\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"CloseIcon\"][data-edit-interactive=\"true\"][data-close=\"true\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\"]",
            "attNo": 8
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 2 ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"16\"][height=\"16\"][data-ux=\"Icon\"][class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939z\" fill-rule=\"evenodd\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 9-.03.829-.037 2.433-.037 1.603 0 1.818 0 2.432.037.49.009.974.101 1.433.272.794.307 1.42.934 1.727 1.728.172.458.264.943.273 1.432.03.63.036.83.036 2.433 0 1.604-.007 1.804-.036 2.433z\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 5.711.295 1.115.309a2.461 2.461 0 01-.762-3.286 6.987 6.987 0 005.075 2.572 2.462 2.462 0 014.196-2.245 4.986 4.986 0 001.564-.597A2.469 2.469 0 0116.79 8.87a4.936 4.936 0 001.414-.387z\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 238,
          "bestPracticeId": 1301,
          "attribute": "This element (role=link) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A (role=link) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1- ... /blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[rel=\"\"][role=\"link\"][aria-haspopup=\"menu\"][data-ux=\"Link\"][data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\"][title=\"\"][href=\"/\"][data-typography=\"LinkAlpha\"][class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\"][data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"]",
            "attNo": 10
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          16
        ],
        "instances": [
          {
            "ruleID": "89",
            "what": "This img element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">"
          },
          {
            "ruleID": "89",
            "what": "This img element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.c ... 1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'n-85957', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_WIDGET\"  ... -1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><div class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"><nav class=\"x-el x-el-nav c1-1 c"
          },
          {
            "ruleID": "94",
            "what": "This IMG has an id attribute of 'n-85957', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<div class=\"widget widget-subscribe widget-subscribe-subscribe-1\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c ... iv></div><button class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k "
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<div class=\"widget widget-footer widget-footer-footer-1\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d ... .386.006-.372.074-.741.204-1.09a1.956 1.956 0 0 1 1.12-1.12c.35-.13.718-.199 1.09-.204.623-.033.812-.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15."
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\"><div ... -.033 2.386-.033 1.575 0 1.764.004 2.386.033.372.005.741.074 1.09.203.515.2.922.606 1.12 1.12zM12 15.033a3.033 3.033 0 1 0 0-6.066 3.033 3.033 0 0 0 0 6.066zm3.153-5.477a.71.71 0 1 0 0-1.418.71.71 0 0"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-28 c1-b c1-3j c1-3m c1-3n c1-3o c1-3p\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\" ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\" data-close=\"true\" data-edit-interactive=\"tru ... 062l5.939 5.939-5.939 5.939a.752.752 0 0 0 0 1.06.752.752 0 0 0 1.061 0l5.939-5.938 5.939 5.939a.75.75 0 1 0 1.061-1.061l-5.939-5.94 5.939-5.938a.75.75 0 0 0 0-1.061\" fill-rule=\"evenodd\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\" data-ux=\"Icon\" height=\"16\" width=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 2 ... <path d=\"M19.544 7.236a.773.773 0 0 1-.031 1.06l-7.883 7.743-7.42-7.742a.773.773 0 0 1 0-1.061.699.699 0 0 1 1.017 0l6.433 6.713 6.868-6.745a.698.698 0 0 1 1.016.032\" fill-rule=\"evenodd\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939z\" fill-rule=\"evenodd\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 9-.03.829-.037 2.433-.037 1.603 0 1.818 0 2.432.037.49.009.974.101 1.433.272.794.307 1.42.934 1.727 1.728.172.458.264.943.273 1.432.03.63.036.83.036 2.433 0 1.604-.007 1.804-.036 2.433z\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><pa ... 5.711.295 1.115.309a2.461 2.461 0 01-.762-3.286 6.987 6.987 0 005.075 2.572 2.462 2.462 0 014.196-2.245 4.986 4.986 0 001.564-.597A2.469 2.469 0 0116.79 8.87a4.936 4.936 0 001.414-.387z\"></path></svg>"
          },
          {
            "ruleID": "238",
            "what": "This A (role=link) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1- ... /blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\"></div></a>"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\"><div><sect ... -60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\" data-typography=\"Button"
          }
        ]
      },
      "endTime": 1687099015385
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687099015385,
      "endTime": 1687099015911
    },
    {
      "type": "url",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)",
      "startTime": 1687099015911,
      "result": {
        "url": "https://jessegabriel.com/"
      },
      "endTime": 1687099016311
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687099016312,
      "url": "https://jessegabriel.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_1_1.H37": {
            "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [
              {
                "tagName": "img",
                "id": "#n-85957",
                "code": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">"
              }
            ]
          },
          "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 6.48:1. Recommendation:  change text colour to #595959.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">...</p>"
              }
            ]
          },
          "AAA.4_1_1.F77": {
            "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
                "code": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"fc604200-6020-4a6e-acc8-29ec187c03b1\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#fc604200-6020-4a6e-acc8-29ec187c03b1",
                "code": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"n-85957\" found on the web page.": [
              {
                "tagName": "img",
                "id": "#n-85957",
                "code": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "#n-85957-navId-mobile",
                "code": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#popup-widget85996",
                "code": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">...</div>"
              }
            ]
          },
          "AAA.1_4_6.G17.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [
              {
                "tagName": "label",
                "id": "",
                "code": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">...</label>"
              }
            ]
          },
          "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": "#popup-widget85996-cta",
                "code": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Primary.85997.click,click\" id=\"popup-widget85996-cta\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">...</a>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.Placeholder": {
            "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          18,
          0,
          0,
          7
        ],
        "instances": [
          {
            "ruleID": "AAA.1_3_1.H48",
            "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-85957-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "popup-widget85996",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">...</label>"
          },
          {
            "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": "popup-widget85996-cta",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Prim ... 3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</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 class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... 3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel ... \"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabr ... \"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-ty ... \"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... -el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... -el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ...  x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ...  x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" dat ...  c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">...</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 rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" dat ...  c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Placeholder",
            "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.1_1_1.H37",
            "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ...  c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "AAA.1_1_1.H37",
            "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "AAA.1_1_1.H37",
            "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "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 6.48:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">...</p>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"fc604200-6020-4a6e-acc8-29ec187c03b1\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"n-85957\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ...  c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\">"
          }
        ]
      },
      "endTime": 1687099016444
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687099016444,
      "endTime": 1687099016972
    },
    {
      "type": "url",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)",
      "startTime": 1687099016973,
      "result": {
        "url": "https://jessegabriel.com/"
      },
      "endTime": 1687099017371
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687099017372,
      "url": "https://jessegabriel.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 13,
          "recommendation": 14,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "input_label_before",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]",
              "aria": "/document[1]/region[1]/form[1]/textbox[1]"
            },
            "message": "Label text is located after its associated text input or <select> element",
            "bounds": {
              "left": 91,
              "top": 1013,
              "height": 56,
              "width": 466
            },
            "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">",
            "level": "violation"
          },
          {
            "ruleId": "img_alt_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]",
              "aria": "/document[1]/main[1]/figure[1]/img[1]"
            },
            "message": "The image has neither an alt atttribute nor an ARIA label or title",
            "bounds": {
              "left": 24,
              "top": 317,
              "height": 507,
              "width": 752
            },
            "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">",
            "level": "violation"
          },
          {
            "ruleId": "img_alt_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]",
              "aria": "/document[1]/main[1]/link[1]/img[1]"
            },
            "message": "The image has neither an alt atttribute nor an ARIA label or title",
            "bounds": {
              "left": 324,
              "top": 120,
              "height": 80,
              "width": 153
            },
            "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" data-ux=\"ImageLogo\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 1113,
              "height": 341,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "The <div> element has the id \"fc604200-6020-4a6e-acc8-29ec187c03b1\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 856,
              "height": 258,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]",
              "aria": "/document[1]/main[1]/link[1]/img[1]"
            },
            "message": "The <img> element has the id \"n-85957\" that is already in use",
            "bounds": {
              "left": 324,
              "top": 120,
              "height": 80,
              "width": 153
            },
            "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\" id=\"n-85957\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" data-ux=\"ImageLogo\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 856,
              "height": 258,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]",
              "aria": "/document[1]/main[1]/navigation[1]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 4,
              "height": 60,
              "width": 800
            },
            "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]",
              "aria": "/document[1]/main[1]/navigation[3]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": -1992,
              "top": 0,
              "height": 600,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]",
              "aria": "/document[1]/main[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": 4,
              "height": 60,
              "width": 800
            },
            "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]",
              "aria": "/document[1]/main[1]/navigation[3]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": -1992,
              "top": 0,
              "height": 600,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_child_tabbable",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[3]/menu[1]"
            },
            "message": "None of the descendent elements with \"menuitem\" role is tabbable",
            "bounds": {
              "left": -1968,
              "top": 56,
              "height": 302,
              "width": 752
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navListId-mobile\" data-ux=\"NavigationDrawerList\" role=\"menu\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 25,
              "top": 120,
              "height": 80,
              "width": 752
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">",
            "level": "violation"
          },
          {
            "ruleId": "figure_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]",
              "aria": "/document[1]/main[1]/figure[1]"
            },
            "message": "The <figure> element does not have an associated label",
            "bounds": {
              "left": 24,
              "top": 317,
              "height": 507,
              "width": 752
            },
            "snippet": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"WrapperImage\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[2]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/hr[1]",
              "aria": "/document[1]/contentinfo[1]/separator[1]"
            },
            "message": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
            "bounds": {
              "left": 375,
              "top": 1312,
              "height": 41,
              "width": 50
            },
            "snippet": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[1]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 332,
              "top": 1278,
              "height": 34,
              "width": 138
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-typography=\"NavAlpha\" href=\"/privacy-policy\" data-edit-interactive=\"true\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" target=\"\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" data-ux=\"NavFooterLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]",
              "aria": "/document[1]/contentinfo[1]/link[3]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 420,
              "top": 1169,
              "height": 40,
              "width": 40
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.twitter.com/@JesseGabrielCA\" aria-label=\"Twitter Social Link\" data-aid=\"FOOTER_TWITTER_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]",
              "aria": "/document[1]/contentinfo[1]/link[2]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 380,
              "top": 1169,
              "height": 40,
              "width": 40
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.instagram.com/assemblymembergabriel/\" aria-label=\"Instagram Social Link\" data-aid=\"FOOTER_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 340,
              "top": 1169,
              "height": 40,
              "width": 40
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" aria-label=\"Facebook Social Link\" data-aid=\"FOOTER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/h1[1]",
              "aria": "/document[1]/region[1]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>",
            "bounds": {
              "left": 24,
              "top": 892,
              "height": 46,
              "width": 752
            },
            "snippet": "<h1 class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\" data-typography=\"HeadingAlpha\" data-order=\"0\" data-promoted-from=\"2\" data-aid=\"SECTION_TITLE_REND\" data-ux=\"SectionBannerHeading\" aria-level=\"1\" role=\"heading\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]",
              "aria": "/document[1]/region[1]/form[1]/textbox[1]"
            },
            "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "bounds": {
              "left": 91,
              "top": 1013,
              "height": 56,
              "width": 466
            },
            "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 25,
              "top": 120,
              "height": 80,
              "width": 752
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/a[1]",
              "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[5]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1968,
              "top": 298,
              "height": 60,
              "width": 752
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/assembly-district-46-1\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[3]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1968,
              "top": 177,
              "height": 60,
              "width": 752
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/endorsements\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[2]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1968,
              "top": 117,
              "height": 60,
              "width": 752
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/about-jesse\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/main[1]/navigation[3]/menu[1]/menuitem[1]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1968,
              "top": 56,
              "height": 60,
              "width": 752
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-typography=\"NavBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          14,
          0,
          13
        ],
        "instances": [
          {
            "ruleID": "input_label_before",
            "what": "Label text is located after its associated text input or <select> element",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">"
          },
          {
            "ruleID": "img_alt_valid",
            "what": "The image has neither an alt atttribute nor an ARIA label or title",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]/picture[1]/img[1]"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-ux=\"Image\">"
          },
          {
            "ruleID": "img_alt_valid",
            "what": "The image has neither an alt atttribute nor an ARIA label or title",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"fc604200-6020-4a6e-acc8-29ec187c03b1\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <img> element has the id \"n-85957\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-7 ... be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-85957-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\" data-ux=\"Block\">"
          },
          {
            "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": "DIV",
            "id": "n-85957-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">"
          },
          {
            "ruleID": "aria_child_tabbable",
            "what": "None of the descendent elements with \"menuitem\" role is tabbable",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "n-85957-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-85957-navListId-mobile\" data-ux=\"NavigationDrawerList\" role=\"menu\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "figure_label_exists",
            "what": "The <figure> element does not have an associated label",
            "ordinalSeverity": 1,
            "tagName": "FIGURE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/figure[1]"
            },
            "excerpt": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"WrapperImage\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[2]"
            },
            "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
            "ordinalSeverity": 1,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/hr[1]"
            },
            "excerpt": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a ... policy\" data-edit-interactive=\"true\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" target=\"\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" data-ux=\"NavFooterLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g ... inkAlpha\" href=\"https://www.twitter.com/@JesseGabrielCA\" aria-label=\"Twitter Social Link\" data-aid=\"FOOTER_TWITTER_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g ... f=\"https://www.instagram.com/assemblymembergabriel/\" aria-label=\"Instagram Social Link\" data-aid=\"FOOTER_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g ... href=\"https://www.facebook.com/AssemblymemberGabriel/\" aria-label=\"Facebook Social Link\" data-aid=\"FOOTER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\" data-typography=\"HeadingAlpha\" data-order=\"0\" data-promoted-from=\"2\" data-aid=\"SECTION_TITLE_REND\" data-ux=\"SectionBannerHeading\" aria-level=\"1\" role=\"heading\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\" data-typography=\"InputAlpha\" value=\"\" id=\"input85989\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4 ... sembly-district-46-1\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4 ...  href=\"/endorsements\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4 ... \" href=\"/about-jesse\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x ... avBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">"
          }
        ]
      },
      "endTime": 1687099018369
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687099018369,
      "endTime": 1687099018909
    },
    {
      "type": "url",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)",
      "startTime": 1687099018910,
      "result": {
        "url": "https://jessegabriel.com/"
      },
      "endTime": 1687099019352
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687099019352,
      "url": "https://jessegabriel.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 445,
              "lastColumn": 2658,
              "firstColumn": 2655,
              "message": "CSS: margin-bottom: none is not a margin-bottom value.",
              "extract": "in-bottom:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 445,
              "lastColumn": 5654,
              "firstColumn": 5652,
              "message": "CSS: object: Parse Error.",
              "extract": " -object]:0px}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 3
            },
            {
              "type": "error",
              "lastLine": 445,
              "lastColumn": 7328,
              "firstColumn": 7325,
              "message": "CSS: padding-left: none is not a padding-left value.",
              "extract": "ding-left:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 445,
              "lastColumn": 7357,
              "firstColumn": 7354,
              "message": "CSS: padding-right: none is not a padding-right value.",
              "extract": "ing-right:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 445,
              "lastColumn": 7384,
              "firstColumn": 7381,
              "message": "CSS: padding-top: none is not a padding-top value.",
              "extract": "dding-top:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 446,
              "lastColumn": 1083,
              "firstColumn": 1080,
              "message": "CSS: padding-top: none is not a padding-top value.",
              "extract": "dding-top:none}}@med",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 446,
              "lastColumn": 1140,
              "firstColumn": 1137,
              "message": "CSS: padding-bottom: none is not a padding-bottom value.",
              "extract": "ng-bottom:none}}@med",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 792,
              "message": "CSS: justify-content: Parse Error.",
              "extract": "justify-content:}}@media (min-",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 2425,
              "firstColumn": 1873,
              "message": "Attribute toggleid not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 553
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 2425,
              "firstColumn": 1873,
              "message": "Attribute icon not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 553
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 3703,
              "firstColumn": 3536,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 4448,
              "firstColumn": 4040,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 4448,
              "firstColumn": 4040,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 5071,
              "firstColumn": 4632,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 440
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 5071,
              "firstColumn": 4632,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 440
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 5702,
              "firstColumn": 5262,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 5702,
              "firstColumn": 5262,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 7864,
              "firstColumn": 7336,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 529
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 8638,
              "firstColumn": 8021,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 618
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 9296,
              "firstColumn": 8846,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 451
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 9296,
              "firstColumn": 8846,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 451
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 11343,
              "firstColumn": 10885,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 11343,
              "firstColumn": 10885,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 11934,
              "firstColumn": 11487,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 448
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 11934,
              "firstColumn": 11487,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 448
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 12533,
              "firstColumn": 12085,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 12533,
              "firstColumn": 12085,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 13160,
              "firstColumn": 12768,
              "message": "Element a is missing required attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 393
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 13944,
              "firstColumn": 13448,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 497
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 14686,
              "firstColumn": 14101,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 586
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 15318,
              "firstColumn": 14860,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 15318,
              "firstColumn": 14860,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 17614,
              "firstColumn": 17141,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 17614,
              "firstColumn": 17141,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 18285,
              "firstColumn": 17805,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 481
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 18285,
              "firstColumn": 17805,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 481
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 18964,
              "firstColumn": 18483,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 18964,
              "firstColumn": 18483,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 21136,
              "firstColumn": 20579,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 558
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 21992,
              "firstColumn": 21346,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 647
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 22710,
              "firstColumn": 22219,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 492
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 22710,
              "firstColumn": 22219,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 492
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 24143,
              "firstColumn": 23764,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 380
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 25144,
              "firstColumn": 24263,
              "message": "Duplicate ID n-85957.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 882
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 797,
              "firstColumn": 569,
              "subType": "warning",
              "message": "The first occurrence of ID n-85957 was here.",
              "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 229
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 25144,
              "firstColumn": 24263,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 882
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 27308,
              "firstColumn": 26970,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": ":true 2x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"></pict",
              "hiliteStart": 10,
              "hiliteLength": 339
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 982,
              "firstColumn": 804,
              "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": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 179
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 27685,
              "firstColumn": 27496,
              "message": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
              "extract": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 27495,
              "firstColumn": 27388,
              "subType": "warning",
              "message": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
              "extract": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 28246,
              "firstColumn": 27951,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h1.",
              "extract": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U",
              "hiliteStart": 10,
              "hiliteLength": 296
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 28632,
              "firstColumn": 28442,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 29944,
              "firstColumn": 29573,
              "subType": "warning",
              "message": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
              "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"><label",
              "hiliteStart": 10,
              "hiliteLength": 372
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 31042,
              "firstColumn": 30847,
              "message": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
              "extract": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 196
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 30846,
              "firstColumn": 30748,
              "subType": "warning",
              "message": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
              "extract": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 32006,
              "firstColumn": 31577,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 430
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 32963,
              "firstColumn": 32531,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 433
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 35003,
              "firstColumn": 34584,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 420
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 37125,
              "firstColumn": 36651,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 37125,
              "firstColumn": 36651,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 37326,
              "firstColumn": 37160,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat",
              "hiliteStart": 10,
              "hiliteLength": 167
            },
            {
              "type": "info",
              "lastLine": 459,
              "lastColumn": 31171,
              "firstColumn": 31049,
              "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": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 123
            },
            {
              "type": "error",
              "lastLine": 459,
              "lastColumn": 40957,
              "firstColumn": 40673,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": ":true 3x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"></pict",
              "hiliteStart": 10,
              "hiliteLength": 285
            },
            {
              "type": "info",
              "lastLine": 460,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "iv></div>\n<script type=\"text/javascript\">\"Inter",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 463,
              "lastColumn": 222,
              "firstColumn": 135,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "></script><script type=\"text/javascript\" src=\"//img1.wsimg.com/traffic-assets/js/tccl-tti.min.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 88
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 63,
              "firstColumn": 41,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "US\"><head><meta charSet=\"utf-8\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 117,
              "firstColumn": 64,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 186,
              "firstColumn": 118,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><title",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 363,
              "firstColumn": 244,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly</title><meta name=\"description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45.  \"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 421,
              "firstColumn": 364,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t 45.  \"/><meta name=\"author\" content=\"Jesse Gabriel for Assembly\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 513,
              "firstColumn": 422,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ssembly\"/><meta name=\"generator\" content=\"Starfield Technologies; Go Daddy Website Builder 8.0.0000\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 92
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 564,
              "firstColumn": 514,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".0.0000\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 713,
              "firstColumn": 565,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "anifest\"/><link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:57,h:57,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 862,
              "firstColumn": 714,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ",h:57,m\"/><link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:60,h:60,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1011,
              "firstColumn": 863,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ",h:60,m\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:72,h:72,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1164,
              "firstColumn": 1012,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ",h:72,m\"/><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:114,h:114,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1317,
              "firstColumn": 1165,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:114,m\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:120,h:120,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1470,
              "firstColumn": 1318,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:120,m\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:144,h:144,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1623,
              "firstColumn": 1471,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:144,m\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:152,h:152,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1776,
              "firstColumn": 1624,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:152,m\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:180,h:180,m\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1837,
              "firstColumn": 1777,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:180,m\"/><meta property=\"og:url\" content=\"https://jessegabriel.com/\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "info",
              "lastLine": 2,
              "lastColumn": 68,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "l.com/\"/>\n<meta property=\"og:site_name\" content=\"Jesse Gabriel for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 68
            },
            {
              "type": "info",
              "lastLine": 3,
              "lastColumn": 64,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta property=\"og:title\" content=\"Jesse Gabriel for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "info",
              "lastLine": 4,
              "lastColumn": 127,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta property=\"og:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45.  \"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 127
            },
            {
              "type": "info",
              "lastLine": 5,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " 45.  \"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 124,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ebsite\"/>\n<meta property=\"og:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 124
            },
            {
              "type": "info",
              "lastLine": 7,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "9e.png\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 45,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"en_US\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 9,
              "lastColumn": 54,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ummary\"/>\n<meta name=\"twitter:site\" content=\"@@JesseGabrielCA\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 65,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rielCA\"/>\n<meta name=\"twitter:title\" content=\"Jesse Gabriel for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 65
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 128,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta name=\"twitter:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45.  \"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 128
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 125,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " 45.  \"/>\n<meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 125
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 69,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "9e.png\"/>\n<meta name=\"twitter:image:alt\" content=\"Jesse Gabriel for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta name=\"theme-color\" content=\"#223587\"/><style",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "error",
              "lastLine": 89,
              "lastColumn": 2658,
              "firstColumn": 2655,
              "message": "CSS: margin-bottom: none is not a margin-bottom value.",
              "extract": "in-bottom:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 89,
              "lastColumn": 5654,
              "firstColumn": 5652,
              "message": "CSS: object: Parse Error.",
              "extract": " -object]:0px}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 3
            },
            {
              "type": "error",
              "lastLine": 89,
              "lastColumn": 7328,
              "firstColumn": 7325,
              "message": "CSS: padding-left: none is not a padding-left value.",
              "extract": "ding-left:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 89,
              "lastColumn": 7357,
              "firstColumn": 7354,
              "message": "CSS: padding-right: none is not a padding-right value.",
              "extract": "ing-right:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 89,
              "lastColumn": 7384,
              "firstColumn": 7381,
              "message": "CSS: padding-top: none is not a padding-top value.",
              "extract": "dding-top:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 90,
              "lastColumn": 1083,
              "firstColumn": 1080,
              "message": "CSS: padding-top: none is not a padding-top value.",
              "extract": "dding-top:none}}@med",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 90,
              "lastColumn": 1140,
              "firstColumn": 1137,
              "message": "CSS: padding-bottom: none is not a padding-bottom value.",
              "extract": "ng-bottom:none}}@med",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 92,
              "lastColumn": 792,
              "message": "CSS: justify-content: Parse Error.",
              "extract": "justify-content:}}@media (min-",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 2425,
              "firstColumn": 1873,
              "message": "Attribute toggleid not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 553
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 2425,
              "firstColumn": 1873,
              "message": "Attribute icon not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 553
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 3703,
              "firstColumn": 3536,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 4448,
              "firstColumn": 4040,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 4448,
              "firstColumn": 4040,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 5071,
              "firstColumn": 4632,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 440
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 5071,
              "firstColumn": 4632,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 440
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 5702,
              "firstColumn": 5262,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 5702,
              "firstColumn": 5262,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 7864,
              "firstColumn": 7336,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 529
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 8638,
              "firstColumn": 8021,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 618
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 9296,
              "firstColumn": 8846,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 451
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 9296,
              "firstColumn": 8846,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 451
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 11343,
              "firstColumn": 10885,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 11343,
              "firstColumn": 10885,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 11934,
              "firstColumn": 11487,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 448
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 11934,
              "firstColumn": 11487,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About ",
              "hiliteStart": 10,
              "hiliteLength": 448
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 12533,
              "firstColumn": 12085,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 12533,
              "firstColumn": 12085,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 13160,
              "firstColumn": 12768,
              "message": "Element a is missing required attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 393
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 13944,
              "firstColumn": 13448,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 497
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 14686,
              "firstColumn": 14101,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri",
              "hiliteStart": 10,
              "hiliteLength": 586
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 15318,
              "firstColumn": 14860,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 15318,
              "firstColumn": 14860,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 17614,
              "firstColumn": 17141,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 17614,
              "firstColumn": 17141,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 18285,
              "firstColumn": 17805,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 481
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 18285,
              "firstColumn": 17805,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 481
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 18964,
              "firstColumn": 18483,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 18964,
              "firstColumn": 18483,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 21136,
              "firstColumn": 20579,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 558
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 21992,
              "firstColumn": 21346,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 647
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 22710,
              "firstColumn": 22219,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 492
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 22710,
              "firstColumn": 22219,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 492
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 24143,
              "firstColumn": 23764,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 380
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 25145,
              "firstColumn": 24263,
              "message": "Duplicate ID n-85957.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 883
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 797,
              "firstColumn": 569,
              "subType": "warning",
              "message": "The first occurrence of ID n-85957 was here.",
              "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 229
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 25145,
              "firstColumn": 24263,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 883
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 25145,
              "firstColumn": 24263,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 883
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 26657,
              "firstColumn": 26325,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:749,h:500,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true 2x\"/><sourc",
              "hiliteStart": 10,
              "hiliteLength": 333
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 26992,
              "firstColumn": 26658,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "true 2x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1600,h:1068,cg:true 2x\"/><img d",
              "hiliteStart": 10,
              "hiliteLength": 335
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 27332,
              "firstColumn": 26993,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict",
              "hiliteStart": 10,
              "hiliteLength": 340
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 27332,
              "firstColumn": 26993,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict",
              "hiliteStart": 10,
              "hiliteLength": 340
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 982,
              "firstColumn": 804,
              "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": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 179
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 27709,
              "firstColumn": 27520,
              "message": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
              "extract": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 27519,
              "firstColumn": 27412,
              "subType": "warning",
              "message": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
              "extract": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 28270,
              "firstColumn": 27975,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h1.",
              "extract": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U",
              "hiliteStart": 10,
              "hiliteLength": 296
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 28656,
              "firstColumn": 28466,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 29969,
              "firstColumn": 29597,
              "subType": "warning",
              "message": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
              "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label",
              "hiliteStart": 10,
              "hiliteLength": 373
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 29969,
              "firstColumn": 29597,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label",
              "hiliteStart": 10,
              "hiliteLength": 373
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 31067,
              "firstColumn": 30872,
              "message": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
              "extract": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 196
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 30871,
              "firstColumn": 30773,
              "subType": "warning",
              "message": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
              "extract": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 32031,
              "firstColumn": 31602,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 430
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 32988,
              "firstColumn": 32556,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 433
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 35028,
              "firstColumn": 34609,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 420
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 36237,
              "message": "Duplicate attribute class.",
              "extract": "9m c1-9n\" class=\"x-el x-el-a c",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 37247,
              "firstColumn": 36773,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 37247,
              "firstColumn": 36773,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 37449,
              "firstColumn": 37282,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 37449,
              "firstColumn": 37282,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 31196,
              "firstColumn": 31074,
              "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": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 123
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 40313,
              "firstColumn": 39831,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:403,h:183,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:806,h:366,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1209,h:549,cg:true 3x\"/><sourc",
              "hiliteStart": 10,
              "hiliteLength": 483
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 40797,
              "firstColumn": 40314,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "true 3x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1030,h:468,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1545,h:702,cg:true 3x\"/><img d",
              "hiliteStart": 10,
              "hiliteLength": 484
            },
            {
              "type": "error",
              "lastLine": 103,
              "lastColumn": 41083,
              "firstColumn": 40798,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict",
              "hiliteStart": 10,
              "hiliteLength": 286
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 41083,
              "firstColumn": 40798,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict",
              "hiliteStart": 10,
              "hiliteLength": 286
            },
            {
              "type": "info",
              "lastLine": 104,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "iv></div>\n<script type=\"text/javascript\">\"Inter",
              "hiliteStart": 10,
              "hiliteLength": 31
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          67,
          0,
          63,
          0
        ],
        "instances": [
          {
            "ruleID": "CSS: margin-bottom: none is not a margin-bottom value.",
            "what": "CSS: margin-bottom: none is not a margin-bottom value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "445"
            },
            "excerpt": "in-bottom:none}.x .c"
          },
          {
            "ruleID": "CSS: object: Parse Error.",
            "what": "CSS: object: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "445"
            },
            "excerpt": " -object]:0px}.x .c"
          },
          {
            "ruleID": "CSS: padding-left: none is not a padding-left value.",
            "what": "CSS: padding-left: none is not a padding-left value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "445"
            },
            "excerpt": "ding-left:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-right: none is not a padding-right value.",
            "what": "CSS: padding-right: none is not a padding-right value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "445"
            },
            "excerpt": "ing-right:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-top: none is not a padding-top value.",
            "what": "CSS: padding-top: none is not a padding-top value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "445"
            },
            "excerpt": "dding-top:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-top: none is not a padding-top value.",
            "what": "CSS: padding-top: none is not a padding-top value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "446"
            },
            "excerpt": "dding-top:none}}@med"
          },
          {
            "ruleID": "CSS: padding-bottom: none is not a padding-bottom value.",
            "what": "CSS: padding-bottom: none is not a padding-bottom value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "446"
            },
            "excerpt": "ng-bottom:none}}@med"
          },
          {
            "ruleID": "CSS: justify-content: Parse Error.",
            "what": "CSS: justify-content: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "justify-content:}}@media (min-"
          },
          {
            "ruleID": "Attribute toggleid not allowed on element a at this point.",
            "what": "Attribute toggleid not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ...  c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v"
          },
          {
            "ruleID": "Attribute icon not allowed on element a at this point.",
            "what": "Attribute icon not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ...  c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v"
          },
          {
            "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": "459"
            },
            "excerpt": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About "
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About "
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About "
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About "
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors"
          },
          {
            "ruleID": "Element a is missing required attribute href.",
            "what": "Element a is missing required attribute href.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d"
          },
          {
            "ruleID": "Duplicate ID n-85957.",
            "what": "Duplicate ID n-85957.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ...  c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "The first occurrence of ID n-85957 was here.",
            "what": "The first occurrence of ID n-85957 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ...  c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": ":true 2x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"></pict"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
            "what": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
            "what": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h1.",
            "what": "The heading role is unnecessary for element h1.",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U"
          },
          {
            "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "what": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"><label"
          },
          {
            "ruleID": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "what": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "what": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/Assemblymem ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assembly ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielC ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ...  c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ...  c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac"
          },
          {
            "ruleID": "The separator role is unnecessary for element hr.",
            "what": "The separator role is unnecessary for element hr.",
            "ordinalSeverity": 0,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "459"
            },
            "excerpt": ":true 3x\"><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"></pict"
          },
          {
            "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": "460"
            },
            "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter"
          },
          {
            "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": "463"
            },
            "excerpt": "></script><script type=\"text/javascript\" src=\"//img1.wsimg.com/traffic-assets/js/tccl-tti.min.js\"></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": "HEAD",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "US\"><head><meta charSet=\"utf-8\"/><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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><title"
          },
          {
            "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": "1"
            },
            "excerpt": "ly</title><meta name=\"description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/><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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "t 45. \"/><meta name=\"author\" content=\"Jesse Gabriel for Assembly\"/><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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "ssembly\"/><meta name=\"generator\" content=\"Starfield Technologies; Go Daddy Website Builder 8.0.0000\"/><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": "1"
            },
            "excerpt": ".0.0000\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><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": "1"
            },
            "excerpt": "anifest\"/><link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:57,h:57,m\"/><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": "1"
            },
            "excerpt": ",h:57,m\"/><link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:60,h:60,m\"/><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": "1"
            },
            "excerpt": ",h:60,m\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:72,h:72,m\"/><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": "1"
            },
            "excerpt": ",h:72,m\"/><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:114,h:114,m\"/><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": "1"
            },
            "excerpt": "h:114,m\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:120,h:120,m\"/><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": "1"
            },
            "excerpt": "h:120,m\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:144,h:144,m\"/><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": "1"
            },
            "excerpt": "h:144,m\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:152,h:152,m\"/><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": "1"
            },
            "excerpt": "h:152,m\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:180,h:180,m\"/><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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "h:180,m\"/><meta property=\"og:url\" content=\"https://jessegabriel.com/\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "l.com/\"/> <meta property=\"og:site_name\" content=\"Jesse Gabriel for Assembly\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "3"
            },
            "excerpt": "sembly\"/> <meta property=\"og:title\" content=\"Jesse Gabriel for Assembly\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "4"
            },
            "excerpt": "sembly\"/> <meta property=\"og:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "5"
            },
            "excerpt": " 45. \"/> <meta property=\"og:type\" content=\"website\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "7"
            },
            "excerpt": "9e.png\"/> <meta property=\"og:locale\" content=\"en_US\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "\"en_US\"/> <meta name=\"twitter:card\" content=\"summary\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "9"
            },
            "excerpt": "ummary\"/> <meta name=\"twitter:site\" content=\"@@JesseGabrielCA\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "10"
            },
            "excerpt": "rielCA\"/> <meta name=\"twitter:title\" content=\"Jesse Gabriel for Assembly\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "11"
            },
            "excerpt": "sembly\"/> <meta name=\"twitter:description\" content=\"Jesse Gabriel is a candidate for California State Assembly, Assembly District 45. \"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "12"
            },
            "excerpt": " 45. \"/> <meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "13"
            },
            "excerpt": "9e.png\"/> <meta name=\"twitter:image:alt\" content=\"Jesse Gabriel for Assembly\"/> <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": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "14"
            },
            "excerpt": "sembly\"/> <meta name=\"theme-color\" content=\"#223587\"/><style"
          },
          {
            "ruleID": "CSS: margin-bottom: none is not a margin-bottom value.",
            "what": "CSS: margin-bottom: none is not a margin-bottom value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "89"
            },
            "excerpt": "in-bottom:none}.x .c"
          },
          {
            "ruleID": "CSS: object: Parse Error.",
            "what": "CSS: object: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "89"
            },
            "excerpt": " -object]:0px}.x .c"
          },
          {
            "ruleID": "CSS: padding-left: none is not a padding-left value.",
            "what": "CSS: padding-left: none is not a padding-left value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "89"
            },
            "excerpt": "ding-left:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-right: none is not a padding-right value.",
            "what": "CSS: padding-right: none is not a padding-right value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "89"
            },
            "excerpt": "ing-right:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-top: none is not a padding-top value.",
            "what": "CSS: padding-top: none is not a padding-top value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "89"
            },
            "excerpt": "dding-top:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-top: none is not a padding-top value.",
            "what": "CSS: padding-top: none is not a padding-top value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "90"
            },
            "excerpt": "dding-top:none}}@med"
          },
          {
            "ruleID": "CSS: padding-bottom: none is not a padding-bottom value.",
            "what": "CSS: padding-bottom: none is not a padding-bottom value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "90"
            },
            "excerpt": "ng-bottom:none}}@med"
          },
          {
            "ruleID": "CSS: justify-content: Parse Error.",
            "what": "CSS: justify-content: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "92"
            },
            "excerpt": "justify-content:}}@media (min-"
          },
          {
            "ruleID": "Attribute toggleid not allowed on element a at this point.",
            "what": "Attribute toggleid not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ...  c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v"
          },
          {
            "ruleID": "Attribute icon not allowed on element a at this point.",
            "what": "Attribute icon not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleId=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-inte ...  c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"><svg v"
          },
          {
            "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": "103"
            },
            "excerpt": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\"><ul da"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About "
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"Nav ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About "
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contri"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f8 ... x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contri"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typo ... c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assemb"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962 ... c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About "
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About "
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endors"
          },
          {
            "ruleID": "Element a is missing required attribute href.",
            "what": "Element a is missing required attribute href.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contri"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contri"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelled ... l x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contri"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" hre ... 1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assemb"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\"><span>"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ab ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\"><span>"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close= ... e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\"><span>"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/as ... 1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"><div d"
          },
          {
            "ruleID": "Duplicate ID n-85957.",
            "what": "Duplicate ID n-85957.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "The first occurrence of ID n-85957 was here.",
            "what": "The first occurrence of ID n-85957 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></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": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be300418 ... c1-6v c1-6w c1-6x c1-6y c1-1v c1-32 c1-1x c1-33 c1-6z c1-6r c1-b c1-c c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-d c1-7e c1-7f c1-7g c1-e c1-f c1-g\"/></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": "SOURCE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:749,h:500,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true 2x\"/><sourc"
          },
          {
            "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": "SOURCE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "true 2x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1498,h:1000,cg:true, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1600,h:1068,cg:true 2x\"/><img 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": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "true 2x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\"/></pict"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
            "what": "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
            "what": "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "div></div><div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h1.",
            "what": "The heading role is unnecessary for element h1.",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "-1b c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN U"
          },
          {
            "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "what": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label"
          },
          {
            "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": "input85989",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\"/><label"
          },
          {
            "ruleID": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "what": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "what": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/Assemblymem ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assembly ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielC ... =\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"><svg v"
          },
          {
            "ruleID": "Duplicate attribute class.",
            "what": "Duplicate attribute class.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "9m c1-9n\" class=\"x-el x-el-a c"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ...  c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "ne-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"t ...  c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privac"
          },
          {
            "ruleID": "The separator role is unnecessary for element hr.",
            "what": "The separator role is unnecessary for element hr.",
            "ordinalSeverity": 0,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat"
          },
          {
            "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": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "/ul></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\"><div 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": "SOURCE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "1-f c1-g\"><source media=\"(max-width: 450px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:403,h:183,cg:true, //i ... 100%25,h:58.83%25/rs=w:806,h:366,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1209,h:549,cg:true 3x\"/><sourc"
          },
          {
            "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": "SOURCE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "true 3x\"/><source media=\"(min-width: 451px)\" srcSet=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true, //i ... 00%25,h:58.83%25/rs=w:1030,h:468,cg:true 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:1545,h:702,cg:true 3x\"/><img d"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "103"
            },
            "excerpt": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict"
          },
          {
            "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": "103"
            },
            "excerpt": "true 3x\"/><img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\"/></pict"
          },
          {
            "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": "104"
            },
            "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter"
          }
        ]
      },
      "endTime": 1687099020783
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687099020783,
      "url": "https://jessegabriel.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 14:37:01",
          "hash": "933964810ead7cef52423e3046341a3b8bb70a2827fd40552e2a0e0325df9e9e6f979f5db0650b2ce2ab1ad1f673d71f33537a019ffb4b3ce98f77ed9871cc16",
          "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": 34,
          "warning": 11,
          "failed": 11,
          "inapplicable": 69
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 17,
              "warning": 8,
              "failed": 4,
              "inapplicable": 38
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-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 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 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": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R12": {
                "name": "Link has accessible name",
                "code": "QW-ACT-R12",
                "mapping": "c487ae",
                "description": "This rule checks that each link has an accessible name.",
                "metadata": {
                  "target": {
                    "element": [
                      "a[href]",
                      "area[href]"
                    ],
                    "attributes": [
                      "role='link'"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value"
                    }
                  ],
                  "related": [
                    "G91"
                  ],
                  "url": "https://act-rules.github.io/rules/c487ae",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 14,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name, or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "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": 26,
                  "warning": 0,
                  "failed": 3,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Several elements have the same `id` attribute."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      },
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "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": 19,
                  "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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_DROPDOWN\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g c2-3 c2-h c2-i c2-j c2-k c2-l c2-m c2-n c2-o c2-p\">Contribute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div: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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div: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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div: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 rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div: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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > 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": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R17": {
                "name": "Image has accessible name",
                "code": "QW-ACT-R17",
                "mapping": "23a2a8",
                "description": "This rule checks that each image that is not marked as decorative, has an accessible name.",
                "metadata": {
                  "target": {
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content"
                    }
                  ],
                  "related": [
                    "G94",
                    "G95"
                  ],
                  "url": "https://act-rules.github.io/rules/23a2a8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 4,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"margin-right: 4px;\">Contribute</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body>Jesse Gabriel - Jesse Gabriel for Assembly\n\n\n\n\n\n\n\n\n\n\n\n\n/* vietnamese */\n@font-face {\n  font-family: 'Muli';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://img1.wsimg.com/gfonts/s/muli/v28/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40eifxHiDnzM.woff2) format('woff2');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: 'Muli';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://img1.wsimg.com/gfonts/s/muli/v28/7Aulp_0qiz-aVz7u3PJLcUMYOFnOk …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R40": {
                "name": "Zoomed text node is not clipped with CSS overflow",
                "code": "QW-ACT-R40",
                "mapping": "59br37",
                "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
                "metadata": {
                  "target": {
                    "element": "*:text()"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/59br37",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 14,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"margin-right: 4px;\">Contribute</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > 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": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>P.O. Box 260861 ∙ Encino, California 91426</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 7,
              "warning": 2,
              "failed": 5,
              "inapplicable": 20
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"x  x-fonts-muli x-fonts-source-sans-pro\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE   JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up   Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426  CONTRIBUTE\n\"IntersectionObserver\"in window&amp;&amp;\"Int …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The first focusable control on the Web page does not links to local content."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The first focusable control on the Web page does not links to local content.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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": []
                  }
                ]
              },
              "QW-WCAG-T20": {
                "name": "Supplementing link text with the title attribute",
                "code": "QW-WCAG-T20",
                "mapping": "H33",
                "description": "Supplementing link text with the title attribute",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only"
                    }
                  ],
                  "related": [
                    "C7",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The element's title attribute is empty."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T21": {
                "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link",
                "code": "QW-WCAG-T21",
                "mapping": "F89",
                "description": "This technique checks the text alternative of images which are the only content of a link",
                "metadata": {
                  "target": {
                    "parent": "a",
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value"
                    }
                  ],
                  "related": [
                    "H2",
                    "H30",
                    "ARIA7",
                    "ARIA8"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The image doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T17": {
                "name": "Positioning labels to maximize predictability of relationships",
                "code": "QW-WCAG-T17",
                "mapping": "G162",
                "description": "This technique checks the correct position of labels in forms",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "3.3.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions"
                    }
                  ],
                  "related": [
                    "H44",
                    "H71",
                    "H65",
                    "G131",
                    "G167"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The form field has incorrect positioned label."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The form field has incorrect positioned label.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 7,
                  "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 data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\"><li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"Sub …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1- …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\"><li style=\"display:inline-block\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" _cssrules=\"true\" _selector=\"html >  …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 1,
                  "warning": 0,
                  "failed": 140,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Page\" id=\"page-85956\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE   JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up   Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE   JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up   Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426  CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\"></nav>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-17 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-1k c1-1l c1-1m c1-1n c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-1s c1-1t c1-1u c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-1z c1-20 c1-21 c1-22 c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-2r c1-v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" id=\"n-8595785960-navBarId\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-1k c1-2t c1-1v c1-1x c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">About Jesse</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">ContributeContribute OnlineContribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contribute Online</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contribute by Mail</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Assembly District 46</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">More</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About Jesse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contribute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contribute Online</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contribute by Mail</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assembly District 46</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-s c1-1k c1-4i c1-1s c1-4j c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-13 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" id=\"n-85957-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-46 c1-58 c1-4 c1-59 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" id=\"n-85957-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">Contribute Online</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg.com/blobby/go/406a2681-a263-42ee-82c4-c8be3004184a/downloads/Updated%20Contribution%20Form%202024.pdf?ver=1675482288748\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1-5u c1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">Contribute by Mail</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-district-46-1\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3e c1-d c1-z c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-t c1-5x c1-b c1-c c1-18 c1-d c1-19 c1-5y c1-5z c1-e c1-1a c1-f c1-1b c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-2y c1-1i c1-2x c1-60 c1-61 c1-b c1-c c1-62 c1-63 c1-d c1-64 c1-65 c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-61 c1-b c1-c c1-67 c1-d c1-68 c1-69 c1-6a c1-6b c1-6c c1-6d c1-6e c1-6f c1-6g c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-6h c1-h c1-i c1-15 c1-27 c1-26 c1-b c1-c c1-6i c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-2i c1-6j c1-6k c1-4 c1-60 c1-c c1-6l c1-6m c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:387,h:203,cg:true,m/cr=w:387,h:203/qt=q:95, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:774,h:406,cg:true,m/cr=w:774,h:406/qt=q:95 2x, //img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=w:1161,h:609,cg:true,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Group\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-1c c1-1f c1-7h c1-7i c1-2s c1-b c1-c c1-7j c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > 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": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-68 c1-7w c1-7x c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></figure>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "32px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\"> Email Address Sign up</form>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\"> Email Address Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\"> Email Address </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">Email Address</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3c c1-3d c1-7k c1-4 c1-2x c1-2y c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Privacy Policy</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">Privacy Policy</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href=\"/privacy-policy\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > hr:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">P.O. Box 260861 ∙ Encino, California 91426</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ModalBody\" role=\"dialog\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-b c1-c c1-a9 c1-18 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-a9 c1-18 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-d c1-ak c1-al c1-am c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4i c1-41 c1-42 c1-2p c1-5v c1-43 c1-a6 c1-b8 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" id=\"popup-widget85996-close-icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2d c1-2i c1-3x c1-2r c1-b9 c1-v c1-ba c1-28 c1-bb c1-3 c1-bc c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-be c1-15 c1-bf c1-33 c1-32 c1-46 c1-4 c1-bg c1-aq c1-b c1-c c1-bh c1-bi c1-b5 c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1i c1-b c1-c c1-d c1-bj c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<picture data-lazyimg=\"true\" class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > picture:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > picture:nth-child(1) > img:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-bl c1-bm c1-7n c1-bn c1-37 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Primary.85997.click,click\" id=\"popup-widget85996-cta\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-7k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 10,
              "warning": 1,
              "failed": 2,
              "inapplicable": 11
            },
            "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": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP15": {
                "name": "At least one width attribute of an HTML element is expressed in absolute values",
                "code": "QW-BP15",
                "description": "At least one width attribute of an HTML element is expressed in absolute values",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "width"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 4,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target `width` attribute uses absolute units."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP23": {
                "name": "Listitems are used semantically",
                "code": "QW-BP23",
                "description": "Ensures <li> elements are used semantically",
                "metadata": {
                  "target": {
                    "element": "li"
                  },
                  "passed": 7,
                  "warning": 0,
                  "failed": 16,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Listitem is not used semantically not used semantically"
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 36,
                "document": 1,
                "main": 1,
                "region": 4,
                "navigation": 4,
                "button": 5,
                "graphics-document": 9,
                "list": 2,
                "listitem": 7,
                "menu": 5,
                "menuitem": 16,
                "img": 3,
                "figure": 1,
                "heading": 1,
                "form": 1,
                "textbox": 1,
                "contentinfo": 1,
                "separator": 1,
                "dialog": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 20,
                "title": 1,
                "link": 9,
                "style": 11,
                "script": 35,
                "body": 1,
                "div": 67,
                "section": 3,
                "nav": 3,
                "a": 31,
                "svg": 9,
                "path": 9,
                "ul": 7,
                "li": 23,
                "span": 14,
                "img": 3,
                "figure": 1,
                "picture": 2,
                "source": 4,
                "h1": 1,
                "p": 3,
                "form": 1,
                "input": 1,
                "label": 1,
                "button": 1,
                "hr": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          9,
          59,
          144,
          11
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-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 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 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 lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... omeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... ,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">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(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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" cla ... 28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</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(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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... 8 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">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": "1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_DROPDOWN\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g c2-3 c2-h c2-i c2-j c2-k c2-l c2-m c2-n c2-o c2-p\">Contribute</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"Na ... c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</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(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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... -2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">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(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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</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(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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements ...  c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">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": "85983",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" c ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-dis ... 1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</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(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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></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(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(2) > 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 rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x ... 1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></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(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabr ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></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(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-ty ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></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(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href= ...  c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... ,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)"
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"margin-right: 4px;\">Contribute</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body>Jesse Gabriel - Jesse Gabriel for Assembly /* vietnamese */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 400; font-display: swap; src: url(h ...  U+20AB; } /* latin-ext */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://img1.wsimg.com/gfonts/s/muli/v28/7Aulp_0qiz-aVz7u3PJLcUMYOFnOk …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" cla ... 28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... 8 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"margin-right: 4px;\">Contribute</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"Na ... c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > 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 rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
            },
            "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x ... 1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href= ...  c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)"
            },
            "excerpt": "<span>P.O. Box 260861 ∙ Encino, California 91426</span>"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 0,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"x x-fonts-muli x-fonts-source-sans-pro\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute On ...  - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 CONTRIBUTE \"IntersectionObserver\"in window&amp;&amp;\"Int …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">"
          },
          {
            "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": "nav-85961",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\"><li d ... c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k …"
          },
          {
            "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": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1- ... 221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"Sub …"
          },
          {
            "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": "more-85962",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1- ... ue\" aria-labelledby=\"more-85962\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1- …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-l ... pvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavAlpha\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data …"
          },
          {
            "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": "n-85957-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c ... 097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-1c c1-28 c1-2p c1-40 c1-13 c1-14 c1-1k c1-5 …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawe ... e\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" data-typography=\"SubNavBeta\" class=\"x-el x-el-a c1-1 c1-2 c1-25 c1-26 c1-27 c1-3e c1-28 c1 …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)"
            },
            "excerpt": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\"><li style=\"display:inline-block\"><a rel=\"\"  ...  c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\" _cssrules=\"true\" _selector=\"html > …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "page-85956",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Page\" id=\"page-85956\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseE ... r updates about our work to move California forward Email Address Sign up Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&n …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout ... 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-85957\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... omeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">HomeAbout JesseEndors ... About JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1)"
            },
            "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-s c1-u c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-z c1-10 c1-e c1-f c1-g\"></nav>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-17 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-1k c1-1l c1-1m c1-1n c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-1s c1-1t c1-1u c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-1z c1-20 c1-21 c1-22 c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... 26 c1-27 c1-1c c1-28 c1-1k c1-1l c1-29 c1-2a c1-2b c1-2c c1-2d c1-b c1-c c1-2e c1-2f c1-2g c1-d c1-z c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.85959.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-2j c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2)"
            },
            "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-2o c1-s c1-2p c1-v c1-w c1-b c1-c c1-x c1-y c1-d c1-2q c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-2r c1-v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-8595785960-navBarId",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"n-8595785960-navBarId\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-1k c1-2t c1-1v c1-1x c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1k c1-2s c1-2u c1-1u c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)"
            },
            "excerpt": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-2v c1-2w c1-w c1-v c1-b c1-c c1-x c1-y c1-d c1-10 c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</nav>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "nav-85961",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 data-ux=\"List\" id=\"nav-85961\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-s c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Home</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3d c1-25 c1-26 c1-27 c1-3e c1-28 c1-3f c1-3g c1-3h c1-3i c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.85963.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">About Jesse</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" href=\"/about-jesse\" data-typography=\"NavAlpha\" cla ... 28 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85964.click,click\">About Jesse</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Endorsements</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... 8 c1-3q c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85965.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">ContributeContribute OnlineContribute by Mail</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ... 1 c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85968.click,click\">Contribute Online</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4f ...  c1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Menu.Link.Default.85969.click,click\">Contribute by Mail</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Assembly District 46</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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 rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" href=\"/assembly-district-46-1\" data-typography=\"Na ... c1-3r c1-3s c1-3t c1-2n c1-2l c1-2k c1-2m c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.85970.click,click\">Assembly District 46</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-34 c1-2x c1-35 c1-2i c1-36 c1-2j c1-37 c1-38 c1-s c1-39 c1-b c1-c c1-3a c1-3b c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">MoreHomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-3",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">More</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "more-85962",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/\" ... -26 c1-27 c1-2i c1-28 c1-29 c1-3g c1-1v c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3k c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.85973.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about- ... d c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85974.click,click\">About Jesse</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(3)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endors ...  c1-25 c1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85975.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1 ... 3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85976.click,click\">Contribute</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ... 1-2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85977.click,click\">Contribute Online</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-8 ... -2 c1-25 c1-26 c1-27 c1-2i c1-28 c1-2r c1-v c1-b c1-34 c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Nested.85978.click,click\">Contribute by Mail</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(5)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assemb ... 1-26 c1-27 c1-2i c1-28 c1-4d c1-4e c1-4f c1-b c1-2d c1-3j c1-3u c1-2f c1-3l c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.85979.click,click\">Assembly District 46</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-s c1-1k c1-4i c1-1s c1-4j c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-85957-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3)"
            },
            "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-85957-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4k c1-4l c1-4m c1-4 c1-4n c1-46 c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-1c c1-4w c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-13 c1-14 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-4x c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-28 c1-4y c1-4z c1-43 c1-50 c1-51 c1-52 c1-b c1-53 c1-54 c1-55 c1-56 c1-57\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-85957-navContainerId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Container\" id=\"n-85957-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-46 c1-58 c1-4 c1-59 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-85957-navLinksContentId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"n-85957-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "n-85957-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... -2p c1-40 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3k c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.85980.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/about-jesse\" ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85981.click,click\">About Jesse</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements ...  c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85982.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "85983",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLink\" data-toggle-ignore=\"true\" id=\"85983\" aria-expanded=\"false\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavBeta\" c ... 0 c1-13 c1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Dropdown.85984.click,click\">Contribute</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(2)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2h c1-2i c1-3v c1-3w c1-3x c1-s c1-5p c1-5q c1-5r c1-b c1-5h c1-5k c1-5m c1-5n c1-5o\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\">Contribute OnlineContribute by Mail</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" dat ... 1-5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85985.click,click\">Contribute Online</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" dat ... -5v c1-5w c1-14 c1-1k c1-5f c1-5g c1-3u c1-b c1-5a c1-c c1-5i c1-5j c1-d c1-5l c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Sub.Link.Default.85986.click,click\">Contribute by Mail</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/assembly-dis ... 1-14 c1-1k c1-5f c1-5g c1-b c1-4x c1-5h c1-3u c1-5i c1-5j c1-5k c1-5l c1-5m c1-5n c1-5o\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.85987.click,click\">Assembly District 46</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3e c1-d c1-z c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-t c1-5x c1-b c1-c c1-18 c1-d c1-19 c1-5y c1-5z c1-e c1-1a c1-f c1-1b c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-2y c1-1i c1-2x c1-60 c1-61 c1-b c1-c c1-62 c1-63 c1-d c1-64 c1-65 c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-61 c1-b c1-c c1-67 c1-d c1-68 c1-69 c1-6a c1-6b c1-6c c1-6d c1-6e c1-6f c1-6g c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-6h c1-h c1-i c1-15 c1-27 c1-26 c1-b c1-c c1-6i c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-2i c1-6j c1-6k c1-4 c1-60 c1-c c1-6l c1-6m c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c1-b c1-6p c1-c c1-2e c1-2f c1-6q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.85988.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-6s c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3ccef96.png/:/rs=h:203,cg:true,m/qt=q:95\" srcset=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-3c ... ,m/cr=w:1161,h:609/qt=q:95 3x\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-85957\" class=\"x-el x-el-img c1-1 c1-2 c1-6o c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-6t c1-6u c1-6v c1-6w …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Group\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-1c c1-1f c1-7h c1-7i c1-2s c1-b c1-c c1-7j c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > 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 rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.clic ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-66 c1-15 c1-1v c1-32 c1-1x c1-33 c1-b c1-c c1-d c1-68 c1-7w c1-7x c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "FIGURE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1)"
            },
            "excerpt": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-2i c1-1g c1-2y c1-1i c1-2x c1-4n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></figure>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1)"
            },
            "excerpt": "<picture class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > figure:nth-child(1) > picture:nth-child(1) > img:nth-child(3)"
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-38a6a9e.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-7z c1-6z c1-b c1-c c1-80 c1-d c1-81 c1-82 c1-83 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fc604200-6020-4a6e-acc8-29ec187c03b1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fc604200-6020-4a6e-acc8-29ec187c03b1\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">JOIN US!Sign up here for updates about our work to move California forward Email Address Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-5",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-8c c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-8d c1-8e c1-8f c1-1z c1-20 c1-21 c1-22 c1-d c1-8g c1-8h c1-8i c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward Email Address Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8j c1-60 c1-b c1-34 c1-c c1-3u c1-d c1-e c1-f c1-g\">Sign up here for updates about our work to move California forward</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "FORM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2)"
            },
            "excerpt": "<form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1i c1-b c1-c c1-d c1-e c1-f c1-g\"> Email Address Sign up</form>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4w c1-b c1-c c1-8k c1-d c1-e c1-f c1-g\"> Email Address Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2u c1-8l c1-b c1-c c1-8m c1-8n c1-d c1-e c1-f c1-g\"> Email Address </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-4 c1-b c1-c c1-8o c1-8p c1-d c1-e c1-f c1-g\">Email Address</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input85989",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input85989\" value=\"\" data-typography=\"InputAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-8q c1-4 c1-8r c1-8s c1-8t c1-8u c1-6z c1-8v c1-5v c1-41 c1-42 c1-8w c1-b c1-8x c1-3j c1-3u c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-8o c1-8p c1-3m c1-3n c1-3o c1-3p\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
            },
            "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input85989\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-2i c1-26 c1-27 c1-43 c1-99 c1-9a c1-9b c1-5r c1-b c1-8x c1-3j c1-3u c1-98 c1-3m c1-3n c1-3o c1-3p\">Email Address</label>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x ... 1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-74 c1-76 c1-8m c1-8n c1-9c c1-7v c1-3m c1-3n c1-3o c1-3p\">Sign up</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-7r c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426 </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-7r c1-4p c1-9d c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-b c1-c c1-d c1-e c1-f c1-g\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.Privacy PolicyP.O. Box 260861 ∙ Encino, California 91426</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-2s c1-9g c1-9h c1-9i c1-40 c1-1f c1-9j c1-9k c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85990.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabr ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85991.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-ty ... ss=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-9l c1-b c1-7q c1-c c1-2e c1-9m c1-9n c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.85992.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-8l c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p x-rt\">Copyright © 2023 &nbsp;Jesse Gabriel for Assembly 2024 - FPPC ID No. &nbsp;1456615 &nbsp;&nbsp;All Rights Reserved. &nbsp;&nbsp;Contact Us.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-60 c1-9v c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\">Privacy Policy</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)"
            },
            "excerpt": "<ul data-ux=\"NavFooter\" class=\"x-el x-el-ul c1-1 c1-2 c1-9w c1-1v c1-32 c1-1x c1-33 c1-1g c1-2y c1-1i c1-2x c1-6r c1-b c1-c c1-67 c1-9x c1-d c1-e c1-f c1-g\">Privacy Policy</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavFooterLink\" data-page=\"7efa935c-fcf8-4d72-a038-a76f27b512e1\" target=\"\" data-aid=\"FOOTER_PAGE_LINK_0_RENDERED\" data-edit-interactive=\"true\" href= ...  c1-2i c1-28 c1-5u c1-5v c1-9y c1-9z c1-b c1-7q c1-3j c1-3u c1-9m c1-9n c1-a0 c1-a1 c1-3m c1-3n c1-3o c1-3p\" data-tccl=\"ux2.FOOTER.footer1.Nav.Footer.Link.Default.85995.click,click\">Privacy Policy</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > hr:nth-child(4)"
            },
            "excerpt": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-a2 c1-8t c1-8w c1-1g c1-8l c1-a3 c1-11 c1-12 c1-h c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
            },
            "excerpt": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-26 c1-27 c1-4f c1-1g c1-1i c1-b c1-9o c1-3j c1-3u c1-3m c1-3n c1-3o c1-3p\">P.O. Box 260861 ∙ Encino, California 91426</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "popup-widget85996",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ModalPopup\" id=\"popup-widget85996\" data-edit-interactive=\"true\" data-aid=\"POPUP_MODAL\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4l c1-2o c1-2s c1-4m c1-a4 c1-a5 c1-a6 c1-29 c1-2a c1-2b c1-2c c1-a7 c1-46 c1-a8 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ModalBody\" role=\"dialog\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-b c1-c c1-a9 c1-18 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-a9 c1-18 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-d c1-ak c1-al c1-am c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4l c1-1c c1-4w c1-3 c1-an c1-1x c1-ao c1-ap c1-aq c1-ar c1-1v c1-32 c1-33 c1-6r c1-b c1-c c1-as c1-67 c1-9x c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-18 c1-b4 c1-b5 c1-b6 c1-18 c1-b4 c1-b5 c1-b6 c1-d c1-b7 c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4i c1-41 c1-42 c1-2p c1-5v c1-43 c1-a6 c1-b8 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "popup-widget85996-close-icon",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" id=\"popup-widget85996-close-icon\" class=\"x-el x-el-svg c1-1 c1-2 c1-2d c1-2i c1-3x c1-2r c1-b9 c1-v c1-ba c1-28 c1-bb c1-3 c1-bc c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-be c1-15 c1-bf c1-33 c1-32 c1-46 c1-4 c1-bg c1-aq c1-b c1-c c1-bh c1-bi c1-b5 c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-1i c1-b c1-c c1-d c1-bj c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > picture:nth-child(1)"
            },
            "excerpt": "<picture data-lazyimg=\"true\" class=\"x-el x-el-picture c1-1 c1-2 c1-4 c1-4n c1-60 c1-7y c1-6r c1-b c1-c c1-d c1-e c1-f c1-g\"></picture>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > picture:nth-child(1) > img:nth-child(3)"
            },
            "excerpt": "<img data-ux=\"Image\" src=\"//img1.wsimg.com/isteam/ip/406a2681-a263-42ee-82c4-c8be3004184a/blob-bcec753.png/:/cr=t:0%25,l:0%25,w:100%25,h:58.83%25/rs=w:515,h:234,cg:true\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-15 c1-11 c1-12 c1-1g c1-1i c1-3x c1-bk c1-6z c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-60 c1-bl c1-bm c1-7n c1-bn c1-37 c1-b c1-c c1-d c1-e c1-f c1-g\">CONTRIBUTE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "popup-widget85996-cta",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Prim ... k c1-28 c1-7l c1-7m c1-1k c1-2s c1-60 c1-25 c1-27 c1-26 c1-s c1-15 c1-4 c1-37 c1-7n c1-5u c1-5v c1-7o c1-7p c1-7q c1-7r c1-b c1-3k c1-7s c1-3j c1-7t c1-7u c1-7v c1-3m c1-3n c1-3o c1-3p\">CONTRIBUTE</a>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"0\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-1 c1-2 c1-26 c1-27 c1-84 c1-2x c1-2y c1-85 c1-t c1-60 c1-6j c1-2d c1-86 c1-3u c1-87 c1-88 c1-89 c1-8a c1-8b\">JOIN US!</h1>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(2)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-7q c1-2i c1-3x c1-2k c1-2l c1-2m c1-2n c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">About Jesse</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(3)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute Online</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Contribute by Mail</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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) > nav:nth-child(2) > 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) > ul:nth-child(2) > li:nth-child(5)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c c1-4b c1-d c1-e c1-f c1-g\">Assembly District 46</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">About Jesse</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">ContributeContribute OnlineContribute by Mail</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute Online</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5s c1-5d c1-b c1-c c1-4b c1-5e c1-5t c1-d c1-e c1-f c1-g\">Contribute by Mail</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > 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(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-5a c1-1i c1-3e c1-5b c1-5c c1-5d c1-b c1-c c1-4b c1-5e c1-d c1-e c1-f c1-g\">Assembly District 46</li>"
          }
        ]
      },
      "endTime": 1687099022518
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687099022519,
      "url": "https://jessegabriel.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.077",
        "responseTime": "2023-06-18T14:37:02.371Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1053631,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 173,
              "failing": 7
            },
            "issues": {
              "totalErrors": 32,
              "totalWarnings": 0,
              "totalIssues": 32
            },
            "issuesByLevel": {
              "A": {
                "count": 19,
                "pct": 59.38
              },
              "AA": {
                "count": 5,
                "pct": 15.63
              },
              "AAA": {
                "count": 32,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 3,
              "warningDensity": 0,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "e68ca775-c60e-4212-985e-0fbae6b708dc",
          "docID": "2ca74d7d-0858-42c3-c25f-a471923ca1a0",
          "sourceHash": "e91e16595a6e88bbb31c7e54b83b3058",
          "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=e68ca775-c60e-4212-985e-0fbae6b708dc",
          "resultSet": [
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 231.171875,
                  "y": 253.390625
                },
                "bottom-right": {
                  "x": 231.171875,
                  "y": 273.390625
                },
                "height": 20,
                "width": 0
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "19f802f5d18dc43cbc04453d88f662c3",
              "signature": "f8b8464681a7a42de5b699a205e42985",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=19f802f5d18dc43cbc04453d88f662c3"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 32,
                  "y": 0
                },
                "bottom-right": {
                  "x": 95.0156,
                  "y": 24
                },
                "height": 24,
                "width": 63.0156
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"85971\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/div[1]/a[1]",
              "issueID": "21246a05dea71396a25a7acb917957c2",
              "signature": "156a398b6119dcbb51ac8cb831a4bac7",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=21246a05dea71396a25a7acb917957c2"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"http",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]",
              "issueID": "616f1ffdd35ce00f5458046b46f34ae2",
              "signature": "b2b3dd4ef293e8471eb8e61baa9679d1",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=616f1ffdd35ce00f5458046b46f34ae2"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]",
              "issueID": "23a8f3b22f6932616eafc4c6c5a8468f",
              "signature": "71fdc74de4e76d946b2015b20dcd7f8e",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=23a8f3b22f6932616eafc4c6c5a8468f"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]",
              "issueID": "2cc7dc5823194b11ec5e1ffc53fa1d38",
              "signature": "c7072e5a06a00b7bb2ec647730a50c38",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2cc7dc5823194b11ec5e1ffc53fa1d38"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5M",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "532812ec7bf70705ac006de71a817574",
              "signature": "b9b276c8958a69591d3a4910e7f01e54",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=532812ec7bf70705ac006de71a817574"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2958,
                "column": 416
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a26",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "5a1e1526fd265519b93157c80f08803f",
              "signature": "496d88807dbb3df74be8e8c9a912010f",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=5a1e1526fd265519b93157c80f08803f"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 2960,
                "column": 1090
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class=",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[5]/a[1]",
              "issueID": "2d986290a09b9dccfadc50410ff50aef",
              "signature": "1e12d7ce952aa5d66d8eff4ee99202ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2d986290a09b9dccfadc50410ff50aef"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 1117
                },
                "height": 1117,
                "width": 1024
              },
              "position": {
                "line": 4965,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"x x-fonts-muli x-fonts-source-sans-pro\"&gt;&lt;div id=\"layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a\" class=\"layout layout-layout layout-layout-layout-21 locale-en-US lang-en\"&gt;&lt;div data-ux=\"Page\" id=\"page-85956\" class=\"x-el ",
              "xpath": "/html/body",
              "issueID": "21441bafd0fa475b808cef52e4b9b84e",
              "signature": "99b06cf3a4b0be401661a1b94ce7f961",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=21441bafd0fa475b808cef52e4b9b84e"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 2929,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Ham",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "898ec63c50751d162c45cab4eeebd288",
              "signature": "292e296f9cb53f40811b4f88ff0e8265",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=898ec63c50751d162c45cab4eeebd288"
            },
            {
              "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": 231.171875,
                  "y": 253.390625
                },
                "bottom-right": {
                  "x": 231.171875,
                  "y": 273.390625
                },
                "height": 20,
                "width": 0
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "a6a291079a3855ca991dfac45ac24c4f",
              "signature": "260ebcd84167fa0909e02f8960ce7aa3",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a6a291079a3855ca991dfac45ac24c4f"
            },
            {
              "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": 452,
                  "y": 832
                },
                "bottom-right": {
                  "x": 492,
                  "y": 872
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "e9819dc09c090280bcdd8e3990f6d691",
              "signature": "280ae39ee6fd78756ccc516dfa204231",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e9819dc09c090280bcdd8e3990f6d691"
            },
            {
              "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": 492,
                  "y": 832
                },
                "bottom-right": {
                  "x": 532,
                  "y": 872
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "6193dc4f226bf9efc7c30e2846dde25b",
              "signature": "a5fa02e16f157888dd141687f27be49a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6193dc4f226bf9efc7c30e2846dde25b"
            },
            {
              "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": 532,
                  "y": 832
                },
                "bottom-right": {
                  "x": 572,
                  "y": 872
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6922,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]",
              "issueID": "bba41a5e8804cf934b8693e09c4e5562",
              "signature": "3d9f94db1c361f70cef4a4140c19d7cd",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bba41a5e8804cf934b8693e09c4e5562"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 108,
                  "y": 64
                },
                "height": 64,
                "width": 108
              },
              "position": {
                "line": 6623,
                "column": 0
              },
              "errorSnippet": "&lt;ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\"",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]",
              "issueID": "6831be1c3328c9eafcd2e3bf7a7bdb79",
              "signature": "69d48bc0ceed0ddd565f61ea65e5328c",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=6831be1c3328c9eafcd2e3bf7a7bdb79"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 173.047,
                  "y": 241
                },
                "height": 241,
                "width": 173.047
              },
              "position": {
                "line": 6623,
                "column": 0
              },
              "errorSnippet": "&lt;ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\" style=\"\"&gt;&lt;li data-ux=\"ListItem\" ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]",
              "issueID": "115a2dee9537389bf1fc3b06b9643c36",
              "signature": "590895845bc25eafd8491ca8020aa069",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=115a2dee9537389bf1fc3b06b9643c36"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/a[1]",
              "issueID": "8a274cd186e568db4aa69818c9f95ad5",
              "signature": "d42d86febf6e958a13f3b833d8c7b66c",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=8a274cd186e568db4aa69818c9f95ad5"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": -24,
                  "y": 0
                },
                "bottom-right": {
                  "x": -24,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8111,
                "column": 110
              },
              "errorSnippet": "&lt;ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\"&gt;&lt;li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]",
              "issueID": "5053d8da198fafff60b8c0f4b9cbb65e",
              "signature": "e968e7c8698d3423513a14bcceef7bf8",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=5053d8da198fafff60b8c0f4b9cbb65e"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 44,
                  "y": 56
                },
                "bottom-right": {
                  "x": 980,
                  "y": 360
                },
                "height": 304,
                "width": 936
              },
              "position": {
                "line": 8788,
                "column": 0
              },
              "errorSnippet": "&lt;ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\"&gt;&lt;li role=\"menuitem\" dat",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]",
              "issueID": "0f6ce58e77679057af3fb988f9a2d41b",
              "signature": "885b1c8ed084273fe1ac23f274df3168",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=0f6ce58e77679057af3fb988f9a2d41b"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 300,
                  "y": 96
                },
                "height": 96,
                "width": 300
              },
              "position": {
                "line": 8788,
                "column": 0
              },
              "errorSnippet": "&lt;ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\"&gt;&lt;li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]",
              "issueID": "d35f360882dd342285b5ae241a6c5933",
              "signature": "ca018979cb47fc3568c0b3d6a1fa3d04",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=d35f360882dd342285b5ae241a6c5933"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"http",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]",
              "issueID": "0b56f13a2c061fd50be1436e2e224b00",
              "signature": "849f1c99a4915d50372ef2d674cc99cc",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0b56f13a2c061fd50be1436e2e224b00"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"http",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]",
              "issueID": "c505e3974a7569d9eccf3f545dfccea4",
              "signature": "a3472aded5868247a7aefc8b27d4a2bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c505e3974a7569d9eccf3f545dfccea4"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2930,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5M",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "d3fc1b31eeb0352a38ab657ab173f9d7",
              "signature": "d68b87d65ae5ebed60f0dfef25363054",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d3fc1b31eeb0352a38ab657ab173f9d7"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": -8,
                "width": 0
              },
              "position": {
                "line": 2958,
                "column": 416
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a26",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "3179f4ba968a59904450951d9330b9f9",
              "signature": "17f0a6b687b4bfdcb0491b715bb47df5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3179f4ba968a59904450951d9330b9f9"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -64,
                  "y": -16
                },
                "height": -16,
                "width": -64
              },
              "position": {
                "line": 3986,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngp",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "f326f62f213787e433ded2274a70007d",
              "signature": "d7e782e2710661b5f13a65c445839d2a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f326f62f213787e433ded2274a70007d"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -64,
                  "y": -16
                },
                "height": -16,
                "width": -64
              },
              "position": {
                "line": 3986,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "d470fad76d6a0a45d380f9a700e0eba1",
              "signature": "a3afea3e4db12b584b9865d65a3d6c23",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d470fad76d6a0a45d380f9a700e0eba1"
            },
            {
              "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": 148.171875,
                  "y": 383
                },
                "bottom-right": {
                  "x": 250.202875,
                  "y": 423
                },
                "height": 40,
                "width": 102.031
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "2694a96a95c985e9ca819db9d27c699e",
              "signature": "1e5a6399d1011af3d120c58ef22ed50c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2694a96a95c985e9ca819db9d27c699e"
            },
            {
              "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": 452,
                  "y": 832
                },
                "bottom-right": {
                  "x": 492,
                  "y": 872
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "283fb5fb9989678b101fefd86e4c8005",
              "signature": "fe8f2dabc19620ffe69441252facdb23",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=283fb5fb9989678b101fefd86e4c8005"
            },
            {
              "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": 492,
                  "y": 832
                },
                "bottom-right": {
                  "x": 532,
                  "y": 872
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6563,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "32aa18807bb90bada41009883ed5e0af",
              "signature": "0dbafb3e983d4d35531530c04372c146",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=32aa18807bb90bada41009883ed5e0af"
            },
            {
              "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": 532,
                  "y": 832
                },
                "bottom-right": {
                  "x": 572,
                  "y": 872
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6922,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]",
              "issueID": "6537088fdbc9d3e0eb2a0bac7bbdb185",
              "signature": "ec15b2c120795bad78df35409de554a4",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6537088fdbc9d3e0eb2a0bac7bbdb185"
            },
            {
              "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": 766.5,
                  "y": 897
                },
                "bottom-right": {
                  "x": 831.5,
                  "y": 915
                },
                "height": 18,
                "width": 65
              },
              "position": {
                "line": 6922,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\"&gt;Contact Us&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/p[1]/span[1]/a[1]",
              "issueID": "ca35d18b983b4a27ba5727964f843735",
              "signature": "979fb342e20107c2245c06fc4f231f6d",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ca35d18b983b4a27ba5727964f843735"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -64,
                  "y": -16
                },
                "height": -16,
                "width": -64
              },
              "position": {
                "line": 6923,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Primary.85997.click,click\" id=\"popup-widget85996-cta\" d",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]",
              "issueID": "64cf9edfbca588b1fe3f88461605036b",
              "signature": "f1c2a9c5a1ce67347845353c62380eec",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=64cf9edfbca588b1fe3f88461605036b"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          32
        ],
        "instances": [
          {
            "ruleID": "57",
            "what": "This link has no text inside it.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c"
          },
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "85971",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"85971\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"http"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"74d8c70b-9657-4f45-8b27-277dcebe4385\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/about-jesse\" data-typography=\"NavAlpha\" class=\"x-el x-el-"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"fc5744a0-9e24-47da-9895-3ea4fd3a8485\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5M"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a26"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"d3295995-3b45-4128-9abc-0b6f1169a858\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"/assembly-district-46-1\" data-typography=\"NavAlpha\" class="
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"x x-fonts-muli x-fonts-source-sans-pro\"><div id=\"layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a\" class=\"layout layout-layout layout-layout-layout-21 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-85956\" class=\"x-el "
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85958\" aria-expanded=\"false\" toggleid=\"n-85957-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Ham"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24 c1-25 c1-26 c1-27 c1-6n c1-28 c1-29 c1-2a c1-2b c1-2c c1-15 c1-6o c"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-24"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\""
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "more-85962",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-85962\" class=\"x-el x-el-ul c1-1 c1-2 c1-3y c1-3z c1-3 c1-2p c1-40 c1-41 c1-42 c1-43 c1-4c c1-44 c1-38 c1-45 c1-46 c1-2o c1-47 c1-b c1-c c1-48 c1-49 c1-d c1-e c1-f c1-g\" style=\"\"><li data-ux=\"ListItem\" "
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLink\" data-ignore-close=\"true\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3c c1-3d c1-25 c1-26 c1-27 c1-2i c1-4g c1-4d c1-1i"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]"
            },
            "excerpt": "<ul data-ux=\"NavListNested\" role=\"menu\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-4h c1-2y c1-2z c1-30 c1-31 c1-b c1-c c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-34 c1-1i c1-3e c1-4a c1-b c1-c"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "n-85957-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" id=\"n-85957-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-4a c1-1v c1-1x c1-33 c1-32 c1-26 c1-27 c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" dat"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]"
            },
            "excerpt": "<ul role=\"menu\" data-ux=\"NavigationDrawerList\" class=\"x-el x-el-ul c1-1 c1-2 c1-1g c1-1i c1-2x c1-2y c1-2z c1-30 c1-31 c1-2o c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 "
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"http"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMenuLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId\" href=\"http"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5M"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/nav[2]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavMoreMenuLinkNested\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" aria-labelledby=\"more-85962\" href=\"https://img1.wsimg.com/blobby/go/406a26"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"43215981-1af8-4157-9221-5ae2f85931e4\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://secure.ngp"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"NavigationDrawerSubLink\" target=\"_blank\" data-page=\"fcd30d68-cc04-456e-a9bc-84a8e13ef03a\" data-edit-interactive=\"true\" data-close=\"true\" data-aid=\"MOBILE_NAV_SUBLINK\" href=\"https://img1.wsimg"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"HEADER_CTA_BTN\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el "
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/AssemblymemberGabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/assemblymembergabriel/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[3]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_TWITTER_LINK\" aria-label=\"Twitter Social Link\" href=\"https://www.twitter.com/@JesseGabrielCA\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-23 c1-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]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/p[1]/span[1]/a[1]"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-23 c1-24 c1-9t c1-26 c1-27 c1-6n c1-28 c1-9u c1-b c1-7q c1-2e c1-9m c1-9n\" href=\"mailto://info@jessegabriel.com\" rel=\"noopener\" target=\"_blank\">Contact Us</a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "popup-widget85996-cta",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" data-aid=\"CTA_RENDERED\" href=\"https://secure.ngpvan.com/IqOBp37-Y0u5MdjTVFuBzw2\" target=\"_blank\" data-tccl=\"ux2.POPUP.popup1.Button.Primary.85997.click,click\" id=\"popup-widget85996-cta\" d"
          }
        ]
      },
      "endTime": 1687099023270
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687099023270,
      "url": "https://jessegabriel.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": "DIV"
              },
              "id": {
                "body": "",
                "main": "n-85957"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 1,
              "items": [
                [
                  "email",
                  "",
                  "Email Address; #input85989"
                ]
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value email",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Email Address; #input85989"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 119
            },
            "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": 1,
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "attributes": [
                    "class=",
                    "class=",
                    "href=",
                    "rel=",
                    "target"
                  ]
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "dupAtt",
                "what": "Element A has 2 attributes with the same name",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "class= ... class= ... href= ... rel= ... target"
              }
            ]
          },
          "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": 19,
              "tabFocused": 22,
              "discrepancy": 3
            },
            "totals": [
              0,
              0,
              3,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 3,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 19,
                "types": {
                  "missing": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "nonoutline": {
                    "total": 1,
                    "tagNames": {
                      "INPUT": 1
                    }
                  },
                  "outline": {
                    "total": 18,
                    "meanDelay": 10,
                    "tagNames": {
                      "A": 17,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "missing": [],
                "nonoutline": [
                  {
                    "tagName": "INPUT",
                    "id": "input1",
                    "text": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-"
                  }
                ],
                "outline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Jesse",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "85966",
                    "text": "Contribute",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assembly District 46",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Jesse",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "85983",
                    "text": "Contribute",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assembly District 46",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "CONTRIBUTE",
                    "delay": 101
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up",
                    "delay": 101
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy Policy",
                    "delay": 0
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "INPUT element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "input1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 37,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 4,
                    "tagNames": {
                      "svg": 4
                    }
                  },
                  "focusableAndOperable": {
                    "total": 33,
                    "tagNames": {
                      "A": 31,
                      "INPUT": 1,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "svg",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "svg",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "svg",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edi",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "svg",
                    "id": "popup-widget85996-close-icon",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" id=\"popup-widget8",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "85958",
                    "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Jesse",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "85966",
                    "text": "Contribute",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute Online",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute by Mail",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assembly District 46",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "85971",
                    "text": "More",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Jesse",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute Online",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute by Mail",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assembly District 46",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Jesse",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "85983",
                    "text": "Contribute",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute Online",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute by Mail",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assembly District 46",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "CONTRIBUTE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "input1",
                    "text": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy Policy",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "popup-widget85996-cta",
                    "text": "CONTRIBUTE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              4
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "svg element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "svg",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-"
              },
              {
                "ruleID": "focOp",
                "complaint": "svg element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "svg",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-"
              },
              {
                "ruleID": "focOp",
                "complaint": "svg element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "svg",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edi"
              },
              {
                "ruleID": "focOp",
                "complaint": "svg element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "svg",
                "id": "popup-widget85996-close-icon",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" id=\"popup-widget8"
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 19,
                "triggerSample": 19,
                "impactTriggers": 0,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0,
                "unhoverables": 19,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [],
                "unhoverables": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "About Jesse"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Jesse"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "ContributeContribute OnlineContribute by Mail"
                  },
                  {
                    "tagName": "A",
                    "id": "85983",
                    "text": "Contribute"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Assembly District 46"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assembly District 46"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "CONTRIBUTE"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Privacy Policy"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy Policy"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              0,
              0,
              19
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ContributeContribute OnlineContribute by Mail"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "85983",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CONTRIBUTE"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign up"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Us"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Privacy Policy"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Privacy Policy"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 2
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Email Address"
                      ]
                    }
                  },
                  {
                    "index": 1,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Sign up"
                    }
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkTo": {
            "what": "links without destinations",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkUl": {
            "what": "missing underlines on inline links",
            "data": {
              "totals": {
                "links": 31,
                "adjacent": {
                  "total": 25,
                  "underlined": 1,
                  "underlinedPercent": 4
                }
              },
              "items": {
                "underlined": [
                  {
                    "id": "",
                    "text": "Contact Us"
                  }
                ],
                "notUnderlined": [
                  {
                    "id": "85958",
                    "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "About Jesse"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "85966",
                    "text": "Contribute"
                  },
                  {
                    "id": "",
                    "text": "Assembly District 46"
                  },
                  {
                    "id": "85971",
                    "text": "More"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "About Jesse"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "",
                    "text": "Contribute"
                  },
                  {
                    "id": "",
                    "text": "Assembly District 46"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "About Jesse"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "85983",
                    "text": "Contribute"
                  },
                  {
                    "id": "",
                    "text": "Assembly District 46"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
                  },
                  {
                    "id": "",
                    "text": "CONTRIBUTE"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T"
                  },
                  {
                    "id": "",
                    "text": "Privacy Policy"
                  },
                  {
                    "id": "popup-widget85996-cta",
                    "text": "CONTRIBUTE"
                  }
                ]
              }
            },
            "totals": [
              0,
              24,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "85958",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "85966",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "85971",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "More"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "85983",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CONTRIBUTE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Privacy Policy"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "popup-widget85996-cta",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CONTRIBUTE"
              }
            ]
          },
          "menuNav": {
            "what": "nonstandard keyboard navigation between focusable menu items",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 80,
                    "correct": 22,
                    "incorrect": 58
                  },
                  "specific": {
                    "tab": {
                      "total": 16,
                      "correct": 16,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 16,
                      "correct": 0,
                      "incorrect": 16
                    },
                    "down": {
                      "total": 16,
                      "correct": 0,
                      "incorrect": 16
                    },
                    "home": {
                      "total": 16,
                      "correct": 3,
                      "incorrect": 13
                    },
                    "end": {
                      "total": 16,
                      "correct": 3,
                      "incorrect": 13
                    }
                  }
                },
                "menuItems": {
                  "total": 16,
                  "correct": 0,
                  "incorrect": 16
                },
                "menus": {
                  "total": 5,
                  "correct": 0,
                  "incorrect": 5
                }
              },
              "menuItems": {
                "incorrect": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contribute Online",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contribute by Mail",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Home",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "About Jesse",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Endorsements",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "ContributeContribute OnlineContribute by Mail",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Assembly District 46",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contribute Online",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contribute by Mail",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Home",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "About Jesse",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Endorsements",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "ContributeContribute OnlineContribute by Mail",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Assembly District 46",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contribute Online",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contribute by Mail",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home"
                    ]
                  }
                ],
                "correct": []
              }
            },
            "totals": [
              58,
              16,
              5,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Online"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute by Mail"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ContributeContribute OnlineContribute by Mail"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Online"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute by Mail"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Jesse"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ContributeContribute OnlineContribute by Mail"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assembly District 46"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Online"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute by Mail"
              }
            ]
          },
          "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": 58,
              "badRoleElements": 7,
              "redundantRoleElements": 28,
              "tagNames": {
                "DIV": {
                  "main": {
                    "bad": 1,
                    "redundant": 0
                  },
                  "navigation": {
                    "bad": 1,
                    "redundant": 0
                  },
                  "contentinfo": {
                    "bad": 1,
                    "redundant": 0
                  }
                },
                "A": {
                  "button": {
                    "bad": 4,
                    "redundant": 0
                  },
                  "link": {
                    "bad": 0,
                    "redundant": 24
                  }
                },
                "NAV": {
                  "navigation": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "H1": {
                  "heading": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "INPUT": {
                  "textbox": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "HR": {
                  "separator": {
                    "bad": 0,
                    "redundant": 1
                  }
                }
              }
            },
            "totals": [
              0,
              28,
              0,
              7
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role contentinfo (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: 4)",
                "count": 4,
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "A elements have redundant explicit role link (count: 24)",
                "count": 24,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "NAV elements have redundant explicit role navigation (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "NAV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "H1 elements have redundant explicit role heading (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "H1",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "INPUT elements have redundant explicit role textbox (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "HR elements have redundant explicit role separator (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "HR",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "button": {
                  "total": 1
                },
                "adjacentLink": {
                  "total": 25,
                  "subtotals": [
                    19,
                    5,
                    1
                  ]
                },
                "listLink": {
                  "total": 6,
                  "subtotals": [
                    4,
                    2
                  ]
                },
                "h1": {
                  "total": 1
                }
              },
              "items": {
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85",
                      "About Jesse",
                      "Endorsements",
                      "Contribute",
                      "Assembly District 46",
                      "More",
                      "About Jesse",
                      "Endorsements",
                      "Contribute",
                      "Assembly District 46",
                      "About Jesse",
                      "Endorsements",
                      "Contribute",
                      "Assembly District 46",
                      "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T",
                      "Contact Us",
                      "Privacy Policy"
                    ],
                    "700": [
                      "Home",
                      "Home",
                      "Home",
                      "CONTRIBUTE",
                      "CONTRIBUTE"
                    ]
                  },
                  "textDecorationLine": {
                    "none": [
                      "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85",
                      "Home",
                      "About Jesse",
                      "Endorsements",
                      "Contribute",
                      "Assembly District 46",
                      "More",
                      "Home",
                      "About Jesse",
                      "Endorsements",
                      "Contribute",
                      "Assembly District 46",
                      "Home",
                      "About Jesse",
                      "Endorsements",
                      "Contribute",
                      "Assembly District 46",
                      "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                      "CONTRIBUTE",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T",
                      "Privacy Policy",
                      "CONTRIBUTE"
                    ],
                    "underline": [
                      "Contact Us"
                    ]
                  }
                },
                "listLink": {
                  "color": {
                    "rgb(94, 94, 94)": [
                      "Contribute Online",
                      "Contribute by Mail",
                      "Contribute Online",
                      "Contribute by Mail"
                    ],
                    "rgb(164, 164, 164)": [
                      "Contribute Online",
                      "Contribute by Mail"
                    ]
                  },
                  "fontSize": {
                    "14px": [
                      "Contribute Online",
                      "Contribute by Mail",
                      "Contribute Online",
                      "Contribute by Mail"
                    ],
                    "16px": [
                      "Contribute Online",
                      "Contribute by Mail"
                    ]
                  },
                  "lineHeight": {
                    "24px": [
                      "Contribute Online",
                      "Contribute by Mail",
                      "Contribute Online",
                      "Contribute by Mail"
                    ],
                    "normal": [
                      "Contribute Online",
                      "Contribute by Mail"
                    ]
                  }
                }
              }
            },
            "totals": [
              2,
              1,
              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 2 different styles",
                "count": 1,
                "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": 1,
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "",
                  "title": ""
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (): "
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 5,
                "tagNames": {
                  "UL": 2,
                  "DIV": 3
                }
              },
              "items": [
                {
                  "tagName": "UL",
                  "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
                  "text": "Contribute OnlineContribute by Mail"
                },
                {
                  "tagName": "UL",
                  "id": "more-85962",
                  "text": "HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46"
                },
                {
                  "tagName": "DIV",
                  "id": "n-85957-navId-mobile",
                  "text": "HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46"
                },
                {
                  "tagName": "DIV",
                  "id": "popup-widget85996",
                  "text": "CONTRIBUTE"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4i c1-41 c1-42 c1-2p c1-5v c1-43 c1-a6 "
                }
              ]
            },
            "totals": [
              5,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute OnlineContribute by Mail"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "more-85962",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n-85957-navId-mobile",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "popup-widget85996",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CONTRIBUTE"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4i c1-41 c1-42 c1-2p c1-5v c1-43 c1-a6 "
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          65,
          69,
          12,
          30
        ],
        "instances": [
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value email",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Email Address; #input85989"
          },
          {
            "ruleID": "dupAtt",
            "what": "Element A has 2 attributes with the same name",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "class= ... class= ... href= ... rel= ... target"
          },
          {
            "ruleID": "focAll",
            "what": "Some focusable elements are not Tab-focusable or vice versa",
            "count": 3,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-"
          },
          {
            "ruleID": "focOp",
            "complaint": "svg element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "svg",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-"
          },
          {
            "ruleID": "focOp",
            "complaint": "svg element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "svg",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-"
          },
          {
            "ruleID": "focOp",
            "complaint": "svg element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "svg",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"CloseIcon\" data-edi"
          },
          {
            "ruleID": "focOp",
            "complaint": "svg element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "svg",
            "id": "popup-widget85996-close-icon",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" id=\"popup-widget8"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ContributeContribute OnlineContribute by Mail"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "85983",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1v c1-32 c1-1x c1-33 c1-6r c1-b c1-c c1-d c1-"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CONTRIBUTE"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign up"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\""
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Us"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Privacy Policy"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Privacy Policy"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "85958",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"85"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "85966",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "85971",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "More"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "85983",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CONTRIBUTE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_T"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Privacy Policy"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "popup-widget85996-cta",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CONTRIBUTE"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Online"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute by Mail"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ContributeContribute OnlineContribute by Mail"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Online"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute by Mail"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Jesse"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ContributeContribute OnlineContribute by Mail"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assembly District 46"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Online"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute by Mail"
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role contentinfo (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: 4)",
            "count": 4,
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "A elements have redundant explicit role link (count: 24)",
            "count": 24,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "NAV elements have redundant explicit role navigation (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "H1 elements have redundant explicit role heading (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "INPUT elements have redundant explicit role textbox (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "HR elements have redundant explicit role separator (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "HR",
            "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 2 different styles",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (): "
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "3952f882-9a32-4fd0-b0d0-ae03695d648a-nav-85961-toggleId",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute OnlineContribute by Mail"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "more-85962",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-85957-navId-mobile",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HomeAbout JesseEndorsementsContributeContribute OnlineContribute by MailAssembly District 46"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "popup-widget85996",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CONTRIBUTE"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1c c1-4i c1-41 c1-42 c1-2p c1-5v c1-43 c1-a6 "
          }
        ]
      },
      "endTime": 1687099037156
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687099037156,
      "url": "https://jessegabriel.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Jesse Gabriel - Jesse Gabriel for Assembly",
          "pageurl": "https://jessegabriel.com/",
          "time": 2.01,
          "creditsremaining": 1146,
          "allitemcount": 121,
          "totalelements": 262,
          "waveurl": "http://wave.webaim.org/report?url=https://jessegabriel.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 3,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-85957 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > FIGURE:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#7cd22a75-bbfd-4de1-a9c6-94c3aa88cd8a > DIV#popup-widget85996 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + IMG"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "alt_link_missing": {
                "id": "alt_link_missing",
                "description": "Linked image missing alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-85957 > DIV:first-child > SECTION: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 > DIV:first-child > IMG#n-85957"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 1,
            "items": {
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-85957 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > NAV:first-child + NAV > DIV:first-child > DIV#n-8595785960-navBarId > DIV:first-child > DIV:first-child > NAV:first-child > UL#nav-85961 > LI:first-child + LI + LI + LI + LI + LI > DIV#bs-3 > SPAN:first-child > A#3"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          1,
          0,
          0,
          3
        ],
        "instances": [
          {
            "ruleID": "alt_missing",
            "what": "Missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-85957 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > FIGURE:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + IMG"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_missing",
            "what": "Missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#7cd22a75-bbfd-4de1-a9c6-94c3aa88cd8a > DIV#popup-widget85996 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + IMG"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-85957",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-85957 > DIV:first-child > SECTION: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 > DIV:first-child > IMG#n-85957"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_suspicious",
            "what": "Suspicious link text",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "3",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-406-a-2681-a-263-42-ee-82-c-4-c-8-be-3004184-a > DIV#page-85956 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-85957 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > NAV:first-child + NAV > DIV:first-child > DIV#n-8595785960-navBarId > DIV:first-child > DIV:first-child > NAV:first-child > UL#nav-85961 > LI:first-child + LI + LI + LI + LI + LI > DIV#bs-3 > SPAN:first-child > A#3"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687099039546
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD46-c",
      "which": "https://jessegabriel.com/",
      "what": "Candidate Jesse Gabriel (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T14:36:34",
    "endTime": "2023-06-18T14:37:19",
    "elapsedSeconds": 44,
    "visitLatency": 1,
    "logCount": 12,
    "logSize": 657,
    "errorLogCount": 0,
    "errorLogSize": 0,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        14
      ],
      [
        "testaro",
        13
      ],
      [
        "alfa",
        2
      ],
      [
        "qualWeb",
        2
      ],
      [
        "wave",
        2
      ],
      [
        "axe",
        1
      ],
      [
        "ibm",
        1
      ],
      [
        "nuVal",
        1
      ],
      [
        "tenon",
        1
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 1494,
      "issue": 1325,
      "tool": 166,
      "prevention": 0,
      "log": 3,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          170,
          142,
          223,
          134
        ],
        "byTool": {
          "testaro": [
            65,
            69,
            12,
            30
          ],
          "alfa": [
            3,
            0,
            0,
            18
          ],
          "axe": [
            7,
            0,
            4,
            4
          ],
          "continuum": [
            0,
            0,
            0,
            16
          ],
          "htmlcs": [
            18,
            0,
            0,
            7
          ],
          "ibm": [
            0,
            14,
            0,
            13
          ],
          "nuVal": [
            67,
            0,
            63,
            0
          ],
          "qualWeb": [
            9,
            59,
            144,
            11
          ],
          "tenon": [
            0,
            0,
            0,
            32
          ],
          "wave": [
            1,
            0,
            0,
            3
          ]
        }
      },
      "prevention": {},
      "issue": {
        "spontaneousMotion": {
          "score": 106,
          "maxCount": 53,
          "weight": 2,
          "tools": {
            "testaro": {
              "motion": {
                "quality": 1,
                "what": "Change of visible content not requested by user",
                "complaints": {
                  "countTotal": 53,
                  "texts": [
                    "Content moves or changes without user request"
                  ]
                }
              }
            }
          }
        },
        "linkNoText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "alfa": {
              "r11": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Links have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "link-name": {
                "quality": 1,
                "what": "Link has no discernible text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has an empty title attribute"
                  ]
                }
              }
            },
            "continuum": {
              "238": {
                "quality": 1,
                "what": "Element with a link role has no machanism allowing an accessible name value to be calculated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This A (role=link) does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "ibm": {
              "a_text_purpose": {
                "quality": 1,
                "what": "Hyperlink has no link text, label, or image with a text alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Hyperlink has no link text, label or image with a text alternative"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R12": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each link has an accessible name."
                  ]
                }
              },
              "QW-WCAG-T21": {
                "quality": 1,
                "what": "Accessible name is not provided for an image which is the only content in a link",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This technique checks the text alternative of images which are the only content of a link"
                  ]
                }
              }
            },
            "tenon": {
              "57": {
                "quality": 1,
                "what": "Link has no text inside it",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This link has no text inside it."
                  ]
                }
              }
            },
            "wave": {
              "alt_link_missing": {
                "quality": 1,
                "what": "Linked image has no text alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Linked image missing alternative text"
                  ]
                }
              }
            }
          }
        },
        "imageNoText": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "alfa": {
              "r2": {
                "quality": 1,
                "what": "Image has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Images have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "image-alt": {
                "quality": 1,
                "what": "Image has no text alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                  ]
                }
              }
            },
            "continuum": {
              "89": {
                "quality": 1,
                "what": "img element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This img element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_1_1.H37": {
                "quality": 1,
                "what": "img element has no alt attribute",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative."
                  ]
                }
              }
            },
            "ibm": {
              "img_alt_valid": {
                "quality": 1,
                "what": "Image has neither an alt attribute nor an ARIA label or title",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The image has neither an alt atttribute nor an ARIA label or title"
                  ]
                }
              }
            },
            "nuVal": {
              "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": {
                "quality": 1,
                "what": "img element has no alt attribute",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R17": {
                "quality": 1,
                "what": "Image has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that each image that is not marked as decorative, has an accessible name."
                  ]
                }
              }
            },
            "wave": {
              "alt_missing": {
                "quality": 1,
                "what": "Text alternative is missing",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Missing alternative text"
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 48,
          "maxCount": 12,
          "weight": 4,
          "tools": {
            "alfa": {
              "r3": {
                "quality": 1,
                "what": "Element id attribute value is not unique",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "id attributes have a unique value"
                  ]
                }
              }
            },
            "axe": {
              "duplicate-id": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: n-85957",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: fc604200-6020-4a6e-acc8-29ec187c03b1",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe"
                  ]
                }
              }
            },
            "continuum": {
              "94": {
                "quality": 1,
                "what": "Element contains an id attribute set to a value that is not unique in the DOM",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This DIV has an id attribute of 'n-85957', which is not unique in the same DOM",
                    "This IMG has an id attribute of 'n-85957', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'fc604200-6020-4a6e-acc8-29ec187c03b1', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_1.F77": {
                "quality": 1,
                "what": "Duplicate id attribute value",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.",
                    "Duplicate id attribute value \"fc604200-6020-4a6e-acc8-29ec187c03b1\" found on the web page.",
                    "Duplicate id attribute value \"n-85957\" found on the web page."
                  ]
                }
              }
            },
            "ibm": {
              "element_id_unique": {
                "quality": 1,
                "what": "Element has an id attribute value that is already in use",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use",
                    "The <div> element has the id \"fc604200-6020-4a6e-acc8-29ec187c03b1\" that is already in use",
                    "The <img> element has the id \"n-85957\" that is already in use"
                  ]
                }
              }
            },
            "nuVal": {
              "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": {
                "quality": 1,
                "what": "Duplicate id",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Duplicate ID n-85957.",
                    "The first occurrence of ID n-85957 was here.",
                    "Duplicate ID fc604200-6020-4a6e-acc8-29ec187c03b1.",
                    "The first occurrence of ID fc604200-6020-4a6e-acc8-29ec187c03b1 was here.",
                    "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
                    "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "regionNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r40": {
                "quality": 1,
                "what": "Region has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Regions have an accessible name"
                  ]
                }
              }
            },
            "continuum": {
              "1010": {
                "quality": 1,
                "what": "Element with a region role has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "ibm": {
              "aria_region_labelled": {
                "quality": 1,
                "what": "Element with a region role has no label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 12.0pt (16px), 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": 1,
                  "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 6.48:1. Recommendation:  change text colour to #595959."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 280,
          "maxCount": 140,
          "weight": 2,
          "tools": {
            "alfa": {
              "r74": {
                "quality": 1,
                "what": "Paragraph text has an absolute font size",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Paragraphs of text do not have font sizes defined in absolute units"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T28": {
                "quality": 1,
                "what": "Percent, em, or name is used for a font size",
                "complaints": {
                  "countTotal": 140,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "overflowHidden": {
          "score": 20,
          "maxCount": 5,
          "weight": 4,
          "tools": {
            "alfa": {
              "r83": {
                "quality": 1,
                "what": "Overflow is hidden or clipped if the text is enlarged",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Text nodes are not clipped when text is resized"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "alfa": {
              "r87": {
                "quality": 0.5,
                "what": "First focusable element is not a link to the main content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "First focusable element is link to main content"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 7,
          "maxCount": 7,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 7,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "landmarkConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "axe": {
              "landmark-unique": {
                "quality": 1,
                "what": "Landmark has a role and an accessible name that are identical to another",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                  ]
                }
              }
            },
            "ibm": {
              "aria_landmark_name_unique": {
                "quality": 1,
                "what": "Multiple landmarks with the same parent region are not distinguished from one another",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "svgImageNoText": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "continuum": {
              "123": {
                "quality": 1,
                "what": "svg element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This svg element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 14,
          "maxCount": 7,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48": {
                "quality": 1,
                "what": "Navigation links are not coded as a list",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "If this element contains a navigation section, it is recommended that it be marked up as a list."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 3,
          "maxCount": 3,
          "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": 3,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_6.G17.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 7:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 12,
          "maxCount": 12,
          "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": 12,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "linkBrokenRisk": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.A.Placeholder": {
                "quality": 1,
                "what": "Link has text but no href, id, or name attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Anchor element found with link content, but no href, ID or name attribute has been supplied."
                  ]
                }
              }
            }
          }
        },
        "labelConfusionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "ibm": {
              "input_label_before": {
                "quality": 1,
                "what": "Label text is after its text input or select element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Label text is located after its associated text input or <select> element"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T17": {
                "quality": 1,
                "what": "label not positioned to maximize the predictability of the relationship",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This technique checks the correct position of labels in forms"
                  ]
                }
              }
            }
          }
        },
        "navConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_navigation_label_unique": {
                "quality": 1,
                "what": "Multiple elements with the navigation role do not have unique labels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple elements with \"navigation\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "noOptionFocusable": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_child_tabbable": {
                "quality": 1,
                "what": "No descendent element with an option role is tabbable",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "None of the descendent elements with \"menuitem\" role is tabbable"
                  ]
                }
              }
            }
          }
        },
        "figureNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "ibm": {
              "figure_label_exists": {
                "quality": 1,
                "what": "figure element has no associated label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The <figure> element does not have an associated label"
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5"
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 54,
          "maxCount": 54,
          "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": 12,
                  "texts": [
                    "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
                    "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
                    "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>",
                    "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ role is unnecessary for element .+$": {
                "quality": 1,
                "what": "explicit role is redundant for its element",
                "complaints": {
                  "countTotal": 52,
                  "texts": [
                    "The navigation role is unnecessary for element nav.",
                    "The link role is unnecessary for element a with attribute href.",
                    "The heading role is unnecessary for element h1.",
                    "The separator role is unnecessary for element hr."
                  ]
                }
              },
              "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.": {
                "quality": 1,
                "what": "explicit role is redundant for a text-type input element without a list attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The textbox role is unnecessary for an input element that has no list attribute and whose type is text."
                  ]
                }
              }
            },
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 35,
                  "texts": [
                    "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
                    "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)",
                    "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)",
                    "A elements have invalid or native-replaceable explicit role button (count: 4)",
                    "A elements have redundant explicit role link (count: 24)",
                    "NAV elements have redundant explicit role navigation (count: 1)",
                    "H1 elements have redundant explicit role heading (count: 1)",
                    "INPUT elements have redundant explicit role textbox (count: 1)",
                    "HR elements have redundant explicit role separator (count: 1)"
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 48,
          "maxCount": 16,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^CSS: .+: .+ is not a .+ value.*$": {
                "quality": 1,
                "what": "Invalid value in CSS",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "CSS: margin-bottom: none is not a margin-bottom value.",
                    "CSS: padding-left: none is not a padding-left value.",
                    "CSS: padding-right: none is not a padding-right value.",
                    "CSS: padding-top: none is not a padding-top value.",
                    "CSS: padding-bottom: none is not a padding-bottom value."
                  ]
                }
              },
              "^CSS: .+: Parse Error.*$": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "CSS: object: Parse Error.",
                    "CSS: justify-content: Parse Error."
                  ]
                }
              }
            }
          }
        },
        "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 toggleid not allowed on element a at this point.",
                    "Attribute icon not allowed on element a at this point."
                  ]
                }
              }
            }
          }
        },
        "targetEmpty": {
          "score": 104,
          "maxCount": 26,
          "weight": 4,
          "tools": {
            "nuVal": {
              "Bad value  for attribute target on element a: Browsing context name must be at least one character long.": {
                "quality": 1,
                "what": "target attribute on an a element is empty",
                "complaints": {
                  "countTotal": 26,
                  "texts": [
                    "Bad value  for attribute target on element a: Browsing context name must be at least one character long."
                  ]
                }
              }
            }
          }
        },
        "destinationLink": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "nuVal": {
              "Element a is missing required attribute href.": {
                "quality": 1,
                "what": "a element has no href attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Element a is missing required attribute href."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 4,
          "maxCount": 4,
          "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": 4,
                  "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"
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 3,
          "maxCount": 3,
          "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": 3,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 38,
          "maxCount": 38,
          "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": 38,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "duplicateAttribute": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "nuVal": {
              "^Duplicate attribute.*$": {
                "quality": 1,
                "what": "Source code of the element contains 2 or more of the same attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Duplicate attribute class."
                  ]
                }
              }
            },
            "testaro": {
              "dupAtt": {
                "quality": 0.7,
                "what": "Source code of the element contains 2 or more of the same attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Element A has 2 attributes with the same name"
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 76,
          "maxCount": 19,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 19,
                  "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": 1,
                  "texts": [
                    "INPUT element has a non-outline focus indicator"
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 14,
          "maxCount": 14,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 14,
                  "texts": [
                    "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport."
                  ]
                }
              }
            }
          }
        },
        "ignorable": {
          "score": 0,
          "maxCount": 1,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T20": {
                "quality": 1,
                "what": "Link text is not supplemented with a title attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Supplementing link text with the title attribute"
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "pseudoListRisk": {
          "score": 16,
          "maxCount": 16,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-BP23": {
                "quality": 1,
                "what": "List item is used nonsemantically",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Ensures <li> elements are used semantically"
                  ]
                }
              }
            }
          }
        },
        "linkVague": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "73": {
                "quality": 1,
                "what": "Link text is too generic to communicate the purpose or destination",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This link text is uninformative."
                  ]
                }
              }
            }
          }
        },
        "linkTextsSame": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "tenon": {
              "98": {
                "quality": 1,
                "what": "Links have the same text but different destinations",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "These links have the same text but different destinations."
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "tabIndexMissing": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "tenon": {
              "190": {
                "quality": 1,
                "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 36,
          "maxCount": 12,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "autocompleteNone": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "autocomplete": {
                "quality": 1,
                "what": "Name or email input is missing its required autocomplete attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Input is missing the required autocomplete attribute with value email"
                  ]
                }
              }
            }
          }
        },
        "tabFocusability": {
          "score": 6,
          "maxCount": 1.5,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 38,
          "maxCount": 19,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 19,
                  "texts": [
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 48,
          "maxCount": 24,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 24,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "menuNavigation": {
          "score": 116,
          "maxCount": 58,
          "weight": 2,
          "tools": {
            "testaro": {
              "menuNav": {
                "quality": 1,
                "what": "Nonstandard keyboard navigation among focusable menu items",
                "complaints": {
                  "countTotal": 58,
                  "texts": [
                    "Menu item responds nonstandardly to ArrowUp, ArrowDown, End",
                    "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home",
                    "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "In-line links have 3 different styles",
                    "Links in columns have 2 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "A element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "UL element has a non-default Z index",
                    "DIV element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "linkComprehensionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "link_suspicious": {
                "quality": 1,
                "what": "Suspicious link text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Suspicious link text"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}