Accessibility digest

Synopsis
PageCandidate Dr. Joaquin Arambula (D)
URLhttps://drjoaquinarambula.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score411
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 Dr. Joaquin Arambula (D) at https://drjoaquinarambula.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 411, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total411Sum of the component scores
issue356Severity and number of reported defects
tool47Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log8Browser 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
typeRedundant54
colorMissing44
slashParseRisk33
attributeBad32
focusIndication20
roleRedundant16
ariaBadAttribute12
regionNoText12
landmarkConfusion9
regionConfusion9
textContrastAA8
parentBad8
sectionHeadingless6
skipRepeatedContent6
noHeading6
linkForcesNewWindow6
contrastAAA4
leadingInsufficient4
svgImageNoText4
headingStructure4
errorReferenceBad4
leadingClipsText4
linkIndication4
titleBad4
h1Missing3
repeatedContentRisk3
hiddenContentRisk3
obsolete3
boxSizeAbsolute3
horizontalScrolling3
linkVague3
targetSize3
fontSizeAbsolute2
linkWindowSurpriseRisk2
duplicateAttribute2
mainNone2
tabFocusability2
hoverSurprise2
contrastRisk1
labelConfusionRisk1
textAlternativeRisk1
autocompleteNone1
inconsistentStyles1
linkComprehensionRisk1
videoCaptionRisk1
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 typeRedundant

WCAG: 1.3.1

Score: 54

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 42

Complaint specifics
Rule The type attribute for the style element is not needed and should be omitted.

Description: type attribute is unnecessary for a style element

Count of instances: 12

Complaint specifics

Issue colorMissing

WCAG: 1.4.3

Score: 44

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 11

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 33

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

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 32

Complaints by ibm

Rule aria_attribute_value_valid

Description: Value of an attribute on the element is not valid

Count of instances: 3

Complaint specifics

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 2

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

Description: Attribute on this element has an invalid value

Count of instances: 6

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 20

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 5

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

Complaints by ibm

Rule aria_role_redundant

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

Count of instances: 8

Complaint specifics

Complaints by nuVal

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

Description: explicit role is redundant for its element

Count of instances: 14

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

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 12

Complaints by alfa

Rule r19

Description: ARIA state or property has an invalid value

Count of instances: 3

Complaint specifics

Issue regionNoText

WCAG: 4.1.2

Score: 12

Complaints by alfa

Rule r40

Description: Region has no accessible name

Count of instances: 3

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

Complaint specifics

Complaints by ibm

Rule aria_region_labelled

Description: Element with a region role has no label

Count of instances: 3

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 9

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

Complaint specifics

Issue regionConfusion

WCAG: 1.3.6

Score: 9

Complaints by ibm

Rule aria_region_label_unique

Description: Multiple elements with a region role do not have unique labels

Count of instances: 3

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 8

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 2

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 2

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 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 sectionHeadingless

WCAG: 1.3.1

Score: 6

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

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 6

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 2

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 6

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 2

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 4

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 3

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 4

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 4

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 4

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 2

Complaint specifics

Issue svgImageNoText

WCAG: 1.1.1

Score: 4

Complaints by continuum

Rule 123

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

Count of instances: 1

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 4

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

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

WCAG: 1.3.3

Score: 4

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 2

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 4

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 1

Complaint specifics

Issue h1Missing

WCAG: 1.3.1

Score: 3

Complaints by alfa

Rule r61

Description: First heading is not h1

Count of instances: 1

Complaint specifics

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

WCAG: 4.1

Score: 3

Complaints by axe

Rule hidden-content

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

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 boxSizeAbsolute

WCAG: 1.4.4

Score: 3

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

Complaint specifics

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

WCAG: 2.5.5

Score: 3

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 1

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 2

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 1

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 2

Complaints by htmlcs

Rule AAA.3_2_5.H83.3

Description: Link text may fail to indicate that the link will open in a new window

Count of instances: 2

Complaint specifics

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

WCAG: 2.1.1

Score: 2

Complaints by testaro

Rule focAll

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

Count of instances: 1

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 2

Complaints by testaro

Rule hover

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

Count of instances: 1

Complaint specifics

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

WCAG: 1

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

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 inconsistentStyles

WCAG: 3.2.4

Score: 1

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

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 videoCaptionRisk

WCAG: 1.2.2

Score: 1

Complaints by wave

Rule youtube_video

Description: YouTube video may have no or incorrect captions

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-caAD31-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687096784729,
      "endTime": 1687096785312
    },
    {
      "type": "url",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)",
      "startTime": 1687096785312,
      "result": {
        "url": "https://drjoaquinarambula.com/"
      },
      "endTime": 1687096786368
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687096786368,
      "url": "https://drjoaquinarambula.com/",
      "endTime": 1687096786849
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687096786849,
      "url": "https://drjoaquinarambula.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                933504,
                933504,
                933504,
                933504,
                933504
              ],
              "localRatios": [
                1,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1,
              "maxLocalRatio": 1,
              "globalRatio": 1,
              "pixelChanges": [
                0,
                0,
                0,
                0
              ],
              "meanPixelChange": 0,
              "maxPixelChange": 0,
              "changeFrequency": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687096800199
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096800200,
      "endTime": 1687096800786
    },
    {
      "type": "url",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)",
      "startTime": 1687096800786,
      "result": {
        "url": "https://drjoaquinarambula.com/"
      },
      "endTime": 1687096801306
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687096801306,
      "url": "https://drjoaquinarambula.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 13,
          "warnings": 3
        },
        "items": [
          {
            "index": 40,
            "verdict": "failed",
            "rule": {
              "ruleID": "r19",
              "ruleSummary": "aria-* states and properties have a valid value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r19",
              "requirements": []
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-level",
              "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]/span[1]/@aria-level",
              "codeLines": [
                "aria-level=\"NaN\""
              ]
            }
          },
          {
            "index": 42,
            "verdict": "failed",
            "rule": {
              "ruleID": "r19",
              "ruleSummary": "aria-* states and properties have a valid value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r19",
              "requirements": []
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-level",
              "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]/span[2]/@aria-level",
              "codeLines": [
                "aria-level=\"NaN\""
              ]
            }
          },
          {
            "index": 44,
            "verdict": "failed",
            "rule": {
              "ruleID": "r19",
              "ruleSummary": "aria-* states and properties have a valid value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r19",
              "requirements": []
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-level",
              "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]/span[3]/@aria-level",
              "codeLines": [
                "aria-level=\"NaN\""
              ]
            }
          },
          {
            "index": 114,
            "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\" 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-1a c1-1b c1-1c c1-1d c1-1e c1-b c1-c c1-1f c1-d c1-1g c1-e c1-1h c1-f c1-1i c1-g\">",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-29 c1-3v 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\">",
                "            <img src=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\" srcset=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m,",
                "            //img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:975,cg:true,m 1.5x,",
                "            //img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1300,cg:true,m 2x,",
                "            //img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1950,cg:true,m 3x\" alt=\"image1830\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-1e c1-34 c1-1a c1-1b c1-x c1-3v c1-3w c1-2c c1-b c1-c c1-d c1-3x c1-e c1-f c...",
                "          </span>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 115,
            "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[3]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" 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-1a c1-1b c1-1c c1-1d c1-1e c1-b c1-c c1-1f c1-d c1-1g c1-e c1-1h c1-f c1-1i c1-g\">",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"EmbedVideo\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-3y c1-3z 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 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 id=\"bs-2\">",
                "                <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\">",
                "                  <div style=\"width: 1px; height: 1px; visibility: hidden;\"></div>",
                "                </span>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 116,
            "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[4]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" 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-1a c1-1b c1-1c c1-1d c1-1e c1-b c1-c c1-1f c1-d c1-1g c1-e c1-1h c1-f c1-1i c1-g\">",
                "        <h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x ...",
                "          Get involved!",
                "        </h1>",
                "        <div>",
                "          <div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43-bootstrap-container\">",
                "            <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\">",
                "              <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\">",
                "                <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c2-1 c2-2 c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g c2-3 c2-4 c2-h c2-i c2-j c2-k c2-5 c2-6 c2-7 c2-8\">",
                "                  <div data-ux=\"GridCell\" class=\"x-el x-el-div c2-1 c2-2 c2-a c2-l c2-m c2-n c2-o c2-p c2-q c2-r c2-s c2-3 c2-4 c2-t c2-u c2-v c2-w c2-x c2-y c2-z c2-5 c2-10 c2-11 c2-12 c2-6 c2-7 c2-8\">",
                "                    <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">",
                "                      Sign up to receive updates from the candidate on the trail!",
                "                    </p>",
                "                    <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8 c2-1 c2-2 c2-f c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\">",
                "                      <div data-ux=\"Block\" class=\"x-el x-el-div c2-1 c2-2 c2-9 c2-1a c2-3 c2-4 c2-1b c2-5 c2-6 c2-7 c2-8\">",
                "                        <div data-ux=\"Block\" class=\"x-el x-el-div c2-1 c2-2 c2-9 c2-l c2-1c c2-3 c2-4 c2-1d c2-1e c2-5 c2-6 c2-7 c2-8\">",
                "                          <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c2-1 c2-2 c2-1f c2-1g c2-3 c2-4 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\">",
                "                            <input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1...",
                "                            <label data-ux=\"InputFloatLabelLabel\" for=\"input1\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c2-1 c2-2 c2-13 c2-14 c2-26 c2-27 c2-28 c2-29 c2-2a c2-3 c2-2b c2-2c c2-19 c2-2d c2-2e c2-2f c2-2g\">",
                "                              Email*",
                "                            </label>",
                "                          </div>",
                "                        </div>",
                "                        <button tccltracking=\"click\" data-ux=\"Button\" 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 c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2...",
                "                          Sign up",
                "                        </button>",
                "                      </div>",
                "                    </form>",
                "                  </div>",
                "                </div>",
                "              </span>",
                "            </span>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 144,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 159,
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Sign up to receive updates from the candidate on the trail!"
              ]
            }
          },
          {
            "index": 160,
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Email*"
              ]
            }
          },
          {
            "index": 161,
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/button[1]/text()[1]",
              "codeLines": [
                "Sign up"
              ]
            }
          },
          {
            "index": 171,
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Email*"
              ]
            }
          },
          {
            "index": 172,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/button[1]/text()[1]",
              "codeLines": [
                "Sign up"
              ]
            }
          },
          {
            "index": 182,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p style=\"margin:0\">",
                "  <span>",
                "    Donate",
                "    <a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">",
                "      here",
                "    </a>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 184,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p style=\"margin:0\">",
                "  <span class=\"x-el x-el-span c1-65 c1-66 c1-b c1-52 c1-53 c1-54 c1-55 c1-56\">",
                "    <strong class=\"x-el x-el-span c1-2i c1-2j c1-3o c1-3p c1-2u c1-3q c1-b\">",
                "      Paid for by Dr. Joaquin Arambula for Assembly 2020.",
                "    </strong>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 185,
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[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 c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">",
                "  Sign up to receive updates from the candidate on the trail!",
                "</p>"
              ]
            }
          },
          {
            "index": 242,
            "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,
          13
        ],
        "instances": [
          {
            "ruleID": "r19",
            "what": "aria-* states and properties have a valid value",
            "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/span[1]/@aria-level"
            },
            "excerpt": "aria-level=\"NaN\""
          },
          {
            "ruleID": "r19",
            "what": "aria-* states and properties have a valid value",
            "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/span[2]/@aria-level"
            },
            "excerpt": "aria-level=\"NaN\""
          },
          {
            "ruleID": "r19",
            "what": "aria-* states and properties have a valid value",
            "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/span[3]/@aria-level"
            },
            "excerpt": "aria-level=\"NaN\""
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "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\" 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-s ... age\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-1e c1-34 c1-1a c1-1b c1-x c1-3v c1-3w c1-2c c1-b c1-c c1-d c1-3x c1-e c1-f c... </span> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "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=\"region\" 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-s ... nt\" class=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\"> <div style=\"width: 1px; height: 1px; visibility: hidden;\"></div> </span> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" 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-s ... s=\"x-el x-el-button c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2... Sign up </button> </div> </form> </div> </div> </span> </span> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r61",
            "what": "Documents start with a level 1 heading",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Sign up to receive updates from the candidate on the trail!"
          },
          {
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]"
            },
            "excerpt": "Email*"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/button[1]/text()[1]"
            },
            "excerpt": "Sign up"
          },
          {
            "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]"
            },
            "excerpt": "Email*"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/span[1]/div[1]/div[1]/form[1]/div[1]/button[1]/text()[1]"
            },
            "excerpt": "Sign up"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p style=\"margin:0\"> <span> Donate <a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\"> here </a> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p style=\"margin:0\"> <span class=\"x-el x-el-span c1-65 c1-66 c1-b c1-52 c1-53 c1-54 c1-55 c1-56\"> <strong class=\"x-el x-el-span c1-2i c1-2j c1-3o c1-3p c1-2u c1-3q c1-b\"> Paid for by Dr. Joaquin Arambula for Assembly 2020. </strong> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[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 c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\"> Sign up to receive updates from the candidate on the trail! </p>"
          },
          {
            "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": 1687096803492
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687096803492,
      "url": "https://drjoaquinarambula.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 57,
          "rulesPassed": 41,
          "rulesWarned": 2,
          "rulesViolated": 3,
          "warnings": {
            "minor": 3,
            "moderate": 0,
            "serious": 1,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 1,
            "serious": 5,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T14:00:03.848Z",
          "url": "https://drjoaquinarambula.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "33.0pt (44px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscuring",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it partially overlaps other elements"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">",
                  "target": [
                    "#logo-text-65646"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it partially overlaps other elements"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\" style=\"display: none;\">",
                  "target": [
                    "span[data-size=\"xxlarge\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\" style=\"display: none;\">",
                  "target": [
                    ".c1-37"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\" style=\"display: none;\">",
                  "target": [
                    ".c1-3c"
                  ],
                  "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\" 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\">",
                          "target": [
                            ".c1-j"
                          ]
                        }
                      ],
                      "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": "<span>Donate <a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a></span>",
                  "target": [
                    ".c1-3h > p > span"
                  ],
                  "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"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#648014",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.52,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<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\">",
                          "target": [
                            ".c1-j"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.52 (foreground color: #648014, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a>",
                  "target": [
                    ".c1-3t"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.52 (foreground color: #648014, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "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": [
                            "#\\33 dc923af-07c0-4c0d-abdd-a67a2805ba43 > .c1-3[role=\"region\"][data-ux=\"Widget\"] > div > .c1-h.c1-i"
                          ]
                        }
                      ],
                      "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 c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">Sign up to receive updates from the candidate on the trail!</p>",
                  "target": [
                    ".c2-15"
                  ],
                  "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"
                },
                {
                  "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": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">",
                          "target": [
                            "#input1"
                          ]
                        }
                      ],
                      "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": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">",
                  "target": [
                    "#input1"
                  ],
                  "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": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#799a19",
                        "contrastRatio": 3.25,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button tccltracking=\"click\" data-ux=\"Button\" 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 c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">",
                          "target": [
                            "button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.25 (foreground color: #ffffff, background color: #799a19, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button tccltracking=\"click\" data-ux=\"Button\" 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 c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">",
                  "target": [
                    "button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.25 (foreground color: #ffffff, background color: #799a19, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "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": "region",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" 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": [
                            "#\\38 c622579-8dce-4157-81a3-fdccb8cc685d > .c1-3[role=\"region\"][data-ux=\"Widget\"]"
                          ]
                        },
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" 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": [
                            "#\\33 dc923af-07c0-4c0d-abdd-a67a2805ba43 > .c1-3[role=\"region\"][data-ux=\"Widget\"]"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div data-ux=\"Widget\" role=\"region\" 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": [
                    "#\\30 b9bfc80-342f-407b-9a4a-6843289d9be8 > .c1-3[role=\"region\"][data-ux=\"Widget\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          3,
          1,
          1,
          5
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "logo-text-65646",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#logo-text-65646"
            },
            "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span[data-size=\"xxlarge\"]"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\" style=\"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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-37"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\" style=\"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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-3c"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\" style=\"display: none;\">"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-3h > p > span"
            },
            "excerpt": "<span>Donate <a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a></span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.52 (foreground color: #648014, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-3t"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a>"
          },
          {
            "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": ".c2-15"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">Sign up to receive updates from the candidate on the trail!</p>"
          },
          {
            "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": "INPUT",
            "id": "input1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#input1"
            },
            "excerpt": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.25 (foreground color: #ffffff, background color: #799a19, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button"
            },
            "excerpt": "<button tccltracking=\"click\" data-ux=\"Button\" 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 ... 2o c2-2p c2-2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#\\30 b9bfc80-342f-407b-9a4a-6843289d9be8 > .c1-3[role=\"region\"][data-ux=\"Widget\"]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" 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\">"
          }
        ]
      },
      "endTime": 1687096803872
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096803872,
      "endTime": 1687096804535
    },
    {
      "type": "url",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)",
      "startTime": 1687096804535,
      "result": {
        "url": "https://drjoaquinarambula.com/"
      },
      "endTime": 1687096805105
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687096805105,
      "url": "https://drjoaquinarambula.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-2s c1-2c c1-3w c1-60 c1-61 c1-62 c1-63 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\"><g> ... 89l.443-2.89h-2.773v-1.875c0-.79.387-1.563 1.63-1.563h1.26v-2.46s-1.144-.196-2.238-.196c-2.284 0-3.777 1.385-3.777 3.89V12h-2.54v2.89h2.54v6.988a10.04 10.04 0 003.124 0v-6.987h2.33z\"></path></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*: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-2s c1-2c c1-3w c1-60 c1-61 c1-62 c1-63 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "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\" role=\"region\" data-ux=\"Widget\"><div><section class=\"x-el x-el-section c1-1 c1-2 c1- ... Arambula_Frame01.jpg/:/rs=h:1950,cg:true,m 3x\" src=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\"></span></div></div></section></div></div>",
          "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\"][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": 3
          }
        },
        {
          "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\" role=\"region\" data-ux=\"Widget\"><div><section class=\"x-el x-el-section c1-1 c1-2 c1- ... s=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\" data-ux=\"Element\"><div style=\"width: 1px; height: 1px; visibility: hidden;\"></div></span></div></div></div></div></div></section></div></div>",
          "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=\"region\"][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": 3
          }
        },
        {
          "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\" role=\"region\" data-ux=\"Widget\"><div><section class=\"x-el x-el-section c1-1 c1-2 c1- ... f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMI",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][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": 3
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          4
        ],
        "instances": [
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*: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-2s c1-2c c1-3w c1-60 c1-61 c1-62 c1-63 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\"><g> ... 89l.443-2.89h-2.773v-1.875c0-.79.387-1.563 1.63-1.563h1.26v-2.46s-1.144-.196-2.238-.196c-2.284 0-3.777 1.385-3.777 3.89V12h-2.54v2.89h2.54v6.988a10.04 10.04 0 003.124 0v-6.987h2.33z\"></path></g></svg>"
          },
          {
            "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": "",
            "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\" role=\"region\" data-ux=\"Widget\"><div><section class=\"x-el x-el-section c1-1 c1-2 c1- ... Arambula_Frame01.jpg/:/rs=h:1950,cg:true,m 3x\" src=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\"></span></div></div></section></div></div>"
          },
          {
            "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": "",
            "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-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\" role=\"region\" data-ux=\"Widget\"><div><section class=\"x-el x-el-section c1-1 c1-2 c1- ... s=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\" data-ux=\"Element\"><div style=\"width: 1px; height: 1px; visibility: hidden;\"></div></span></div></div></div></div></div></section></div></div>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*: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\" role=\"region\" data-ux=\"Widget\"><div><section class=\"x-el x-el-section c1-1 c1-2 c1- ... f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMI"
          }
        ]
      },
      "endTime": 1687096805379
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096805379,
      "endTime": 1687096805989
    },
    {
      "type": "url",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)",
      "startTime": 1687096805989,
      "result": {
        "url": "https://drjoaquinarambula.com/"
      },
      "endTime": 1687096806468
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687096806468,
      "url": "https://drjoaquinarambula.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h3",
                "id": "#logo-text-65646",
                "code": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">...</h3>"
              }
            ],
            "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.": [
              {
                "tagName": "h3",
                "id": "#logo-text-65646",
                "code": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">...</h3>"
              }
            ]
          },
          "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 4.53:1. Recommendation:  change text colour to #486100.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.26:1. Recommendation:  change background to #486100.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button tccltracking=\"click\" data-ux=\"Button\" 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 c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">...</button>"
              }
            ],
            "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 c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ]
          }
        },
        "Warning": {
          "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=\"input1\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c2-1 c2-2 c2-13 c2-14 c2-26 c2-27 c2-28 c2-29 c2-2a c2-3 c2-2b c2-2c c2-19 c2-2d c2-2e c2-2f c2-2g\">...</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": "",
                "code": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">...</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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          3,
          0,
          0,
          6
        ],
        "instances": [
          {
            "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=\"input1\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c2-1 c2-2 c2-13 c2-14 c2-26 c2-27 c2-28 c2-29 c2-2a c2-3 c2-2b c2-2c c2-19 c2-2d c2-2e c2-2f c2-2g\">...</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": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" 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\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typograph ... class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "logo-text-65646",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">...</h3>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "logo-text-65646",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">...</h3>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.53:1. Recommendation:  change text colour to #486100.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.26:1. Recommendation:  change background to #486100.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button tccltracking=\"click\" data-ux=\"Button\" 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 ... 2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">...</button>"
          },
          {
            "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 c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span>...</span>"
          }
        ]
      },
      "endTime": 1687096806665
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096806665,
      "endTime": 1687096807234
    },
    {
      "type": "url",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)",
      "startTime": 1687096807235,
      "result": {
        "url": "https://drjoaquinarambula.com/"
      },
      "endTime": 1687096807836
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687096807837,
      "url": "https://drjoaquinarambula.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 13,
          "recommendation": 9,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "input_label_before",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[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[3]/form[1]/textbox[1]"
            },
            "message": "Label text is located after its associated text input or <select> element",
            "bounds": {
              "left": 8,
              "top": 249,
              "height": 22,
              "width": 147
            },
            "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input65649\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 8,
              "top": 167,
              "height": 125,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 8,
              "top": 146,
              "height": 1,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "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": 8,
              "top": 128,
              "height": 19,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 167,
              "height": 125,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 146,
              "height": 1,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 128,
              "height": 19,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 167,
              "height": 125,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 146,
              "height": 1,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 128,
              "height": 19,
              "width": 784
            },
            "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\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_value_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]/span[3]",
              "aria": "/document[1]/main[1]/link[1]/heading[4]"
            },
            "message": "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid",
            "bounds": {
              "left": 470,
              "top": 91,
              "height": 18,
              "width": 231
            },
            "snippet": "<span class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\" data-typography=\"LogoAlpha\" aria-hidden=\"true\" data-scaler-id=\"scaler-logo-container-65645\" data-size=\"large\" data-ux=\"scaler\" aria-level=\"NaN\" role=\"heading\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_value_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]/span[2]",
              "aria": "/document[1]/main[1]/link[1]/heading[3]"
            },
            "message": "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid",
            "bounds": {
              "left": 239,
              "top": 91,
              "height": 18,
              "width": 231
            },
            "snippet": "<span class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\" data-typography=\"LogoAlpha\" aria-hidden=\"true\" data-scaler-id=\"scaler-logo-container-65645\" data-size=\"xlarge\" data-ux=\"scaler\" aria-level=\"NaN\" role=\"heading\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_value_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]/span[1]",
              "aria": "/document[1]/main[1]/link[1]/heading[2]"
            },
            "message": "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid",
            "bounds": {
              "left": 8,
              "top": 91,
              "height": 18,
              "width": 231
            },
            "snippet": "<span class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\" data-typography=\"LogoAlpha\" aria-hidden=\"true\" data-scaler-id=\"scaler-logo-container-65645\" data-size=\"xxlarge\" data-ux=\"scaler\" aria-level=\"NaN\" role=\"heading\">",
            "level": "violation"
          },
          {
            "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[5]/div[1]/div[1]/section[1]/div[2]/div[1]/hr[1]",
              "aria": "/document[1]/contentinfo[1]/separator[2]"
            },
            "message": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
            "bounds": {
              "left": 8,
              "top": 381,
              "height": 2,
              "width": 784
            },
            "snippet": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b 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[5]/div[1]/div[1]/section[1]/div[2]/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": 8,
              "top": 336,
              "height": 18,
              "width": 40
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/drjoaquinarambula\" aria-label=\"Facebook\" 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[5]/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": 8,
              "top": 300,
              "height": 2,
              "width": 784
            },
            "snippet": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 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[4]/div[1]/div[1]/section[1]/div[1]/h1[1]",
              "aria": "/document[1]/region[3]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>",
            "bounds": {
              "left": 8,
              "top": 167,
              "height": 28,
              "width": 784
            },
            "snippet": "<h1 class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\" data-typography=\"HeadingAlpha\" data-order=\"2\" 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[4]/div[1]/div[1]/section[1]/div[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[3]/form[1]/textbox[1]"
            },
            "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "bounds": {
              "left": 8,
              "top": 249,
              "height": 22,
              "width": 147
            },
            "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input65649\" 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]/div[1]/h3[1]",
              "aria": "/document[1]/main[1]/link[1]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "bounds": {
              "left": 8,
              "top": 29,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\" data-typography=\"LogoAlpha\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" id=\"logo-text-65646\" data-ux=\"LogoHeading\" aria-level=\"3\" role=\"heading\">",
            "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": 8,
              "top": 29,
              "height": 81,
              "width": 784
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"Dr. Joaquin Arambula \nfor Assembly\" 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]/hr[1]",
              "aria": "/document[1]/main[1]/separator[1]"
            },
            "message": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
            "bounds": {
              "left": 8,
              "top": 8,
              "height": 2,
              "width": 784
            },
            "snippet": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          9,
          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": "input65649",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[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-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input65649\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "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": "",
            "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-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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "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": "",
            "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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "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-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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "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-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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "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\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_attribute_value_valid",
            "what": "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid",
            "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/span[3]"
            },
            "excerpt": "<span class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\" data-typography=\"LogoAlpha\" aria-hidden=\"true\" data-scaler-id=\"scaler-logo-container-65645\" data-size=\"large\" data-ux=\"scaler\" aria-level=\"NaN\" role=\"heading\">"
          },
          {
            "ruleID": "aria_attribute_value_valid",
            "what": "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid",
            "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/span[2]"
            },
            "excerpt": "<span class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\" data-typography=\"LogoAlpha\" aria-hidden=\"true\" data-scaler-id=\"scaler-logo-container-65645\" data-size=\"xlarge\" data-ux=\"scaler\" aria-level=\"NaN\" role=\"heading\">"
          },
          {
            "ruleID": "aria_attribute_value_valid",
            "what": "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid",
            "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/span[1]"
            },
            "excerpt": "<span class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\" data-typography=\"LogoAlpha\" aria-hidden=\"true\" data-scaler-id=\"scaler-logo-container-65645\" data-size=\"xxlarge\" data-ux=\"scaler\" aria-level=\"NaN\" role=\"heading\">"
          },
          {
            "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[5]/div[1]/div[1]/section[1]/div[2]/div[1]/hr[1]"
            },
            "excerpt": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b 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[5]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data ... aphy=\"LinkAlpha\" href=\"https://www.facebook.com/drjoaquinarambula\" aria-label=\"Facebook\" 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 \"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[5]/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-4d c1-v c1-w c1-x c1-y c1-4 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 \"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[4]/div[1]/div[1]/section[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\" data-typography=\"HeadingAlpha\" data-order=\"2\" 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": "input65649",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[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-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input65649\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "logo-text-65646",
            "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]/h3[1]"
            },
            "excerpt": "<h3 class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\" data-typography=\"LogoAlpha\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" id=\"logo-text-65646\" data-ux=\"LogoHeading\" aria-level=\"3\" role=\"heading\">"
          },
          {
            "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.65644.click,click\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2 ...  c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"Dr. Joaquin Arambula for Assembly\" 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 \"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[1]/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-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">"
          }
        ]
      },
      "endTime": 1687096808689
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096808689,
      "endTime": 1687096809264
    },
    {
      "type": "url",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)",
      "startTime": 1687096809264,
      "result": {
        "url": "https://drjoaquinarambula.com/"
      },
      "endTime": 1687096809726
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687096809726,
      "url": "https://drjoaquinarambula.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 495,
              "firstColumn": 40,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "ent=\"019\"><script type=\"text/javascript\" src=\"https://img1.wsimg.com/poly/v2/polyfill.min.js?unknown=polyfill&amp;flags=gated&amp;features=default%2Cfetch%2CArray.prototype.%40%40iterator%2CArray.prototype.find%2CArray.prototype.findIndex%2CFunction.name%2CNumber.isFinite%2CPromise%2CString.prototype.repeat%2CMath.sign%2CMath.trunc%2CArray.prototype.includes%2CObject.entries%2CObject.values%2CObject.is%2CIntersectionObserver%2CIntl.~locale.en-US\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 456
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 111,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/79fb68164481d54f/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 111
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">\"undef",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">functi",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 111,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/8828666089615103/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 111
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 148,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/43c2fc9f768a15bb/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 148
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">\"use s",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 186,
              "lastColumn": 31,
              "firstColumn": 9,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}\n</style><style type=\"text/css\">/*\nCop",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 211,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "es.css\">\n\n<style data-glamor=\"cxs-xs-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 213,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "les.css\">\n<style data-glamor=\"cxs-md-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 214,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}</style>\n<style data-glamor=\"cxs-lg-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 215,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}</style>\n<style data-glamor=\"cxs-xl-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 216,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}</style>\n<style type=\"text/css\">.page-",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "error",
              "lastLine": 217,
              "lastColumn": 69,
              "firstColumn": 1,
              "message": "Attribute context not allowed on element body at this point.",
              "extract": "t></head>\n<body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 217,
              "lastColumn": 1359,
              "firstColumn": 1158,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "1-f c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 202
            },
            {
              "type": "info",
              "lastLine": 218,
              "firstLine": 217,
              "lastColumn": 277,
              "firstColumn": 2225,
              "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=\"Dr. Joaquin Arambula \nfor Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 413
            },
            {
              "type": "info",
              "lastLine": 218,
              "lastColumn": 677,
              "firstColumn": 403,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h3.",
              "extract": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 275
            },
            {
              "type": "error",
              "lastLine": 218,
              "lastColumn": 1056,
              "firstColumn": 720,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 337
            },
            {
              "type": "error",
              "lastLine": 219,
              "lastColumn": 355,
              "firstColumn": 20,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 336
            },
            {
              "type": "error",
              "lastLine": 220,
              "lastColumn": 354,
              "firstColumn": 20,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 335
            },
            {
              "type": "info",
              "lastLine": 221,
              "lastColumn": 1766,
              "firstColumn": 1649,
              "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-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 709,
              "firstColumn": 592,
              "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-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 2123,
              "firstColumn": 1825,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h1.",
              "extract": "-1i c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get in",
              "hiliteStart": 10,
              "hiliteLength": 299
            },
            {
              "type": "error",
              "lastLine": 224,
              "lastColumn": 2489,
              "firstColumn": 2301,
              "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-1j c1-1k c1-1l c1-1m c1-x c1-1n c1-y c1-1o c1-b c1-c c1-1p c1-1q c1-1r c1-1s c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 189
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 3784,
              "firstColumn": 3421,
              "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=\"input65649\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\"><label",
              "hiliteStart": 10,
              "hiliteLength": 364
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 5337,
              "firstColumn": 5193,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "-1i c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 6149,
              "firstColumn": 5743,
              "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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 407
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 7498,
              "firstColumn": 7340,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat",
              "hiliteStart": 10,
              "hiliteLength": 159
            },
            {
              "type": "info",
              "lastLine": 224,
              "lastColumn": 4949,
              "firstColumn": 4830,
              "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-3 c1-5r c1-5s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 225,
              "lastColumn": 134,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "iv></div>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/ceph-p3-01/website-builder-data-prod/static/widgets/UX.3.68.3.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 134
            },
            {
              "type": "info",
              "lastLine": 226,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 227,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 228,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 229,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">(funct",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 239,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">Number",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 240,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 241,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">(funct",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 251,
              "lastColumn": 111,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/39e0483a226a278a/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 111
            },
            {
              "type": "info",
              "lastLine": 252,
              "lastColumn": 148,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/85bc7cd6e0d8cc01/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 148
            },
            {
              "type": "info",
              "lastLine": 253,
              "lastColumn": 111,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/de106938e4a3fbae/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 111
            },
            {
              "type": "info",
              "lastLine": 254,
              "lastColumn": 148,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/3d22e3b84376aec1/script.js\" crossorigin=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 148
            },
            {
              "type": "info",
              "lastLine": 255,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">docume",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 256,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">functi",
              "hiliteStart": 10,
              "hiliteLength": 31
            }
          ]
        },
        "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": 299,
              "firstColumn": 235,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly</title><meta name=\"author\" content=\"Dr. Joaquin Arambula for Assembly\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 65
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 391,
              "firstColumn": 300,
              "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": 442,
              "firstColumn": 392,
              "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": 569,
              "firstColumn": 443,
              "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/static/pwa-app/logo-default.png/:/rs=w:57,h:57,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 127
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 696,
              "firstColumn": 570,
              "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/static/pwa-app/logo-default.png/:/rs=w:60,h:60,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 127
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 823,
              "firstColumn": 697,
              "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/static/pwa-app/logo-default.png/:/rs=w:72,h:72,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 127
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 954,
              "firstColumn": 824,
              "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/static/pwa-app/logo-default.png/:/rs=w:114,h:114,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1085,
              "firstColumn": 955,
              "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/static/pwa-app/logo-default.png/:/rs=w:120,h:120,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1216,
              "firstColumn": 1086,
              "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/static/pwa-app/logo-default.png/:/rs=w:144,h:144,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1347,
              "firstColumn": 1217,
              "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/static/pwa-app/logo-default.png/:/rs=w:152,h:152,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1478,
              "firstColumn": 1348,
              "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/static/pwa-app/logo-default.png/:/rs=w:180,h:180,m\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1544,
              "firstColumn": 1479,
              "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://drjoaquinarambula.com/\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 3,
              "firstLine": 2,
              "lastColumn": 15,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "a.com/\"/>\n<meta property=\"og:site_name\" content=\"Dr. Joaquin Arambula \nfor Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 4,
              "lastColumn": 71,
              "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=\"Dr. Joaquin Arambula for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 71
            },
            {
              "type": "info",
              "lastLine": 5,
              "lastColumn": 55,
              "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=\"Donate here\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 55
            },
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "e here\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "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": "ebsite\"/>\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": 10,
              "firstLine": 9,
              "lastColumn": 15,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ummary\"/>\n<meta name=\"twitter:title\" content=\"Dr. Joaquin Arambula \nfor Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 73
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 56,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta name=\"twitter:description\" content=\"Donate here\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 40,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "e here\"/>\n<meta name=\"theme-color\" content=\"019\"/><scrip",
              "hiliteStart": 10,
              "hiliteLength": 40
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 493,
              "firstColumn": 41,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "nt=\"019\"/><script type=\"text/javascript\" src=\"https://img1.wsimg.com/poly/v2/polyfill.min.js?unknown=polyfill&amp;flags=gated&amp;features=default%2Cfetch%2CArray.prototype.%40%40iterator%2CArray.prototype.find%2CArray.prototype.findIndex%2CFunction.name%2CNumber.isFinite%2CPromise%2CString.prototype.repeat%2CMath.sign%2CMath.trunc%2CArray.prototype.includes%2CObject.entries%2CObject.values%2CObject.is%2CIntersectionObserver%2CIntl.~locale.en-US\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 453
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 108,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/79fb68164481d54f/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">\"undef",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">functi",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 108,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/8828666089615103/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 145,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/43c2fc9f768a15bb/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">\"use s",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 87,
              "lastColumn": 31,
              "firstColumn": 9,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}\n</style><style type=\"text/css\">/*\nCop",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 109,
              "lastColumn": 128,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel=\"stylesheet\" href=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/4524c1974583bbdd/styles.css\"/>\n<link",
              "hiliteStart": 10,
              "hiliteLength": 128
            },
            {
              "type": "info",
              "lastLine": 110,
              "lastColumn": 160,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "es.css\"/>\n<link data-glamor=\"cxs-default-sheet\" rel=\"stylesheet\" href=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/2471a75c5eba314f/styles.css\"/>\n\n<sty",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 112,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "s.css\"/>\n\n<style data-glamor=\"cxs-xs-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 113,
              "lastColumn": 155,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "}</style>\n<link data-glamor=\"cxs-sm-sheet\" rel=\"stylesheet\" href=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/59d564e96a373349/styles.css\"/>\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 114,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "es.css\"/>\n<style data-glamor=\"cxs-md-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 115,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}</style>\n<style data-glamor=\"cxs-lg-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 116,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}</style>\n<style data-glamor=\"cxs-xl-sheet\" type=\"text/css\">@media",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 117,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "}</style>\n<style type=\"text/css\">.page-",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "error",
              "lastLine": 118,
              "lastColumn": 69,
              "firstColumn": 1,
              "message": "Attribute context not allowed on element body at this point.",
              "extract": "e></head>\n<body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 118,
              "lastColumn": 1360,
              "firstColumn": 1158,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "1-f c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 203
            },
            {
              "type": "info",
              "lastLine": 118,
              "lastColumn": 1360,
              "firstColumn": 1158,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 203
            },
            {
              "type": "info",
              "lastLine": 119,
              "firstLine": 118,
              "lastColumn": 277,
              "firstColumn": 2226,
              "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=\"Dr. Joaquin Arambula \nfor Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 413
            },
            {
              "type": "info",
              "lastLine": 119,
              "lastColumn": 677,
              "firstColumn": 403,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h3.",
              "extract": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 275
            },
            {
              "type": "info",
              "lastLine": 119,
              "lastColumn": 703,
              "firstColumn": 699,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " Arambula <br/>for As",
              "hiliteStart": 10,
              "hiliteLength": 5
            },
            {
              "type": "error",
              "lastLine": 119,
              "lastColumn": 1057,
              "firstColumn": 721,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 337
            },
            {
              "type": "error",
              "lastLine": 120,
              "lastColumn": 355,
              "firstColumn": 20,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 336
            },
            {
              "type": "error",
              "lastLine": 121,
              "lastColumn": 354,
              "firstColumn": 20,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\">Dr. Jo",
              "hiliteStart": 10,
              "hiliteLength": 335
            },
            {
              "type": "error",
              "lastLine": 122,
              "lastColumn": 1189,
              "message": "Duplicate attribute class.",
              "extract": "2p c1-2q\" class=\"x-el x-el-a c",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 125,
              "firstLine": 122,
              "lastColumn": 294,
              "firstColumn": 2187,
              "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/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\" srcSet=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m,\n//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:975,cg:true,m 1.5x,\n//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1300,cg:true,m 2x,\n//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1950,cg:true,m 3x\" alt=\"image1830\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-1e c1-34 c1-1a c1-1b c1-x c1-3v c1-3w c1-2c c1-b c1-c c1-d c1-3x c1-e c1-f c1-g\"/></span",
              "hiliteStart": 10,
              "hiliteLength": 749
            },
            {
              "type": "info",
              "lastLine": 122,
              "lastColumn": 1863,
              "firstColumn": 1746,
              "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-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 710,
              "firstColumn": 593,
              "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-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 2124,
              "firstColumn": 1826,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h1.",
              "extract": "-1i c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get in",
              "hiliteStart": 10,
              "hiliteLength": 299
            },
            {
              "type": "error",
              "lastLine": 125,
              "lastColumn": 2490,
              "firstColumn": 2302,
              "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-1j c1-1k c1-1l c1-1m c1-x c1-1n c1-y c1-1o c1-b c1-c c1-1p c1-1q c1-1r c1-1s c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 189
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 3786,
              "firstColumn": 3422,
              "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=\"input65649\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\"/><label",
              "hiliteStart": 10,
              "hiliteLength": 365
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 3786,
              "firstColumn": 3422,
              "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=\"input65649\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\"/><label",
              "hiliteStart": 10,
              "hiliteLength": 365
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 5340,
              "firstColumn": 5195,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "-1i c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 5340,
              "firstColumn": 5195,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-1i c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 6152,
              "firstColumn": 5746,
              "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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 407
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 7502,
              "firstColumn": 7343,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 7502,
              "firstColumn": 7343,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 4951,
              "firstColumn": 4832,
              "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-3 c1-5r c1-5s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 126,
              "lastColumn": 131,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "iv></div>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/ceph-p3-01/website-builder-data-prod/static/widgets/UX.3.68.3.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 127,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 128,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 129,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 130,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">(funct",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 140,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">Number",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 141,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">window",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 142,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">(funct",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 152,
              "lastColumn": 108,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/39e0483a226a278a/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 153,
              "lastColumn": 145,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/85bc7cd6e0d8cc01/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 154,
              "lastColumn": 108,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/de106938e4a3fbae/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 155,
              "lastColumn": 145,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/3d22e3b84376aec1/script.js\" crossorigin></scri",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 156,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">docume",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 157,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">functi",
              "hiliteStart": 10,
              "hiliteLength": 31
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          76,
          0,
          11,
          0
        ],
        "instances": [
          {
            "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": "12"
            },
            "excerpt": "ent=\"019\"><script type=\"text/javascript\" src=\"https://img1.wsimg.com/poly/v2/polyfill.min.js?unknown=polyfill&amp;flags=gated&amp;features=default%2Cfetch%2CArray.prototype.%40%40iterator%2CArray.prot ... %2CPromise%2CString.prototype.repeat%2CMath.sign%2CMath.trunc%2CArray.prototype.includes%2CObject.entries%2CObject.values%2CObject.is%2CIntersectionObserver%2CIntl.~locale.en-US\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "13"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/79fb68164481d54f/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "14"
            },
            "excerpt": "</script> <script type=\"text/javascript\">\"undef"
          },
          {
            "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": "15"
            },
            "excerpt": "</script> <script type=\"text/javascript\">functi"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "16"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/8828666089615103/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/43c2fc9f768a15bb/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "18"
            },
            "excerpt": "</script> <script type=\"text/javascript\">\"use s"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "186"
            },
            "excerpt": "} </style><style type=\"text/css\">/* Cop"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "211"
            },
            "excerpt": "es.css\"> <style data-glamor=\"cxs-xs-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "213"
            },
            "excerpt": "les.css\"> <style data-glamor=\"cxs-md-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "214"
            },
            "excerpt": "}</style> <style data-glamor=\"cxs-lg-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "215"
            },
            "excerpt": "}</style> <style data-glamor=\"cxs-xl-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "216"
            },
            "excerpt": "}</style> <style type=\"text/css\">.page-"
          },
          {
            "ruleID": "Attribute context not allowed on element body at this point.",
            "what": "Attribute context not allowed on element body at this point.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "217"
            },
            "excerpt": "t></head> <body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div i"
          },
          {
            "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": "217"
            },
            "excerpt": "1-f c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\"></div>"
          },
          {
            "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": "218"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Dr. Joaquin Arambula for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" clas ... 1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h3.",
            "what": "The heading role is unnecessary for element h3.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "logo-text-65646",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "218"
            },
            "excerpt": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "218"
            },
            "excerpt": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "219"
            },
            "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\">Dr. Jo"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "220"
            },
            "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\">Dr. Jo"
          },
          {
            "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": "221"
            },
            "excerpt": "-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 d"
          },
          {
            "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": "224"
            },
            "excerpt": "-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 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": "224"
            },
            "excerpt": "-1i c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get in"
          },
          {
            "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": "224"
            },
            "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-1j c1-1k c1-1l c1-1m c1-x c1-1n c1-y c1-1o c1-b c1-c c1-1p c1-1q c1-1r c1-1s 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": "input65649",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "224"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input65649\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\"><label"
          },
          {
            "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": "224"
            },
            "excerpt": "-1i c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "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": "224"
            },
            "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\" href=\"https://www.facebook.com/drjoaquinarambula\" data ...  class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\"><svg v"
          },
          {
            "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": "224"
            },
            "excerpt": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b 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": "224"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-5r c1-5s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "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": "225"
            },
            "excerpt": "iv></div> <script type=\"text/javascript\" src=\"//img1.wsimg.com/ceph-p3-01/website-builder-data-prod/static/widgets/UX.3.68.3.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "226"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "227"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "228"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "229"
            },
            "excerpt": "</script> <script type=\"text/javascript\">(funct"
          },
          {
            "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": "239"
            },
            "excerpt": "</script> <script type=\"text/javascript\">Number"
          },
          {
            "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": "240"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "241"
            },
            "excerpt": "</script> <script type=\"text/javascript\">(funct"
          },
          {
            "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": "251"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/39e0483a226a278a/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "252"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/85bc7cd6e0d8cc01/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "253"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/de106938e4a3fbae/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "254"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/3d22e3b84376aec1/script.js\" crossorigin=\"\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "255"
            },
            "excerpt": "</script> <script type=\"text/javascript\">docume"
          },
          {
            "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": "256"
            },
            "excerpt": "</script> <script type=\"text/javascript\">functi"
          },
          {
            "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=\"author\" content=\"Dr. Joaquin Arambula 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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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/static/pwa-app/logo-default.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://drjoaquinarambula.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": "3"
            },
            "excerpt": "a.com/\"/> <meta property=\"og:site_name\" content=\"Dr. Joaquin Arambula 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:title\" content=\"Dr. Joaquin Arambula 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": "5"
            },
            "excerpt": "sembly\"/> <meta property=\"og:description\" content=\"Donate here\"/> <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": "e here\"/> <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": "7"
            },
            "excerpt": "ebsite\"/> <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": "10"
            },
            "excerpt": "ummary\"/> <meta name=\"twitter:title\" content=\"Dr. Joaquin Arambula 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=\"Donate here\"/> <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": "e here\"/> <meta name=\"theme-color\" content=\"019\"/><scrip"
          },
          {
            "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": "12"
            },
            "excerpt": "nt=\"019\"/><script type=\"text/javascript\" src=\"https://img1.wsimg.com/poly/v2/polyfill.min.js?unknown=polyfill&amp;flags=gated&amp;features=default%2Cfetch%2CArray.prototype.%40%40iterator%2CArray.prot ... ite%2CPromise%2CString.prototype.repeat%2CMath.sign%2CMath.trunc%2CArray.prototype.includes%2CObject.entries%2CObject.values%2CObject.is%2CIntersectionObserver%2CIntl.~locale.en-US\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "13"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/79fb68164481d54f/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "14"
            },
            "excerpt": "</script> <script type=\"text/javascript\">\"undef"
          },
          {
            "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": "15"
            },
            "excerpt": "</script> <script type=\"text/javascript\">functi"
          },
          {
            "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": "16"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/8828666089615103/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/43c2fc9f768a15bb/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "18"
            },
            "excerpt": "</script> <script type=\"text/javascript\">\"use s"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "87"
            },
            "excerpt": "} </style><style type=\"text/css\">/* Cop"
          },
          {
            "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": "109"
            },
            "excerpt": " </style> <link rel=\"stylesheet\" href=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/4524c1974583bbdd/styles.css\"/> <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": "110"
            },
            "excerpt": "es.css\"/> <link data-glamor=\"cxs-default-sheet\" rel=\"stylesheet\" href=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/2471a75c5eba314f/styles.css\"/> <sty"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "112"
            },
            "excerpt": "s.css\"/> <style data-glamor=\"cxs-xs-sheet\" type=\"text/css\">@media"
          },
          {
            "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": "113"
            },
            "excerpt": "}</style> <link data-glamor=\"cxs-sm-sheet\" rel=\"stylesheet\" href=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/59d564e96a373349/styles.css\"/> <styl"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "114"
            },
            "excerpt": "es.css\"/> <style data-glamor=\"cxs-md-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "115"
            },
            "excerpt": "}</style> <style data-glamor=\"cxs-lg-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "116"
            },
            "excerpt": "}</style> <style data-glamor=\"cxs-xl-sheet\" type=\"text/css\">@media"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "117"
            },
            "excerpt": "}</style> <style type=\"text/css\">.page-"
          },
          {
            "ruleID": "Attribute context not allowed on element body at this point.",
            "what": "Attribute context not allowed on element body at this point.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "118"
            },
            "excerpt": "e></head> <body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div i"
          },
          {
            "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": "118"
            },
            "excerpt": "1-f c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 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": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "118"
            },
            "excerpt": "1-f c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-u c1-v c1-w c1-x c1-y c1-4 c1-z c1-t c1-10 c1-11 c1-12 c1-13 c1-14 c1-15 c1-16 c1-b c1-c c1-d c1-17 c1-e c1-f c1-g\"/></div>"
          },
          {
            "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": "119"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Dr. Joaquin Arambula for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" clas ... 1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h3.",
            "what": "The heading role is unnecessary for element h3.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "logo-text-65646",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "119"
            },
            "excerpt": "1-f c1-g\"><h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "BR/",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "119"
            },
            "excerpt": " Arambula <br/>for As"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "119"
            },
            "excerpt": "embly</h3><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Jo"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "120"
            },
            "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\">Dr. Jo"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "bly</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\">Dr. Jo"
          },
          {
            "ruleID": "Duplicate attribute class.",
            "what": "Duplicate attribute class.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "122"
            },
            "excerpt": "2p c1-2q\" class=\"x-el x-el-a c"
          },
          {
            "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": "125"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\" srcSet=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/A ... true,m 3x\" alt=\"image1830\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-1e c1-34 c1-1a c1-1b c1-x c1-3v c1-3w c1-2c c1-b c1-c c1-d c1-3x c1-e c1-f c1-g\"/></span"
          },
          {
            "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": "122"
            },
            "excerpt": "-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 d"
          },
          {
            "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": "125"
            },
            "excerpt": "-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 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": "125"
            },
            "excerpt": "-1i c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get in"
          },
          {
            "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": "125"
            },
            "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-1j c1-1k c1-1l c1-1m c1-x c1-1n c1-y c1-1o c1-b c1-c c1-1p c1-1q c1-1r c1-1s 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": "input65649",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "125"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input65649\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\"/><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": "input65649",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "125"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input65649\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-3 c1-4d c1-4 c1-4e c1-4f c1-v c1-4g c1-4h c1-4i c1-4j c1-4k c1-4l c1-w c1-b c1-3m c1-c c1-3n c1-4m c1-4n c1-4o c1-4p c1-4q c1-4r c1-4s c1-4t c1-4u c1-4v c1-4w c1-4b c1-4c c1-d c1-e c1-f c1-g\"/><label"
          },
          {
            "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": "125"
            },
            "excerpt": "-1i c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 c1-b c1-c c1-d 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": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "125"
            },
            "excerpt": "-1i c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-y c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>"
          },
          {
            "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": "125"
            },
            "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\" href=\"https://www.facebook.com/drjoaquinarambula\" data ...  class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\"><svg v"
          },
          {
            "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": "125"
            },
            "excerpt": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b 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": "125"
            },
            "excerpt": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-4d c1-v c1-w c1-x c1-19 c1-67 c1-1a c1-1b 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": "125"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-5r c1-5s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "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": "126"
            },
            "excerpt": "iv></div> <script type=\"text/javascript\" src=\"//img1.wsimg.com/ceph-p3-01/website-builder-data-prod/static/widgets/UX.3.68.3.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "127"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "128"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "129"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "130"
            },
            "excerpt": "</script> <script type=\"text/javascript\">(funct"
          },
          {
            "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": "140"
            },
            "excerpt": "</script> <script type=\"text/javascript\">Number"
          },
          {
            "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": "141"
            },
            "excerpt": "</script> <script type=\"text/javascript\">window"
          },
          {
            "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": "142"
            },
            "excerpt": "</script> <script type=\"text/javascript\">(funct"
          },
          {
            "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": "152"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/39e0483a226a278a/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "153"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/85bc7cd6e0d8cc01/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "154"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/gpub/de106938e4a3fbae/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "155"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"//img1.wsimg.com/blobby/go/8b602e90-adda-4701-a8d7-558030616380/gpub/3d22e3b84376aec1/script.js\" crossorigin></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "156"
            },
            "excerpt": "</script> <script type=\"text/javascript\">docume"
          },
          {
            "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": "157"
            },
            "excerpt": "</script> <script type=\"text/javascript\">functi"
          }
        ]
      },
      "endTime": 1687096810805
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687096810805,
      "url": "https://drjoaquinarambula.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:00:11",
          "hash": "d688437c85f04ec6b7f2139cd80d3d6f614b7f527e156f7b2ddd39f5538eb25c49307a56a420a0b2def5447dee233e36fd1ada09f24140ec3ee66716533bbb46",
          "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": 32,
          "warning": 11,
          "failed": 4,
          "inapplicable": 78
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 16,
              "warning": 7,
              "failed": 0,
              "inapplicable": 44
            },
            "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-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": 5,
                  "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=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Dr. Joaquin Arambula \nfor Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\">Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor Assembly</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 class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": "<input role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 tccltracking=\"click\" data-ux=\"Button\" 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 c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">Sign up</button>",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div: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 role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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-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>Dr. Joaquin Arambula for Assembly\n\n\n\n\n\n\n\n\n\n\n\"undefined\"===typeof _trfq&amp;&amp;(window._trfq=[]);\"undefined\"==typeof _trfd&amp;&amp;(window._trfd=[]);\nfunction trackingEnabledForType(t){return!(\"undefined\"!=typeof document&amp;&amp;\"click\"===t&amp;&amp;!Boolean(window._allowCT))||(window._allowCT=-1!==document.cookie.indexOf(\"cookie_terms_accepted\"),window._allowCT)}function logTcclEvent(){var e=this.getAttribute(\"data-tccl\");if(window._trfq&amp;&amp;e)try{var t=e.split(\",\"),n=t[0],o=t[1];if(!trackingEnabledForType(o))return;for(var d=t.splice(2),r=[],c=0;c<d.length;c+=2)r.push([d[c],d[c+1]]);window._trfq.push([\"cmdlogevent\",o,n,r])}catch(t){window._trf …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 3,
              "failed": 3,
              "inapplicable": 23
            },
            "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-colors-019 x-fonts-cabin\" context=\"[object Object]\"> Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor AssemblyDonate here      Get involved!Sign up to receive updates from the candidate on the trail! Email* Sign up  Paid for by Dr. Joaquin Arambula for Assembly 2020. \n\nwindow.cxs &amp;&amp; window.cxs.setOptions({ prefix: \"c2-\" });\nwindow.wsb=window.wsb||{};window.wsb[\"Theme11\"]=window.wsb[\"Theme11\"]||window.radpack(\"@widget/LAYOUT/bs-layout11-Theme-publish-Theme\").then(function(t){return new t.default();});\nwindow.wsb['context-bs-1']={\"renderMode\":\"PUBLISH\",\"fonts\":[\"cabin\",\"default\",\"\"],\"colors\": …",
                        "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=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Dr. Joaquin Arambula \nfor Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\">Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor Assembly</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-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": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that the element's title attribute describes correctly the link."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Dr. Joaquin Arambula \nfor Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-10 c1-11 c1-12 c1-13 c1-1e c1-4 c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\">Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor AssemblyDr. Joaquin Arambula \nfor Assembly</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 role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\" srcset=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m,\n//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:975,cg:true,m 1.5x,\n//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1300,cg:true,m 2x,\n//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1950,cg:true,m 3x\" alt=\"image1830\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-1e c1-34 c1-1a c1-1b c1-x c1-3v c …",
                        "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(1) > span:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T31": {
                "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa",
                "code": "QW-WCAG-T31",
                "mapping": "F24",
                "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "text-decoration"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [
                    "C23",
                    "C25"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24",
                  "passed": 0,
                  "warning": 0,
                  "failed": 11,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target has a author defined background property but not a color css property."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Joaquin Arambula for Assembly</h3>",
                        "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) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\" style=\"display: none;\">Dr. Joaquin Arambula \nfor Assembly</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(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) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\" style=\"display: none;\">Dr. Joaquin Arambula \nfor Assembly</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(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) > span:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\" style=\"display: none;\">Dr. Joaquin Arambula \nfor Assembly</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(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) > span:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span>Donate here</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-promoted-from=\"2\" data-order=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get involved!</h1>",
                        "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) > section:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">Sign up to receive updates from the candidate on the trail!</p>",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input1\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c2-1 c2-2 c2-13 c2-14 c2-26 c2-27 c2-28 c2-29 c2-2a c2-3 c2-2b c2-2c c2-19 c2-2d c2-2e c2-2f c2-2g\">Email*</label>",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<button tccltracking=\"click\" data-ux=\"Button\" 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 c2-2h c2-2i c2-2j c2-2k c2-2l c2-1g c2-2m c2-2n c2-2o c2-2p c2-2q c2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">Sign up</button>",
                        "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<strong class=\"x-el x-el-span c1-2i c1-2j c1-3o c1-3p c1-2u c1-3q c1-b\">Paid for by Dr. Joaquin Arambula for Assembly 2020.</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 11,
              "warning": 1,
              "failed": 1,
              "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": 2,
                  "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": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Joaquin Arambula for Assembly</h3>",
                        "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) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "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=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get involved!</h1>",
                        "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) > 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": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target `width` attribute uses absolute units."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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-2s c1-2c c1-3w c1-60 c1-61 c1-62 c1-63 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(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 15,
                "document": 1,
                "main": 1,
                "region": 8,
                "separator": 3,
                "heading": 5,
                "img": 1,
                "form": 1,
                "textbox": 1,
                "button": 1,
                "contentinfo": 1,
                "graphics-document": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 15,
                "title": 1,
                "link": 12,
                "script": 44,
                "style": 10,
                "body": 1,
                "div": 59,
                "section": 5,
                "hr": 3,
                "a": 3,
                "h3": 1,
                "br": 1,
                "span": 12,
                "p": 4,
                "img": 1,
                "h1": 1,
                "form": 1,
                "input": 1,
                "label": 1,
                "button": 1,
                "svg": 1,
                "g": 1,
                "path": 2,
                "strong": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          5,
          12,
          13,
          0
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-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-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=\"Dr. Joaquin Arambula for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x- ... ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\">Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assembly</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</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": "input1",
            "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">"
          },
          {
            "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 tccltracking=\"click\" data-ux=\"Button\" 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 ... 2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">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(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > 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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typograph ... a\" class=\"x-el x-el-a c1-2i c1-2j c1-2k c1-21 c1-20 c1-2l c1-2m c1-b c1-2n c1-c c1-2o c1-2p c1-2q c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.65650.click,click\"></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": "input1",
            "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">"
          },
          {
            "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>Dr. Joaquin Arambula for Assembly \"undefined\"===typeof _trfq&amp;&amp;(window._trfq=[]);\"undefined\"==typeof _trfd&amp;&amp;(window._trfd=[]); function trackingEna ... r t=e.split(\",\"),n=t[0],o=t[1];if(!trackingEnabledForType(o))return;for(var d=t.splice(2),r=[],c=0;c<d.length;c+=2)r.push([d[c],d[c+1]]);window._trfq.push([\"cmdlogevent\",o,n,r])}catch(t){window._trf …"
          },
          {
            "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-colors-019 x-fonts-cabin\" context=\"[object Object]\"> Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assemb ... ndow.radpack(\"@widget/LAYOUT/bs-layout11-Theme-publish-Theme\").then(function(t){return new t.default();}); window.wsb['context-bs-1']={\"renderMode\":\"PUBLISH\",\"fonts\":[\"cabin\",\"default\",\"\"],\"colors\": …"
          },
          {
            "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(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=\"Dr. Joaquin Arambula for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x- ... ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\">Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assembly</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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=\"Dr. Joaquin Arambula for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x- ... ux2.HEADER.header9.Logo.Default.Link.Default.65644.click,click\">Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assembly</a>"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input1",
            "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 role=\"textbox\" aria-multiline=\"false\" type=\"text\" data-ux=\"InputFloatLabel\" id=\"input1\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c2-1 c2-2 c2-1j c2-1k c2-1g c2-1l c2-1m c2-1n c2-1o c2-1p c2-1q c2-1r c2-1s c2-1t c2-1u c2-3 c2-18 c2-4 c2-19 c2-1v c2-1w c2-1x c2-1y c2-1z c2-20 c2-21 c2-22 c2-23 c2-24 c2-25 c2-1h c2-1i c2-5 c2-6 c2-7 c2-8\" value=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(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(1) > span:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:650,cg:true,m\" srcset=\"//img1.wsimg.com/isteam/ip/8b602e90-adda-4701-a8d7-558030616380/Arambula_Fr ... 8d7-558030616380/Arambula_Frame01.jpg/:/rs=h:1950,cg:true,m 3x\" alt=\"image1830\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-1e c1-34 c1-1a c1-1b c1-x c1-3v c …"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "logo-text-65646",
            "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) > h3:nth-child(1)"
            },
            "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Joaquin Arambula for Assembly</h3>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > span:nth-child(2)"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-2t c1-2d c1-2s c1-2u c1-2v c1-2w c1-2x c1-2y\" style=\"display: none;\">Dr. Joaquin Arambula for Assembly</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > span:nth-child(3)"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-37 c1-2d c1-2s c1-2u c1-38 c1-39 c1-3a c1-3b\" style=\"display: none;\">Dr. Joaquin Arambula for Assembly</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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) > span:nth-child(4)"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-logo-container-65645\" aria-hidden=\"true\" data-typography=\"LogoAlpha\" class=\"x-el x-el-span c1-2a c1-2b c1-2z c1-30 c1-2r c1-16 c1-15 c1-x c1-y c1-31 c1-1e c1-z c1-32 c1-33 c1-34 c1-35 c1-36 c1-3c c1-2d c1-2s c1-2u c1-3d c1-3e c1-3f c1-3g\" style=\"display: none;\">Dr. Joaquin Arambula for Assembly</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Donate here</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "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(4) > 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=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get involved!</h1>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 c2-1 c2-2 c2-13 c2-14 c2-15 c2-d c2-16 c2-17 c2-3 c2-18 c2-4 c2-19 c2-5 c2-6 c2-7 c2-8\">Sign up to receive updates from the candidate on the trail!</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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=\"input1\" data-typography=\"InputAlpha\" class=\"x-el x-el-label c2-1 c2-2 c2-13 c2-14 c2-26 c2-27 c2-28 c2-29 c2-2a c2-3 c2-2b c2-2c c2-19 c2-2d c2-2e c2-2f c2-2g\">Email*</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "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(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > 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 tccltracking=\"click\" data-ux=\"Button\" 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 ... 2-2r c2-2s c2-17 c2-2t c2-14 c2-13 c2-1f c2-o c2-2u c2-2v c2-2w c2-1r c2-2x c2-1p c2-2y c2-2z c2-3 c2-30 c2-31 c2-2c c2-32 c2-33 c2-34 c2-1d c2-1e c2-35 c2-36 c2-2d c2-2e c2-2f c2-2g\">Sign up</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "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(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong class=\"x-el x-el-span c1-2i c1-2j c1-3o c1-3p c1-2u c1-3q c1-b\">Paid for by Dr. Joaquin Arambula for Assembly 2020.</strong>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "logo-text-65646",
            "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) > h3:nth-child(1)"
            },
            "excerpt": "<h3 role=\"heading\" aria-level=\"3\" data-ux=\"LogoHeading\" id=\"logo-text-65646\" data-aid=\"HEADER_LOGO_TEXT_RENDERED\" data-typography=\"LogoAlpha\" class=\"x-el x-el-h3 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-x c1-y c1-1e c1-2c c1-2d c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y\">Dr. Joaquin Arambula for Assembly</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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=\"2\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-2a c1-2b c1-21 c1-20 c1-2r c1-16 c1-15 c1-40 c1-3v c1-29 c1-2d c1-2s c1-2t c1-2u c1-2v c1-41 c1-2w c1-2x c1-2y\">Get involved!</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(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > 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-2s c1-2c c1-3w c1-60 c1-61 c1-62 c1-63 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          }
        ]
      },
      "endTime": 1687096812272
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687096812272,
      "url": "https://drjoaquinarambula.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.085",
        "responseTime": "2023-06-18T14:00:11.892Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1007468,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 174,
              "failing": 6
            },
            "issues": {
              "totalErrors": 6,
              "totalWarnings": 1,
              "totalIssues": 7
            },
            "issuesByLevel": {
              "A": {
                "count": 3,
                "pct": 42.86
              },
              "AA": {
                "count": 1,
                "pct": 14.29
              },
              "AAA": {
                "count": 7,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 0,
              "allDensity": 1
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "1c6a0719-90c9-4d68-8b43-b6afab1cc383",
          "docID": "c0fe3d83-c2a4-4aba-ffea-e5d95f96b9e2",
          "sourceHash": "d31a0c00320820af4e578cfaccbe99dc",
          "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=1c6a0719-90c9-4d68-8b43-b6afab1cc383",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 30
                },
                "bottom-right": {
                  "x": 1008,
                  "y": 798
                },
                "height": 768,
                "width": 1008
              },
              "position": {
                "line": 2556,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"&gt;&lt;div id=\"layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380\" class=\"layout layout-layout layout-layout-layout-11 locale-en-US lang-en\"&gt;&lt;div data-ux=\"Page\" id=\"page-65642\"",
              "xpath": "/html/body",
              "issueID": "504d4e7f57131e9e27f04e08f44b817c",
              "signature": "7d46def28070606c821c54791f30d818",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=504d4e7f57131e9e27f04e08f44b817c"
            },
            {
              "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": 222.203125,
                  "y": 268
                },
                "bottom-right": {
                  "x": 250.203125,
                  "y": 285
                },
                "height": 17,
                "width": 28
              },
              "position": {
                "line": 520,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\"&gt;here&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/a[1]",
              "issueID": "7c0d40946ec5b0d741de11a997fc7057",
              "signature": "1021a7522cb1a7304c07161a914e719b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=7c0d40946ec5b0d741de11a997fc7057"
            },
            {
              "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": 30
                },
                "bottom-right": {
                  "x": 1008,
                  "y": 798
                },
                "height": 768,
                "width": 1008
              },
              "position": {
                "line": 2556,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"&gt;&lt;div id=\"layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380\" class=\"layout layout-layout layout-layout-layout-11 locale-en-US lang-en\"&gt;&lt;div data-ux=\"Page\" id=\"page-65642\"",
              "xpath": "/html/body",
              "issueID": "095671755d7a25babac781603ef079dc",
              "signature": "107a2d84e4fdc14d258d3aa3a2113265",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=095671755d7a25babac781603ef079dc"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 8,
                  "y": 504.53125
                },
                "bottom-right": {
                  "x": 48,
                  "y": 521.53125
                },
                "height": 17,
                "width": 40
              },
              "position": {
                "line": 520,
                "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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "9ace731c1c4ba1384fd36340e56a03cb",
              "signature": "91a3a88eb541c36ccb4114f897f28344",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9ace731c1c4ba1384fd36340e56a03cb"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 30
                },
                "bottom-right": {
                  "x": 1008,
                  "y": 798
                },
                "height": 768,
                "width": 1008
              },
              "position": {
                "line": 2556,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"&gt;&lt;div id=\"layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380\" class=\"layout layout-layout layout-layout-layout-11 locale-en-US lang-en\"&gt;&lt;div data-ux=\"Page\" id=\"page-65642\"",
              "xpath": "/html/body",
              "issueID": "f675388f88b82b8de7c380c1c1ccdabe",
              "signature": "4599800ad74887d0a7dd8bed86bb5b8f",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=f675388f88b82b8de7c380c1c1ccdabe"
            },
            {
              "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": 222.203125,
                  "y": 268
                },
                "bottom-right": {
                  "x": 250.203125,
                  "y": 285
                },
                "height": 17,
                "width": 28
              },
              "position": {
                "line": 520,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\"&gt;here&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/a[1]",
              "issueID": "ad2fc2dbb1db1c118a1212beb361935f",
              "signature": "89d59fea8fea4862f46fef013324688d",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ad2fc2dbb1db1c118a1212beb361935f"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 8,
                  "y": 504.53125
                },
                "bottom-right": {
                  "x": 48,
                  "y": 521.53125
                },
                "height": 17,
                "width": 40
              },
              "position": {
                "line": 520,
                "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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "65eea8f277db31cce2058af9961d0cb5",
              "signature": "3326026e8dd0f9d5b089bed7dcc80a51",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=65eea8f277db31cce2058af9961d0cb5"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          1,
          6
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div id=\"layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380\" class=\"layout layout-layout layout-layout-layout-11 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-65642\""
          },
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/a[1]"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a>"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div id=\"layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380\" class=\"layout layout-layout layout-layout-layout-11 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-65642\""
          },
          {
            "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[5]/div[1]/div[1]/section[1]/div[2]/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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k "
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"x x-colors-019 x-fonts-cabin\" context=\"[object Object]\"><div id=\"layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380\" class=\"layout layout-layout layout-layout-layout-11 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-65642\""
          },
          {
            "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/a[1]"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-2i c1-2j c1-3t c1-21 c1-20 c1-2l c1-2m c1-2n c1-3u c1-b c1-2o c1-2p c1-2q\" href=\"https://secure.actblue.com/donate/dr--joaquin-arambula-for-assembly-2020-1\" rel=\"noopener\" target=\"_blank\">here</a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[2]/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\" href=\"https://www.facebook.com/drjoaquinarambula\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-2i c1-2j c1-2k "
          }
        ]
      },
      "endTime": 1687096812742
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687096812742,
      "url": "https://drjoaquinarambula.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": ""
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 1,
              "items": [
                [
                  "email",
                  "",
                  "Email*; #input1"
                ]
              ]
            },
            "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*; #input1"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 85
            },
            "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": 5,
              "tabFocused": 6,
              "discrepancy": 1
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 5,
                "types": {
                  "missing": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "nonoutline": {
                    "total": 1,
                    "tagNames": {
                      "INPUT": 1
                    }
                  },
                  "outline": {
                    "total": 4,
                    "meanDelay": 0,
                    "tagNames": {
                      "A": 3,
                      "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": "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyD",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "here",
                    "delay": 0
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                    "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": 6,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "focusableAndOperable": {
                    "total": 6,
                    "tagNames": {
                      "A": 3,
                      "IFRAME": 1,
                      "INPUT": 1,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyD",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "here",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe data-ux=\"Embed\" allowfullscreen=\"\" type=\"text/html\" frameborder=\"0\" data-aid=\"VIDEO_IFRAME_R",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "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
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "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": 4,
                "triggerSample": 4,
                "impactTriggers": 0,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0,
                "unhoverables": 0,
                "noCursors": 0,
                "badCursors": 1,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [],
                "unhoverables": [],
                "noCursors": [],
                "badCursors": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up"
                  }
                ],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Link or button makes the hovering mouse cursor nonstandard",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign up"
              }
            ]
          },
          "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*"
                      ]
                    }
                  },
                  {
                    "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": 3,
                "adjacent": {
                  "total": 3,
                  "underlined": 1,
                  "underlinedPercent": 33
                }
              },
              "items": {
                "underlined": [
                  {
                    "id": "",
                    "text": "here"
                  }
                ],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyD"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
                  }
                ]
              }
            },
            "totals": [
              0,
              2,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyD"
              },
              {
                "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"
              }
            ]
          },
          "menuNav": {
            "what": "nonstandard keyboard navigation between focusable menu items",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "menuItems": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "menus": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "menuItems": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "miniText": {
            "what": "text smaller than 11 pixels",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 0,
                "inSet": 0,
                "percent": "N.A."
              },
              "items": {
                "inSet": [],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 16,
              "badRoleElements": 5,
              "redundantRoleElements": 8,
              "tagNames": {
                "DIV": {
                  "main": {
                    "bad": 1,
                    "redundant": 0
                  },
                  "contentinfo": {
                    "bad": 1,
                    "redundant": 0
                  }
                },
                "HR": {
                  "separator": {
                    "bad": 0,
                    "redundant": 3
                  }
                },
                "A": {
                  "link": {
                    "bad": 0,
                    "redundant": 2
                  }
                },
                "H3": {
                  "heading": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "SPAN": {
                  "heading": {
                    "bad": 3,
                    "redundant": 0
                  }
                },
                "H1": {
                  "heading": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "INPUT": {
                  "textbox": {
                    "bad": 0,
                    "redundant": 1
                  }
                }
              }
            },
            "totals": [
              0,
              8,
              0,
              5
            ],
            "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 contentinfo (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "HR elements have redundant explicit role separator (count: 3)",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "HR",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "A elements have redundant explicit role link (count: 2)",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "H3 elements have redundant explicit role heading (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "H3",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "SPAN elements have invalid or native-replaceable explicit role heading (count: 3)",
                "count": 3,
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "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": ""
              }
            ]
          },
          "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": 3,
                  "subtotals": [
                    2,
                    1
                  ]
                },
                "h1": {
                  "total": 1
                },
                "h3": {
                  "total": 1
                }
              },
              "items": {
                "adjacentLink": {
                  "textDecorationLine": {
                    "none": [
                      "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyD",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
                    ],
                    "underline": [
                      "here"
                    ]
                  }
                }
              }
            },
            "totals": [
              1,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 2 different styles",
                "count": 1,
                "ordinalSeverity": 0,
                "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": "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assembly",
                  "title": "Dr. Joaquin Arambula for Assembly"
                }
              ]
            },
            "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 (Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assembly): Dr. Joaquin Arambula for Assembly"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 0,
                "tagNames": {}
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          1,
          10,
          6,
          5
        ],
        "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*; #input1"
          },
          {
            "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": 1,
            "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": "hover",
            "what": "Link or button makes the hovering mouse cursor nonstandard",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign up"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyD"
          },
          {
            "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": "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 contentinfo (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "HR elements have redundant explicit role separator (count: 3)",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "A elements have redundant explicit role link (count: 2)",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "H3 elements have redundant explicit role heading (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "SPAN elements have invalid or native-replaceable explicit role heading (count: 3)",
            "count": 3,
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "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": "styleDiff",
            "what": "In-line links have 2 different styles",
            "count": 1,
            "ordinalSeverity": 0,
            "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 (Dr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for AssemblyDr. Joaquin Arambula for Assembly): Dr. Joaquin Arambula for Assembly"
          }
        ]
      },
      "endTime": 1687096821472
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687096821472,
      "url": "https://drjoaquinarambula.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Dr. Joaquin Arambula for Assembly",
          "pageurl": "https://drjoaquinarambula.com/",
          "time": 3.33,
          "creditsremaining": 1221,
          "allitemcount": 32,
          "totalelements": 180,
          "waveurl": "http://wave.webaim.org/report?url=https://drjoaquinarambula.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 1,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380 > DIV#page-65642 > DIV:first-child > DIV#3dc923af-07c0-4c0d-abdd-a67a2805ba43 > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > H1:first-child + DIV > DIV#3dc923af-07c0-4c0d-abdd-a67a2805ba43-bootstrap-container > SPAN:first-child > SPAN:first-child > DIV:first-child > DIV:first-child > P:first-child + FORM > DIV:first-child > DIV:first-child + BUTTON"
                ],
                "contrastdata": [
                  [
                    3.25,
                    "#ffffff",
                    "#799a19",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 2,
            "items": {
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380 > DIV#page-65642 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "youtube_video": {
                "id": "youtube_video",
                "description": "YouTube video",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380 > DIV#page-65642 > DIV:first-child > DIV#8c622579-8dce-4157-81a3-fdccb8cc685d > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#bs-2 > SPAN:first-child > DIV:first-child > IFRAME:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
                  },
                  {
                    "name": "1.2.2 Captions (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
                  },
                  {
                    "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          2,
          0,
          0,
          1
        ],
        "instances": [
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380 > DIV#page-65642 > DIV:first-child > DIV#3dc923af-07c0-4c0d-abdd-a67a2805ba43 > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > H1:first-child + DIV > DIV#3dc923af-07c0-4c0d-abdd-a67a2805ba43-bootstrap-container > SPAN:first-child > SPAN:first-child > DIV:first-child > DIV:first-child > P:first-child + FORM > DIV:first-child > DIV:first-child + BUTTON"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_suspicious",
            "what": "Suspicious link text",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380 > DIV#page-65642 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > SPAN:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "youtube_video",
            "what": "YouTube video",
            "ordinalSeverity": 0,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-8-b-602-e-90-adda-4701-a-8-d-7-558030616380 > DIV#page-65642 > DIV:first-child > DIV#8c622579-8dce-4157-81a3-fdccb8cc685d > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#bs-2 > SPAN:first-child > DIV:first-child > IFRAME:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687096825036
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD31-c",
      "which": "https://drjoaquinarambula.com/",
      "what": "Candidate Dr. Joaquin Arambula (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T13:59:44",
    "endTime": "2023-06-18T14:00:25",
    "elapsedSeconds": 40,
    "visitLatency": 4,
    "logCount": 27,
    "logSize": 1307,
    "errorLogCount": 5,
    "errorLogSize": 400,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        13
      ],
      [
        "testaro",
        9
      ],
      [
        "wave",
        4
      ],
      [
        "alfa",
        2
      ],
      [
        "ibm",
        1
      ],
      [
        "nuVal",
        1
      ],
      [
        "qualWeb",
        1
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ],
      [
        "tenon",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 411,
      "issue": 356,
      "tool": 47,
      "prevention": 0,
      "log": 8,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          93,
          32,
          32,
          53
        ],
        "byTool": {
          "testaro": [
            1,
            10,
            6,
            5
          ],
          "alfa": [
            3,
            0,
            0,
            13
          ],
          "axe": [
            3,
            1,
            1,
            5
          ],
          "continuum": [
            0,
            0,
            0,
            4
          ],
          "htmlcs": [
            3,
            0,
            0,
            6
          ],
          "ibm": [
            0,
            9,
            0,
            13
          ],
          "nuVal": [
            76,
            0,
            11,
            0
          ],
          "qualWeb": [
            5,
            12,
            13,
            0
          ],
          "tenon": [
            0,
            0,
            1,
            6
          ],
          "wave": [
            2,
            0,
            0,
            1
          ]
        }
      },
      "prevention": {},
      "issue": {
        "ariaBadAttribute": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "alfa": {
              "r19": {
                "quality": 1,
                "what": "ARIA state or property has an invalid value",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "aria-* states and properties have a valid value"
                  ]
                }
              }
            }
          }
        },
        "regionNoText": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "alfa": {
              "r40": {
                "quality": 1,
                "what": "Region has no accessible name",
                "complaints": {
                  "countTotal": 3,
                  "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": 3,
                  "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": 3,
                  "texts": [
                    "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'"
                  ]
                }
              }
            }
          }
        },
        "h1Missing": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "alfa": {
              "r61": {
                "quality": 1,
                "what": "First heading is not h1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Documents start with a level 1 heading"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 4,
                  "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",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.52 (foreground color: #648014, 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": 4,
                  "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 4.53:1. Recommendation:  change text colour to #486100.",
                    "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 3.26:1. Recommendation:  change background to #486100.",
                    "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."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.25 (foreground color: #ffffff, background color: #799a19, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "leadingInsufficient": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "alfa": {
              "r73": {
                "quality": 1,
                "what": "Paragraph of text has insufficient line height",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Paragraphs of text have sufficient line height"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r74": {
                "quality": 1,
                "what": "Paragraph text has an absolute font size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Paragraphs of text do not have font sizes defined in absolute units"
                  ]
                }
              }
            }
          }
        },
        "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": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 3,
                  "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": 9,
          "maxCount": 3,
          "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": 3,
                  "texts": [
                    "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "svgImageNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "continuum": {
              "123": {
                "quality": 1,
                "what": "svg element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This svg element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            }
          }
        },
        "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": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.3_2_5.H83.3": {
                "quality": 1,
                "what": "Link text may fail to indicate that the link will open in a new window",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.",
                    "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested."
                  ]
                }
              }
            },
            "tenon": {
              "155": {
                "quality": 1,
                "what": "Headings are not structured in a hierarchical manner",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These headings are not structured in a hierarchical manner."
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "regionConfusion": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_region_label_unique": {
                "quality": 1,
                "what": "Multiple elements with a region role do not have unique labels",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Multiple elements with \"region\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 32,
          "maxCount": 8,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_attribute_value_valid": {
                "quality": 1,
                "what": "Value of an attribute on the element is not valid",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The value \"NaN\" specified for attribute 'aria-level' on element <span> is not valid"
                  ]
                }
              }
            },
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Attribute context not allowed on element body at this point."
                  ]
                }
              },
              "^Bad value .* for attribute .+ on element .+$": {
                "quality": 1,
                "what": "Attribute on this element has an invalid value",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead."
                  ]
                }
              }
            }
          }
        },
        "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": 16,
          "maxCount": 16,
          "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": 8,
                  "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>",
                    "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ role is unnecessary for element .+$": {
                "quality": 1,
                "what": "explicit role is redundant for its element",
                "complaints": {
                  "countTotal": 14,
                  "texts": [
                    "The separator role is unnecessary for element hr.",
                    "The link role is unnecessary for element a with attribute href.",
                    "The heading role is unnecessary for element h3.",
                    "The heading role is unnecessary for element h1."
                  ]
                }
              },
              "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": 13,
                  "texts": [
                    "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
                    "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)",
                    "HR elements have redundant explicit role separator (count: 3)",
                    "A elements have redundant explicit role link (count: 2)",
                    "H3 elements have redundant explicit role heading (count: 1)",
                    "SPAN elements have invalid or native-replaceable explicit role heading (count: 3)",
                    "H1 elements have redundant explicit role heading (count: 1)",
                    "INPUT elements have redundant explicit role textbox (count: 1)"
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 54,
          "maxCount": 54,
          "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": 42,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              },
              "The type attribute for the style element is not needed and should be omitted.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a style element",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "The type attribute for the style element is not needed and should be omitted."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 6,
          "maxCount": 6,
          "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": 6,
                  "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.)"
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 33,
          "maxCount": 33,
          "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": 33,
                  "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": 20,
          "maxCount": 5,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 5,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "colorMissing": {
          "score": 44,
          "maxCount": 11,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T31": {
                "quality": 1,
                "what": "Foreground or background color is specified but not both",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination."
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "horizontalScrolling": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "28": {
                "quality": 1,
                "what": "Layout or sizing of the page causes horizontal scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The layout or sizing of this page causes horizontal scrolling."
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "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": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "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": 2,
          "maxCount": 0.5,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Link or button makes the hovering mouse cursor nonstandard"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "In-line links 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"
                  ]
                }
              }
            }
          }
        },
        "linkComprehensionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "link_suspicious": {
                "quality": 1,
                "what": "Suspicious link text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Suspicious link text"
                  ]
                }
              }
            }
          }
        },
        "videoCaptionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "youtube_video": {
                "quality": 1,
                "what": "YouTube video may have no or incorrect captions",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "YouTube video"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}