Accessibility digest

Synopsis
PageCandidate Jasmeet Bains (D)
URLhttps://www.drjasmeetbains.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1647
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 Jasmeet Bains (D) at https://www.drjasmeetbains.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 1647, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1647Sum of the component scores
issue1433Severity and number of reported defects
tool213Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log1Browser warnings about the page
latency0Abnormal delay in page responses

Issue scores

The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).

Issue scores
IssueScore
cssInvalid246
focusIndication128
fontSizeAbsolute122
textContrastAA108
attributeBad80
imageNoSource64
linkNoText60
focusableOperable48
parentBad40
slashParseRisk39
linkForcesNewWindow39
linkIndication36
colorMissing28
contrastAAA27
metaBad24
overflowHiddenRisk24
noHeading24
textAlternativeRisk18
hiddenContentRisk16
linkElementBad16
allCaps16
obsolete15
leadingInsufficient14
pseudoNavList14
elementClosure12
fontSmall12
hoverSurprise12
linkWindowSurpriseRisk9
boxSizeAbsolute9
targetSize9
ariaBadAttribute8
leadingAbsolute8
tabFocusability8
contrastRisk7
focusableRole6
roleBad6
sectionHeadingless6
refresh6
skipRepeatedContent6
pseudoLinkRisk6
inconsistentStyles6
linkPair6
pseudoHeadingRisk5
headingOfNothing4
headingStructure4
errorReferenceBad4
linkTextsSame4
leadingClipsText4
h1Missing3
repeatedContentRisk3
submitButton3
scrollRisk2
typeRedundant2
mainNone2
zIndexNotZero2
ariaRedundant1
autocompleteNone1
visibleBulk1

Itemized issues

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

Issue cssInvalid

WCAG: 4.1

Score: 246

Complaints by nuVal

Rule CSS: Parse Error.

Description: Invalid CSS

Count of instances: 18

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

Description: Incompatible types of CSS values

Count of instances: 4

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

Description: Invalid CSS

Count of instances: 18

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

Description: Invalid property in CSS

Count of instances: 4

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

Description: Invalid hexadecimal color in CSS

Count of instances: 2

Complaint specifics
Rule ^CSS: .+: Too many values or values are not recognized.+$

Description: Invalid CSS value or too many values

Count of instances: 30

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

Description: Invalid value in CSS

Count of instances: 4

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

Description: Unknown CSS dimension

Count of instances: 2

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 128

Complaints by alfa

Rule r65

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

Count of instances: 31

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 32

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 31

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 122

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 18

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

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

Count of instances: 61

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 108

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 27

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 9

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 2

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 22

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 80

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 8

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

Description: Attribute on this element has an invalid value

Count of instances: 12

Complaint specifics

Issue imageNoSource

WCAG: 1.3.1

Score: 64

Complaints by nuVal

Rule Element img is missing required attribute src.

Description: img element has no src attribute

Count of instances: 16

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 60

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 9

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 9

Complaint specifics

Complaints by continuum

Rule 237

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

Count of instances: 9

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.NoContent

Description: Link has an href attribute but no text

Count of instances: 3

Complaint specifics

Complaints by ibm

Rule a_text_purpose

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

Count of instances: 9

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R12

Description: Link has no accessible name

Count of instances: 9

Complaint specifics
Rule QW-WCAG-T21

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

Count of instances: 6

Complaint specifics

Complaints by tenon

Rule 57

Description: Link has no text inside it

Count of instances: 3

Complaint specifics

Complaints by wave

Rule alt_link_missing

Description: Linked image has no text alternative

Count of instances: 6

Complaint specifics
Rule link_empty

Description: Link contains no text

Count of instances: 3

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 48

Complaints by testaro

Rule focOp

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

Count of instances: 16

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 40

Complaints by nuVal

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

Description: Element has an invalid parent

Count of instances: 10

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 39

Complaints by nuVal

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

Description: Void element has a useless trailing slash.

Count of instances: 39

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 39

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 13

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 36

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 18

Complaint specifics

Issue colorMissing

WCAG: 1.4.3

Score: 28

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 7

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 27

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 27

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 2

Complaint specifics

Issue metaBad

WCAG: 1.3.1

Score: 24

Complaints by nuVal

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

Description: Attribute of a meta element has an invalid value

Count of instances: 8

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 24

Complaints by qualWeb

Rule QW-ACT-R40

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

Count of instances: 24

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 24

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 8

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 18

Complaints by continuum

Rule 234

Description: img element has a suspicious calculated accessible name

Count of instances: 8

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 18

Complaint specifics

Complaints by wave

Rule alt_suspicious

Description: Image text alternative is suspicious

Count of instances: 8

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 16

Complaints by axe

Rule hidden-content

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

Count of instances: 16

Complaint specifics

Issue linkElementBad

WCAG: 1.3.1

Score: 16

Complaints by nuVal

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

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

Count of instances: 4

Complaint specifics

Issue allCaps

WCAG: 3.1.5

Score: 16

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 16

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 15

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 5

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 14

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 7

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 14

Complaints by qualWeb

Rule QW-WCAG-T32

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

Count of instances: 7

Complaint specifics

Issue elementClosure

WCAG: 4.1.1

Score: 12

Complaints by nuVal

Rule ^Stray end tag .+$

Description: Invalid closing tag

Count of instances: 4

Complaint specifics

Issue fontSmall

WCAG: 1.4

Score: 12

Complaints by tenon

Rule 134

Description: Text is very small

Count of instances: 1

Complaint specifics

Complaints by wave

Rule text_small

Description: Text is very small

Count of instances: 4

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 12

Complaints by testaro

Rule hover

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

Count of instances: 6

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 9

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

Complaint specifics

Issue boxSizeAbsolute

WCAG: 1.4.4

Score: 9

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 3

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 9

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 3

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 8

Complaints by alfa

Rule r18

Description: ARIA state or property is not allowed for the element on which it is specified

Count of instances: 2

Complaint specifics

Issue leadingAbsolute

WCAG: 1.4.12

Score: 8

Complaints by alfa

Rule r80

Description: Paragraph text has an absolute line height

Count of instances: 4

Complaint specifics

Issue tabFocusability

WCAG: 2.1.1

Score: 8

Complaints by testaro

Rule focAll

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

Count of instances: 4

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 7

Complaints by htmlcs

Rule AAA.1_4_3_F24.F24.FGColour

Description: Inline foreground color may lack a complementary background color

Count of instances: 2

Complaint specifics
Rule AAA.1_4_6.G17.Abs

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

Count of instances: 5

Complaint specifics

Issue focusableRole

WCAG: 4.1.2

Score: 6

Complaints by axe

Rule focus-order-semantics

Description: Focusable element has no active role

Count of instances: 2

Complaint specifics

Issue roleBad

WCAG: 4.1.2

Score: 6

Complaints by ibm

Rule element_tabbable_role_valid

Description: Tabbable element has a non-widget role

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 refresh

WCAG: 2.2.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R4

Description: meta element refreshes or redirects with delay

Count of instances: 1

Complaint specifics
Rule QW-ACT-R71

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

Count of instances: 1

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue pseudoLinkRisk

WCAG: 1.3.1

Score: 6

Complaints by tenon

Rule 129

Description: CSS underline on text that is not a link

Count of instances: 2

Complaint specifics

Complaints by wave

Rule underline

Description: CSS underline on text that is not a link

Count of instances: 6

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 6

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 6

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 6

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 3

Complaint specifics

Issue pseudoHeadingRisk

WCAG: 1.3.1

Score: 5

Complaints by wave

Rule heading_possible

Description: Possible heading

Count of instances: 5

Complaint specifics

Issue headingOfNothing

WCAG: 1.3.1

Score: 4

Complaints by alfa

Rule r78

Description: No content between two headings of the same level

Count of instances: 2

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 linkTextsSame

WCAG: 2.4.4

Score: 4

Complaints by tenon

Rule 98

Description: Links have the same text but different destinations

Count of instances: 2

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 h1Missing

WCAG: 1.3.1

Score: 3

Complaints by alfa

Rule r61

Description: First heading is not h1

Count of instances: 1

Complaint specifics

Complaints by wave

Rule h1_missing

Description: Missing first level heading

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 submitButton

WCAG: 2.5.6

Score: 3

Complaints by qualWeb

Rule QW-WCAG-T19

Description: Submit button not provided

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 2

Complaints by htmlcs

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

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 2

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 2

Complaint specifics

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

WCAG: 1.4

Score: 2

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 2

Complaint specifics

Issue ariaRedundant

WCAG: 4.1.2

Score: 1

Complaints by ibm

Rule aria_attribute_redundant

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

Count of instances: 1

Complaint specifics

Issue autocompleteNone

WCAG: 1.3.5

Score: 1

Complaints by testaro

Rule autocomplete

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

Count of instances: 1

Complaint specifics

Issue visibleBulk

WCAG: 2.4

Score: 1

Complaints by testaro

Rule bulk

Description: Page contains many visible elements

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD35-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687108350131,
      "endTime": 1687108350719
    },
    {
      "type": "url",
      "which": "https://www.drjasmeetbains.com/",
      "what": "Candidate Jasmeet Bains (D)",
      "startTime": 1687108350720,
      "result": {
        "url": "https://www.drjasmeetbains.com/"
      },
      "endTime": 1687108351627
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687108351627,
      "url": "https://www.drjasmeetbains.com/",
      "endTime": 1687108353605
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687108353605,
      "url": "https://www.drjasmeetbains.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                712051,
                712051,
                712051,
                712051,
                712051
              ],
              "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": 1687108366961
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108366962,
      "endTime": 1687108367580
    },
    {
      "type": "url",
      "which": "https://www.drjasmeetbains.com/",
      "what": "Candidate Jasmeet Bains (D)",
      "startTime": 1687108367580,
      "result": {
        "url": "https://www.drjasmeetbains.com/"
      },
      "endTime": 1687108368232
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687108368232,
      "url": "https://www.drjasmeetbains.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 48,
          "warnings": 81
        },
        "items": [
          {
            "index": 11,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">",
                "  <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\">",
                "    <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">",
                "      <g>",
                "        <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 13,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">",
                "  <div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">",
                "    <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">",
                "      <g>",
                "        <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 15,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">",
                "  <div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">",
                "    <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">",
                "      <g>",
                "        <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 17,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jrexzk781-comp-jrexzk6a&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d...",
                "    <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 18,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jrexzk79-comp-jrexzk6a&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736...",
                "    <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 19,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jrexzk7a-comp-jrexzk6a&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7...",
                "    <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 25,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jqxjocm2-comp-jqxjncei&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d3...",
                "    <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 26,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jqxjocm3-comp-jqxjncei&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736...",
                "    <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 27,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jr60et5r-comp-jqxjncei&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7...",
                "    <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 52,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"false\""
              ]
            }
          },
          {
            "index": 54,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"false\""
              ]
            }
          },
          {
            "index": 430,
            "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": 442,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\">",
                "  <wow-image id=\"img_comp-kwcfxsyf\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;comp-kwcfxsyf&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;targetWidth&quot;:397,&quot;targetHeight&quot;:62,&quot;isLQIP&quot;:false,&quot;imageData&quot;:{&quot;width&quot;:1515,&quot;...",
                "    <img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcs...",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 443,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]",
              "codeLines": [
                "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:right\">",
                "      <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">",
                "        About",
                "      </p>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 444,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]",
              "codeLines": [
                "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:right\">",
                "      <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">",
                "        Media",
                "      </p>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 445,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:right\">",
                "      <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">",
                "        Volunteer",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 446,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:right\">",
                "      <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">",
                "        Contact",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 447,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">",
                "  <div class=\"StylableButton2545352419__container\">",
                "    <span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">",
                "      DONATE",
                "    </span>",
                "    <span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">",
                "      <div>",
                "        <svg data-bbox=\"13.05 2.55 33.878 54.8\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 60\">",
                "          <g>",
                "            <path d=\"M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path>",
                "          </g>",
                "        </svg>",
                "      </div>",
                "    </span>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 448,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">",
                "  <div class=\"StylableButton2545352419__container\">",
                "    <span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">",
                "      SUBSCRIBE",
                "    </span>",
                "    <span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">",
                "      <div>",
                "        <svg data-bbox=\"13.05 2.55 33.878 54.8\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 60\">",
                "          <g>",
                "            <path d=\"M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path>",
                "          </g>",
                "        </svg>",
                "      </div>",
                "    </span>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 449,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-kwdst1x81-comp-kwdst1wa&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d...",
                "    <img alt=\"Facebook\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 450,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-kwdst1xb-comp-kwdst1wa&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736...",
                "    <img alt=\"Twitter\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 451,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-kwdst1xb2-comp-kwdst1wa&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d...",
                "    <img alt=\"Instagram\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 452,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_3_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l12a8v4r-comp-kwdst1wa&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;10f375d9ba7f49d99fb9036...",
                "    <img alt=\"Flickr\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/10f375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 453,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">",
                "  <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\">",
                "    <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">",
                "      <g>",
                "        <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 454,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\">",
                "  <wow-image id=\"img_comp-kwdr84lc\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;comp-kwdr84lc&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;targetWidth&quot;:60,&quot;targetHeight&quot;:77,&quot;isLQIP&quot;:false,&quot;imageData&quot;:{&quot;width&quot;:2099,&quot;h...",
                "    <img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcset=\"https://static.wixstatic.com/m...",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 455,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">",
                "  <div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">",
                "    <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">",
                "      <g>",
                "        <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 456,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\">",
                "  <wow-image id=\"img_comp-kwdrtkbr\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;comp-kwdrtkbr&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;targetWidth&quot;:69,&quot;targetHeight&quot;:67,&quot;isLQIP&quot;:false,&quot;imageData&quot;:{&quot;width&quot;:340,&quot;he...",
                "    <img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcset=\"https://static.wixstatic.com/med...",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 457,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">",
                "  <div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">",
                "    <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">",
                "      <g>",
                "        <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 458,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">",
                "  <wow-image id=\"img_comp-kwdrfu2c\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;comp-kwdrfu2c&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;targetWidth&quot;:55,&quot;targetHeight&quot;:90,&quot;isLQIP&quot;:false,&quot;imageData&quot;:{&quot;width&quot;:195,&quot;he...",
                "    <img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e...",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 459,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jrexzk781-comp-jrexzk6a&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d...",
                "    <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 460,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jrexzk79-comp-jrexzk6a&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736...",
                "    <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 461,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jrexzk7a-comp-jrexzk6a&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7...",
                "    <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 462,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]",
              "codeLines": [
                "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">"
              ]
            }
          },
          {
            "index": 463,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/button[1]",
              "codeLines": [
                "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    SUBSCRIBE",
                "  </span>",
                "</button>"
              ]
            }
          },
          {
            "index": 464,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "  <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "        Home",
                "      </span>",
                "    </span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 465,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]",
              "codeLines": [
                "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "  News",
                "</a>"
              ]
            }
          },
          {
            "index": 466,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]",
              "codeLines": [
                "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "  <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "        About Jasmeet",
                "      </span>",
                "    </span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 467,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]",
              "codeLines": [
                "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "  <span class=\"color_11 wixui-rich-text__text\">",
                "    <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "        Volunteer",
                "      </span>",
                "    </span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 468,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]",
              "codeLines": [
                "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "  <span class=\"color_11 wixui-rich-text__text\">",
                "    <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "        Contact",
                "      </span>",
                "    </span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 469,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jqxjocm2-comp-jqxjncei&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d3...",
                "    <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 470,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jqxjocm3-comp-jqxjncei&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736...",
                "    <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 471,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jr60et5r-comp-jqxjncei&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7...",
                "    <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 472,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]",
              "codeLines": [
                "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "  info@drjasmeetbains.com",
                "</a>"
              ]
            }
          },
          {
            "index": 473,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "About"
              ]
            }
          },
          {
            "index": 474,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Media"
              ]
            }
          },
          {
            "index": 475,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Volunteer"
              ]
            }
          },
          {
            "index": 476,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 477,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "DONATE"
              ]
            }
          },
          {
            "index": 478,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "SUBSCRIBE"
              ]
            }
          },
          {
            "index": 479,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Dr. Jasmeet"
              ]
            }
          },
          {
            "index": 480,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "FOR ASSEMBLY"
              ]
            }
          },
          {
            "index": 481,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "BAINS"
              ]
            }
          },
          {
            "index": 482,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "There are many ways"
              ]
            }
          },
          {
            "index": 483,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "to get involved."
              ]
            }
          },
          {
            "index": 484,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Sign up for the latest news from the campaign."
              ]
            }
          },
          {
            "index": 485,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Your support means a lot!"
              ]
            }
          },
          {
            "index": 486,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Please consider donating."
              ]
            }
          },
          {
            "index": 487,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..."
              ]
            }
          },
          {
            "index": 488,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 489,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "News"
              ]
            }
          },
          {
            "index": 490,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "About Jasmeet"
              ]
            }
          },
          {
            "index": 491,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Volunteer"
              ]
            }
          },
          {
            "index": 492,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 493,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Paid for by Dr. Jasmeet Bains for Assembly 2024"
              ]
            }
          },
          {
            "index": 494,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "FPPC ID #1456690"
              ]
            }
          },
          {
            "index": 495,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "8200 Stockdale HWY"
              ]
            }
          },
          {
            "index": 496,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]",
              "codeLines": [
                "STE M-10 #252"
              ]
            }
          },
          {
            "index": 497,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]",
              "codeLines": [
                "Bakersfield, CA 93311"
              ]
            }
          },
          {
            "index": 498,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "​"
              ]
            }
          },
          {
            "index": 499,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "info@drjasmeetbains.com"
              ]
            }
          },
          {
            "index": 507,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "About"
              ]
            }
          },
          {
            "index": 508,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Media"
              ]
            }
          },
          {
            "index": 509,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Volunteer"
              ]
            }
          },
          {
            "index": 510,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 511,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "DONATE"
              ]
            }
          },
          {
            "index": 512,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "SUBSCRIBE"
              ]
            }
          },
          {
            "index": 513,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Dr. Jasmeet"
              ]
            }
          },
          {
            "index": 514,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "FOR ASSEMBLY"
              ]
            }
          },
          {
            "index": 515,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "BAINS"
              ]
            }
          },
          {
            "index": 516,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "There are many ways"
              ]
            }
          },
          {
            "index": 517,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "to get involved."
              ]
            }
          },
          {
            "index": 518,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Sign up for the latest news from the campaign."
              ]
            }
          },
          {
            "index": 519,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Your support means a lot!"
              ]
            }
          },
          {
            "index": 520,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Please consider donating."
              ]
            }
          },
          {
            "index": 521,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..."
              ]
            }
          },
          {
            "index": 522,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 523,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "News"
              ]
            }
          },
          {
            "index": 524,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "About Jasmeet"
              ]
            }
          },
          {
            "index": 525,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Volunteer"
              ]
            }
          },
          {
            "index": 526,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 527,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Paid for by Dr. Jasmeet Bains for Assembly 2024"
              ]
            }
          },
          {
            "index": 528,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "FPPC ID #1456690"
              ]
            }
          },
          {
            "index": 529,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "8200 Stockdale HWY"
              ]
            }
          },
          {
            "index": 530,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]",
              "codeLines": [
                "STE M-10 #252"
              ]
            }
          },
          {
            "index": 531,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]",
              "codeLines": [
                "Bakersfield, CA 93311"
              ]
            }
          },
          {
            "index": 532,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "​"
              ]
            }
          },
          {
            "index": 533,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "info@drjasmeetbains.com"
              ]
            }
          },
          {
            "index": 584,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        There are many ways",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 585,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        to get involved.",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 586,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">",
                "  <span class=\"color_11 wixui-rich-text__text\">",
                "    <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">",
                "      Sign up for the latest news from the campaign.",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 587,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Your support means a lot!",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 588,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Please consider donating.",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 595,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]",
              "codeLines": [
                "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">",
                "  <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      Paid for by Dr. Jasmeet Bains for Assembly 2024",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 596,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]",
              "codeLines": [
                "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">",
                "  <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      FPPC ID #1456690",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 602,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        There are many ways",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 603,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        to get involved.",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 604,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">",
                "  <span class=\"color_11 wixui-rich-text__text\">",
                "    <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">",
                "      Sign up for the latest news from the campaign.",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 605,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Your support means a lot!",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 606,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">",
                "  <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Please consider donating.",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 607,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\">",
                "  <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-family:roboto-thin,roboto,sans-serif;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\">",
                "          <span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">",
                "            Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for St...",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 608,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">",
                "  <a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "    <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "      <span class=\"color_11 wixui-rich-text__text\">",
                "        <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "          Home",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 609,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">",
                "  <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "        <a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "          News",
                "        </a>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 610,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">",
                "  <a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "    <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "      <span class=\"color_11 wixui-rich-text__text\">",
                "        <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "          About Jasmeet",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 611,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">",
                "  <a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "          Volunteer",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 612,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">",
                "  <a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">",
                "          Contact",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 613,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]",
              "codeLines": [
                "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">",
                "  <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      Paid for by Dr. Jasmeet Bains for Assembly 2024",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 614,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]",
              "codeLines": [
                "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">",
                "  <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      FPPC ID #1456690",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 615,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">",
                "  <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "    8200 Stockdale HWY",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 616,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">",
                "  <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "    STE M-10 #252",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 617,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">",
                "  <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "    Bakersfield, CA 93311",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 618,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">",
                "  <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"wixGuard wixui-rich-text__text\">",
                "      ​",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 619,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">",
                "  <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">",
                "      <a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">",
                "        info@drjasmeetbains.com",
                "      </a>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 655,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">",
                "  <span style=\"font-size:83px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:futura-lt-w01-book,futura-lt-w05-book,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"font-weight:normal;\" class=\"wixui-rich-text__text\">",
                "          <span class=\"color_11 wixui-rich-text__text\">",
                "            Dr. Jasmeet",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</h2>"
              ]
            }
          },
          {
            "index": 656,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]",
              "codeLines": [
                "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">",
                "  <span style=\"font-size:41px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"letter-spacing:0.35em;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-weight:normal;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "          <span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">",
                "            FOR ASSEMBLY",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</h2>"
              ]
            }
          },
          {
            "index": 665,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">",
                "  About",
                "</p>"
              ]
            }
          },
          {
            "index": 666,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">",
                "  Media",
                "</p>"
              ]
            }
          },
          {
            "index": 667,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">",
                "  Volunteer",
                "</p>"
              ]
            }
          },
          {
            "index": 668,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">",
                "  Contact",
                "</p>"
              ]
            }
          },
          {
            "index": 725,
            "verdict": "failed",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          81,
          0,
          0,
          48
        ],
        "instances": [
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"> <svg preserveA ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwd ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr9 ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-in ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d... <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-imag ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-im ... eData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-in ... geData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d3... <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-inf ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-i ... eData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/@aria-haspopup"
            },
            "excerpt": "aria-haspopup=\"false\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/@aria-haspopup"
            },
            "excerpt": "aria-haspopup=\"false\""
          },
          {
            "ruleID": "r61",
            "what": "Documents start with a level 1 heading",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwcfxsyf\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quo ... q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcs... </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\"> About </p> </div> </div> </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\"> Media </p> </div> </div> </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\"> Volunteer </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\"> Contact </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__ ... .9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path> </g> </svg> </div> </span> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton ... .9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path> </g> </svg> </div> </span> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-in ... d2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-imag ... b6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-im ... f6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" dat ... 375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"> <svg preserveA ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwdr84lc\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId& ... _85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcset=\"https://static.wixstatic.com/m... </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwd ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwdrtkbr\"  ... _85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcset=\"https://static.wixstatic.com/med... </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr9 ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwdrfu2c\" cl ... _85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e... </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-in ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d... <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-imag ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-im ... eData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "input_comp-jzb7i8y7",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/button[1]"
            },
            "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"> <span class=\"M3I7Z2 wixui-button__label\"> SUBSCRIBE </span> </button>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> Home </span> </span> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\"> News </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> About Jasmeet </span> </span> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Volunteer </span> </span> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Contact </span> </span> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-in ... geData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;23fd2a2be53141ed810f4d3... <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-inf ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-i ... eData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> info@drjasmeetbains.com </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "About"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Volunteer"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "DONATE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "SUBSCRIBE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Dr. Jasmeet"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "FOR ASSEMBLY"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "BAINS"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "There are many ways"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "to get involved."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Sign up for the latest news from the campaign."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Your support means a lot!"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Please consider donating."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]"
            },
            "excerpt": "News"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "About Jasmeet"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Volunteer"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Paid for by Dr. Jasmeet Bains for Assembly 2024"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "FPPC ID #1456690"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "8200 Stockdale HWY"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]"
            },
            "excerpt": "STE M-10 #252"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]"
            },
            "excerpt": "Bakersfield, CA 93311"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "​"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]"
            },
            "excerpt": "info@drjasmeetbains.com"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "About"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Volunteer"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "DONATE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "SUBSCRIBE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Dr. Jasmeet"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "FOR ASSEMBLY"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "BAINS"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "There are many ways"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "to get involved."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Sign up for the latest news from the campaign."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Your support means a lot!"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Please consider donating."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]"
            },
            "excerpt": "News"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "About Jasmeet"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Volunteer"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Paid for by Dr. Jasmeet Bains for Assembly 2024"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "FPPC ID #1456690"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "8200 Stockdale HWY"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]"
            },
            "excerpt": "STE M-10 #252"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]"
            },
            "excerpt": "Bakersfield, CA 93311"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "​"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]"
            },
            "excerpt": "info@drjasmeetbains.com"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> There are many ways </span> </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> to get involved. </span> </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\"> Sign up for the latest news from the campaign. </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Your support means a lot! </span> </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Please consider donating. </span> </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Paid for by Dr. Jasmeet Bains for Assembly 2024 </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]"
            },
            "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FPPC ID #1456690 </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> There are many ways </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> to get involved. </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\"> Sign up for the latest news from the campaign. </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Your support means a lot! </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Please consider donating. </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\"> <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:roboto-thin,roboto,sans-serif ... g to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for St... </span> </span> </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> <span styl ... ing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> Home </span> </span> </span> </a> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-r ... pan style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\"> News </a> </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text ... m;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> About Jasmeet </span> </span> </span> </a> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">  ... ich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Volunteer </span> </span> </span> </a> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\"> <s ... -rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Contact </span> </span> </span> </a> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Paid for by Dr. Jasmeet Bains for Assembly 2024 </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]"
            },
            "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FPPC ID #1456690 </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> 8200 Stockdale HWY </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> STE M-10 #252 </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> Bakersfield, CA 93311 </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> info@drjasmeetbains.com </a> </span> </span> </p>"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\"> <span style=\"font-size:83px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.05em; ...  class=\"wixui-rich-text__text\"> <span style=\"font-weight:normal;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Dr. Jasmeet </span> </span> </span> </span> </span> </h2>"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]"
            },
            "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\"> <span style=\"font-size:41px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.35em;\" class=\"wixui-rich ...  <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"> FOR ASSEMBLY </span> </span> </span> </span> </span> </h2>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-jqxh4scl0label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\"> About </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-jqxh4scl1label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\"> Media </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-jqxh4scl2label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\"> Volunteer </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-jqxh4scl3label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\"> Contact </p>"
          },
          {
            "ruleID": "r87",
            "what": "First focusable element is link to main content",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          }
        ]
      },
      "endTime": 1687108374100
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687108374100,
      "url": "https://www.drjasmeetbains.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 49,
          "rulesPassed": 48,
          "rulesWarned": 2,
          "rulesViolated": 3,
          "warnings": {
            "minor": 16,
            "moderate": 0,
            "serious": 3,
            "critical": 0
          },
          "violations": {
            "minor": 2,
            "moderate": 0,
            "serious": 15,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T17:12:54.767Z",
          "url": "https://www.drjasmeetbains.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": "62.3pt (83px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</span>",
                  "target": [
                    "span > span > span > span > .color_11"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "30.8pt (41px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>",
                  "target": [
                    "#comp-kwdoy499 > .font_2 > span > span > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "120.0pt (160px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"color_11 wixui-rich-text__text\">BAINS</span>",
                  "target": [
                    "#comp-kwdsisnw > .font_2 > span > span > span > .color_11"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"mHZSwn\">top of page</span>",
                  "target": [
                    "#SCROLL_TO_TOP > .mHZSwn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul aria-hidden=\"true\" style=\"display:none\">",
                  "target": [
                    "#comp-jqxh4scl0 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a></li></ul>",
                  "target": [
                    "#comp-jqxh4scl1 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"comp-jqxh4scl__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false  header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">",
                  "target": [
                    "#comp-jqxh4scl__more__"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div style=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>",
                  "target": [
                    "#comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">",
                  "target": [
                    ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">",
                  "target": [
                    ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                  "target": [
                    "#img_0_comp-jrexzk6a > img[alt=\"Facebook\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                  "target": [
                    "#img_1_comp-jrexzk6a > img[alt=\"Twitter\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                  "target": [
                    "#img_2_comp-jrexzk6a > img[alt=\"Instagram\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"mHZSwn\">Subscribe</span>",
                  "target": [
                    "#comp-jzb2fphd > .mHZSwn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"comp-jzb7i9v5\" class=\"BaOVQ8 tz5f0K comp-jzb7i9v5 wixui-rich-text\" data-testid=\"richTextElement\"><p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"><span class=\"color_11 wixui-rich-text__text\">Thanks for submitting!</span></p></div>",
                  "target": [
                    "#comp-jzb7i9v5"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                  "target": [
                    "#img_0_comp-jqxjncei > img[alt=\"Facebook\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                  "target": [
                    "#img_1_comp-jqxjncei > img[alt=\"Twitter\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                  "target": [
                    "#img_2_comp-jqxjncei > img[alt=\"Instagram\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"mHZSwn\">bottom of page</span>",
                  "target": [
                    "#SCROLL_TO_BOTTOM > .mHZSwn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "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": "#f7941d",
                        "contrastRatio": 2.28,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">",
                          "target": [
                            ".style-kwdui1k6__root"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>",
                  "target": [
                    ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#00a5e5",
                        "contrastRatio": 2.79,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">",
                          "target": [
                            ".style-kwduigfe__root"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>",
                  "target": [
                    ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#f7941d",
                        "contrastRatio": 2.28,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kwcg5y69 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>",
                  "target": [
                    ".font_8:nth-child(1) > span > .color_11 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#f7941d",
                        "contrastRatio": 2.28,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kwcg5y69 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>",
                  "target": [
                    "#comp-kwcg5y6m > .font_8:nth-child(2) > span > .color_11 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#00a5e5",
                        "contrastRatio": 2.79,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kwcg5y7i > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>",
                  "target": [
                    "#comp-kwcg5y7l1 > .font_8:nth-child(1) > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#00a5e5",
                        "contrastRatio": 2.79,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kwcg5y7i > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>",
                  "target": [
                    "#comp-kwcg5y7l1 > .font_8:nth-child(2) > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "focus-order-semantics",
              "impact": "minor",
              "tags": [
                "cat.keyboard",
                "best-practice",
                "experimental"
              ],
              "description": "Ensures elements in the focus order have a role appropriate for interactive content",
              "help": "Elements in the focus order should have an appropriate role",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/focus-order-semantics?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-widget-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have a widget role."
                    },
                    {
                      "id": "valid-scrollable-semantics",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element has invalid semantics for an element in the focus order."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">About</p></div></div></div>",
                  "target": [
                    "#comp-jqxh4scl0 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have a widget role.\n  Element has invalid semantics for an element in the focus order."
                },
                {
                  "any": [
                    {
                      "id": "has-widget-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have a widget role."
                    },
                    {
                      "id": "valid-scrollable-semantics",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element has invalid semantics for an element in the focus order."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">Media</p></div></div></div>",
                  "target": [
                    "#comp-jqxh4scl1 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have a widget role.\n  Element has invalid semantics for an element in the focus order."
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT6.a"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">",
                  "target": [
                    "#comp-kwdr6fz2 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">",
                  "target": [
                    ".u9k3ts[data-anchor-comp-id=\"comp-jzb2fphd\"][data-anchor=\"dataItem-jzb2fphz\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">",
                  "target": [
                    ".u9k3ts[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-jrexzk781-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-jrexzk79-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-jrexzk7a-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-jqxjocm2-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-jqxjocm3-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-jr60et5r-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          16,
          3,
          2,
          15
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span > span > span > span > .color_11"
            },
            "excerpt": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kwdoy499 > .font_2 > span > span > span > span > span"
            },
            "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kwdsisnw > .font_2 > span > span > span > .color_11"
            },
            "excerpt": "<span class=\"color_11 wixui-rich-text__text\">BAINS</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#SCROLL_TO_TOP > .mHZSwn"
            },
            "excerpt": "<span class=\"mHZSwn\">top of page</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jqxh4scl0 > ul"
            },
            "excerpt": "<ul aria-hidden=\"true\" 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": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jqxh4scl1 > ul"
            },
            "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a></li></ul>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "comp-jqxh4scl__more__",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jqxh4scl__more__"
            },
            "excerpt": "<li id=\"comp-jqxh4scl__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication"
            },
            "excerpt": "<div style=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]"
            },
            "excerpt": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">"
          },
          {
            "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": ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]"
            },
            "excerpt": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#img_0_comp-jrexzk6a > img[alt=\"Facebook\"]"
            },
            "excerpt": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#img_1_comp-jrexzk6a > img[alt=\"Twitter\"]"
            },
            "excerpt": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#img_2_comp-jrexzk6a > img[alt=\"Instagram\"]"
            },
            "excerpt": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jzb2fphd > .mHZSwn"
            },
            "excerpt": "<span class=\"mHZSwn\">Subscribe</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "comp-jzb7i9v5",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jzb7i9v5"
            },
            "excerpt": "<div id=\"comp-jzb7i9v5\" class=\"BaOVQ8 tz5f0K comp-jzb7i9v5 wixui-rich-text\" data-testid=\"richTextElement\"><p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"><span class=\"color_11 wixui-rich-text__text\">Thanks for submitting!</span></p></div>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#img_0_comp-jqxjncei > img[alt=\"Facebook\"]"
            },
            "excerpt": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#img_1_comp-jqxjncei > img[alt=\"Twitter\"]"
            },
            "excerpt": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#img_2_comp-jqxjncei > img[alt=\"Instagram\"]"
            },
            "excerpt": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#SCROLL_TO_BOTTOM > .mHZSwn"
            },
            "excerpt": "<span class=\"mHZSwn\">bottom of page</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".font_8:nth-child(1) > span > .color_11 > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kwcg5y6m > .font_8:nth-child(2) > span > .color_11 > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kwcg5y7l1 > .font_8:nth-child(1) > span > span > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kwcg5y7l1 > .font_8:nth-child(2) > span > span > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>"
          },
          {
            "ruleID": "focus-order-semantics",
            "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jqxh4scl0 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">About</p></div></div></div>"
          },
          {
            "ruleID": "focus-order-semantics",
            "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-jqxh4scl1 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">Media</p></div></div></div>"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kwdr6fz2 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".u9k3ts[data-anchor-comp-id=\"comp-jzb2fphd\"][data-anchor=\"dataItem-jzb2fphz\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".u9k3ts[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-jrexzk781-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-jrexzk79-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-jrexzk7a-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-jqxjocm2-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-jqxjocm3-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-jr60et5r-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          }
        ]
      },
      "endTime": 1687108374806
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108374806,
      "endTime": 1687108375365
    },
    {
      "type": "url",
      "which": "https://www.drjasmeetbains.com/",
      "what": "Candidate Jasmeet Bains (D)",
      "startTime": 1687108375366,
      "result": {
        "url": "https://www.drjasmeetbains.com/"
      },
      "endTime": 1687108375867
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687108375867,
      "url": "https://www.drjasmeetbains.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo blue horz.png",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20L ... .png\" src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\"][alt=\"Bains for Assembly Logo Blue Horz.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 1x, https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\"][fetchpriority=\"high\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: jasmeet_bains_header_retouched.jpg",
          "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 750px; object-fit: cover; object-position: 50% 50%;\" alt=\"Jasmeet_Bains_header_retouched.jpg\" src=\"https://static.wixstatic.com/media/e3a503_10a ... pg\" src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1280,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1280,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\"][alt=\"Jasmeet_Bains_header_retouched.jpg\"][fetchpriority=\"high\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: volunteer hand white.png",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.pn ... volunteer hand white.png\" src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\"][alt=\"volunteer hand white.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\"][fetchpriority=\"high\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: stay in touch icon.png",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.pn ... =\"stay in touch icon.png\" src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\"][alt=\"stay in touch icon.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\"][fetchpriority=\"high\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: donate icon white.png",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1 ...  alt=\"donate icon white.png\" src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\"][alt=\"donate icon white.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\"][fetchpriority=\"high\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: bains icon.png",
          "element": "<img style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fi ... 0% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\"][alt=\"Bains ICON.png\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: shutterstock_2024020883.jpg",
          "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" alt=\"shutterstock_2024020883.jpg\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240f ... g\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1280,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1280,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\"][alt=\"shutterstock_2024020883.jpg\"][fetchpriority=\"high\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo rev.png",
          "element": "<img style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains for Assembly Logo REV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be43029 ... EV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\"][alt=\"Bains for Assembly Logo REV.png\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr6fz2\" data-testid=\"svgRoot-comp-kwdr6fz2\"><svg aria-hidden ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.drjasmeetbains.com/volunteer\"][target=\"_self\"][class=\"u9k3ts\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][data-anchor=\"dataItem-jzb2fphz\"][data-anchor-comp-id=\"comp-jzb2fphd\"][href=\"https://www.drjasmeetbains.com\"][target=\"_self\"][class=\"u9k3ts\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr9w ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"u9k3ts\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Facebook\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"http://Facebook.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Twitter\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.twitter.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5 ... name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Instagram\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.instagram.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Facebook\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"http://Facebook.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736 ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Twitter\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"http://Twitter.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391 ... name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Instagram\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"http://Instagram.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          17
        ],
        "instances": [
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo blue horz.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20L ... .png\" src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: jasmeet_bains_header_retouched.jpg",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 750px; object-fit: cover; object-position: 50% 50%;\" alt=\"Jasmeet_Bains_header_retouched.jpg\" src=\"https://static.wixstatic.com/media/e3a503_10a ... pg\" src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1280,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: volunteer hand white.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.pn ... volunteer hand white.png\" src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: stay in touch icon.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.pn ... =\"stay in touch icon.png\" src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: donate icon white.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1 ...  alt=\"donate icon white.png\" src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: bains icon.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fi ... 0% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: shutterstock_2024020883.jpg",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" alt=\"shutterstock_2024020883.jpg\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240f ... g\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1280,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo rev.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains for Assembly Logo REV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be43029 ... EV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\">"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr6fz2\" data-testid=\"svgRoot-comp-kwdr6fz2\"><svg aria-hidden ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr9w ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Facebook\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Twitter\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5 ... name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Instagram\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Facebook\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736 ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Twitter\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391 ... name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Instagram\"></div></a>"
          }
        ]
      },
      "endTime": 1687108376149
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108376149,
      "endTime": 1687108376634
    },
    {
      "type": "url",
      "which": "https://www.drjasmeetbains.com/",
      "what": "Candidate Jasmeet Bains (D)",
      "startTime": 1687108376634,
      "result": {
        "url": "https://www.drjasmeetbains.com/"
      },
      "endTime": 1687108377175
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687108377175,
      "url": "https://www.drjasmeetbains.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</h2>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.28:1. Recommendation:  change background to #874900.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>"
              }
            ],
            "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 2.79:1. Recommendation:  change background to #005f84.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.NoContent": {
            "Anchor element found with a valid href attribute, but no link content has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "#SITE_HEADER",
                "code": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>"
              },
              {
                "tagName": "wix-bg-media",
                "id": "#bgMedia_comp-kwcg7b27",
                "code": "<wix-bg-media id=\"bgMedia_comp-kwcg7b27\" class=\"SUz0WK\" data-container-id=\"comp-kwcg7b27\" data-container-size=\"0, 0\" data-page-id=\"c1dmp\" data-bg-effect-name=\"BgParallax\" style=\"width: 1280px; height: 1034px; left: 0px; top: 0px;\">...</wix-bg-media>"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>"
              }
            ]
          },
          "AAA.1_4_6.G17.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [
              {
                "tagName": "p",
                "id": "#comp-jqxh4scl0label",
                "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-jqxh4scl1label",
                "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-jqxh4scl2label",
                "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-jqxh4scl3label",
                "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>"
              }
            ]
          },
          "AAA.3_2_5.H83.3": {
            "Check that this link's link text contains information indicating that the link will open in a new window.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          18,
          0,
          0,
          7
        ],
        "instances": [
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "SITE_HEADER",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "WIX-BG-MEDIA",
            "id": "bgMedia_comp-kwcg7b27",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<wix-bg-media id=\"bgMedia_comp-kwcg7b27\" class=\"SUz0WK\" data-container-id=\"comp-kwcg7b27\" data-container-size=\"0, 0\" data-page-id=\"c1dmp\" data-bg-effect-name=\"BgParallax\" style=\"width: 1280px; height: 1034px; left: 0px; top: 0px;\">...</wix-bg-media>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-jqxh4scl0label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-jqxh4scl1label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-jqxh4scl2label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-jqxh4scl3label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</h2>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</h2>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.28:1. Recommendation:  change background to #874900.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>"
          },
          {
            "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 2.79:1. Recommendation:  change background to #005f84.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">...</a>"
          }
        ]
      },
      "endTime": 1687108377334
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108377334,
      "endTime": 1687108377841
    },
    {
      "type": "url",
      "which": "https://www.drjasmeetbains.com/",
      "what": "Candidate Jasmeet Bains (D)",
      "startTime": 1687108377841,
      "result": {
        "url": "https://www.drjasmeetbains.com/"
      },
      "endTime": 1687108378398
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687108378398,
      "url": "https://www.drjasmeetbains.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 11,
          "recommendation": 6,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "element_tabbable_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[2]/generic[1]"
            },
            "message": "The tabbable element's role 'generic' is not a widget role",
            "bounds": {
              "left": 684,
              "top": 62,
              "height": 35,
              "width": 72
            },
            "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "element_tabbable_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[1]/generic[1]"
            },
            "message": "The tabbable element's role 'generic' is not a widget role",
            "bounds": {
              "left": 614,
              "top": 62,
              "height": 35,
              "width": 70
            },
            "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/main[1]/list[2]/listitem[3]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 511,
              "top": 2932,
              "height": 28,
              "width": 28
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/main[1]/list[2]/listitem[2]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 477,
              "top": 2932,
              "height": 28,
              "width": 28
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/main[1]/list[2]/listitem[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 443,
              "top": 2932,
              "height": 28,
              "width": 28
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/link[5]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 764,
              "top": 1013,
              "height": 105,
              "width": 105
            },
            "snippet": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/link[3]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 435,
              "top": 1013,
              "height": 105,
              "width": 105
            },
            "snippet": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 112,
              "top": 1013,
              "height": 105,
              "width": 104
            },
            "snippet": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[3]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 506,
              "top": 3625,
              "height": 22,
              "width": 22
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[2]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 479,
              "top": 3625,
              "height": 22,
              "width": 22
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 452,
              "top": 3625,
              "height": 22,
              "width": 22
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[9]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\" http-equiv=\"X-Wix-Application-Instance-Id\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[8]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\" http-equiv=\"X-Wix-Meta-Site-Id\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[3]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[11]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"bug\" http-equiv=\"etag\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[10]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"170\" http-equiv=\"X-Wix-Published-Version\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_attribute_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]",
              "aria": "/document[1]/contentinfo[1]/form[1]/textbox[1]"
            },
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "bounds": {
              "left": 244,
              "top": 3209,
              "height": 70,
              "width": 484
            },
            "snippet": "<input aria-label=\"Enter your email here*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Enter your email here*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jzb7i8y7\" name=\"email\" type=\"email\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          6,
          0,
          11
        ],
        "instances": [
          {
            "ruleID": "element_tabbable_role_valid",
            "what": "The tabbable element's role 'generic' is not a widget role",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]"
            },
            "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "element_tabbable_role_valid",
            "what": "The tabbable element's role 'generic' is not a widget role",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]"
            },
            "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[9]"
            },
            "excerpt": "<meta content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\" http-equiv=\"X-Wix-Application-Instance-Id\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[8]"
            },
            "excerpt": "<meta content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\" http-equiv=\"X-Wix-Meta-Site-Id\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[3]"
            },
            "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[11]"
            },
            "excerpt": "<meta content=\"bug\" http-equiv=\"etag\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[10]"
            },
            "excerpt": "<meta content=\"170\" http-equiv=\"X-Wix-Published-Version\">"
          },
          {
            "ruleID": "aria_attribute_redundant",
            "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-jzb7i8y7",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input aria-label=\"Enter your email here*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Enter your email here*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jzb7i8y7\" name=\"email\" type=\"email\">"
          }
        ]
      },
      "endTime": 1687108393648
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108393648,
      "endTime": 1687108394221
    },
    {
      "type": "url",
      "which": "https://www.drjasmeetbains.com/",
      "what": "Candidate Jasmeet Bains (D)",
      "startTime": 1687108394221,
      "result": {
        "url": "https://www.drjasmeetbains.com/"
      },
      "endTime": 1687108394775
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687108394775,
      "url": "https://www.drjasmeetbains.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 185,
              "lastColumn": 2945,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2937
            },
            {
              "type": "error",
              "lastLine": 185,
              "lastColumn": 2945,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2937
            },
            {
              "type": "error",
              "lastLine": 190,
              "lastColumn": 2940,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2932
            },
            {
              "type": "error",
              "lastLine": 190,
              "lastColumn": 2940,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2932
            },
            {
              "type": "error",
              "lastLine": 195,
              "lastColumn": 3191,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;deviceType=Desktop&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;disableStaticPagesUrlHierarchy=false&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&amp;fileId=3b0fc6f0.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isMultilingualEnabled=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;languageResolutionMethod=QueryParam&amp;metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&amp;module=thunderbolt-features&amp;originalLanguage=en&amp;pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 3183
            },
            {
              "type": "error",
              "lastLine": 200,
              "lastColumn": 3186,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;deviceType=Desktop&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;disableStaticPagesUrlHierarchy=false&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&amp;fileId=3b0fc6f0.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isMultilingualEnabled=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;languageResolutionMethod=QueryParam&amp;metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&amp;module=thunderbolt-features&amp;originalLanguage=en&amp;pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 3178
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 2483,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 2657,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 2830,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3000,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3163,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3296,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3428,
              "message": "CSS: Parse Error.",
              "extract": "nsition-group(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3453,
              "message": "CSS: Parse Error.",
              "extract": "ransition-new(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3478,
              "message": "CSS: Parse Error.",
              "extract": "ransition-old(*){animation:non",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 218,
              "lastColumn": 67,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "-->\n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "error",
              "lastLine": 220,
              "lastColumn": 65,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "   \n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "error",
              "lastLine": 233,
              "lastColumn": 85,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
              "extract": "\n  \n    \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 234,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
              "extract": "c841105\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\">\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 236,
              "lastColumn": 61,
              "firstColumn": 5,
              "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
              "extract": "ca\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "error",
              "lastLine": 240,
              "lastColumn": 42,
              "firstColumn": 5,
              "message": "Bad value etag for attribute http-equiv on element meta.",
              "extract": "\">\n\n\n\n    <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--",
              "hiliteStart": 10,
              "hiliteLength": 38
            },
            {
              "type": "error",
              "lastLine": 244,
              "lastColumn": 3854,
              "message": "CSS: --divider-pin-height__: The types are incompatible.",
              "extract": "-factor__) + 1));--divider-pin",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 244,
              "lastColumn": 3998,
              "message": "CSS: --divider-pin-border__: The types are incompatible.",
              "extract": "or__) / -1 + 1));height:calc(v",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 244,
              "lastColumn": 4720,
              "message": "CSS: opacity: Parse Error.",
              "extract": "layer-i__) + 1))}.UORcXs{--div",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 246,
              "lastColumn": 5580,
              "firstColumn": 5571,
              "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
              "extract": "tion-name:page-group}.fcNE",
              "hiliteStart": 10,
              "hiliteLength": 10
            },
            {
              "type": "error",
              "lastLine": 246,
              "lastColumn": 6335,
              "firstColumn": 6318,
              "message": "CSS: vector-effect: Property vector-effect doesn't exist.",
              "extract": "or-effect:non-scaling-stroke}.R8rh",
              "hiliteStart": 10,
              "hiliteLength": 18
            },
            {
              "type": "error",
              "lastLine": 248,
              "lastColumn": 6146,
              "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
              "extract": "tColor,#ff4040));display:flex;",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 251,
              "lastColumn": 562,
              "message": "CSS: left: Parse Error.",
              "extract": "th,var(--brw,0));position:abso",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 251,
              "lastColumn": 625,
              "message": "CSS: top: Parse Error.",
              "extract": "th,var(--brw,0));width:100%}</",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 274,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "class=\"\">\n<script type=\"text/javascript\">\n    v",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 293,
              "lastColumn": 70,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "error",
              "lastLine": 295,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 53,
              "firstColumn": 27,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "ages-css\"><style id=\"css_masterPage\">#maste",
              "hiliteStart": 10,
              "hiliteLength": 27
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 984,
              "firstColumn": 976,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#SIT",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 1787,
              "firstColumn": 1779,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 1868,
              "firstColumn": 1860,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 1913,
              "firstColumn": 1905,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 2058,
              "firstColumn": 2050,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 2243,
              "firstColumn": 2235,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 4208,
              "firstColumn": 4200,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 4253,
              "firstColumn": 4245,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 4338,
              "firstColumn": 4330,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 4621,
              "firstColumn": 4613,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5064,
              "firstColumn": 5056,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#SIT",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5768,
              "firstColumn": 5760,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#SIT",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5846,
              "firstColumn": 5838,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#CON",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5890,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "{--alpha - brd:1;--alpha - brd",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5907,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "--alpha - brdh:1;--alpha - txt",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5923,
              "message": "CSS: --alpha: Parse Error.",
              "extract": ";--alpha - txt:1;--alpha - txt",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5940,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "--alpha - txth:1;--alpha -bgh:",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 5955,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "1;--alpha -bgh:1;--alpha-bg:1;",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 6045,
              "firstColumn": 6042,
              "message": "CSS: --boxShadowToggleOn: Parse Error.",
              "extract": "leOn -shd:none;--brd",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 6489,
              "firstColumn": 6481,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;visib",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 6510,
              "firstColumn": 6502,
              "message": "CSS: visibility: undefined is not a visibility value.",
              "extract": "isibility:undefined;}[dat",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 6576,
              "firstColumn": 6568,
              "message": "CSS: visibility: undefined is not a visibility value.",
              "extract": "isibility:undefined;heigh",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 320,
              "lastColumn": 6593,
              "firstColumn": 6585,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "ed;height:undefined;width",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 321,
              "lastColumn": 1909,
              "firstColumn": 1904,
              "message": "CSS: --theme-spx-ratio: Unknown dimension.",
              "extract": "io:0.1cqw}.font_0{font",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 1049,
              "lastColumn": 22,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "\n</style>\n<style id=\"css_c1dmp\">#c1dmp",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 1531,
              "lastColumn": 56,
              "firstColumn": 26,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 1531,
              "lastColumn": 8470,
              "firstColumn": 8466,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "ton-icon\"><div><svg d",
              "hiliteStart": 10,
              "hiliteLength": 5
            },
            {
              "type": "error",
              "lastLine": 1536,
              "lastColumn": 604,
              "firstColumn": 600,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "ton-icon\"><div><svg d",
              "hiliteStart": 10,
              "hiliteLength": 5
            },
            {
              "type": "info",
              "lastLine": 1557,
              "lastColumn": 3906,
              "firstColumn": 3831,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 1577,
              "lastColumn": 3048,
              "firstColumn": 2975,
              "message": "Element img is missing required attribute src.",
              "extract": "01fa.png\"><img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "error",
              "lastLine": 1577,
              "lastColumn": 3986,
              "firstColumn": 3914,
              "message": "Element img is missing required attribute src.",
              "extract": "5885.png\"><img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 73
            },
            {
              "type": "error",
              "lastLine": 1577,
              "lastColumn": 4928,
              "firstColumn": 4854,
              "message": "Element img is missing required attribute src.",
              "extract": "e12a.png\"><img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 75
            },
            {
              "type": "info",
              "lastLine": 1577,
              "lastColumn": 912,
              "firstColumn": 837,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 1585,
              "lastColumn": 3083,
              "firstColumn": 3010,
              "message": "Element img is missing required attribute src.",
              "extract": "01fa.png\"><img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "error",
              "lastLine": 1585,
              "lastColumn": 4016,
              "firstColumn": 3944,
              "message": "Element img is missing required attribute src.",
              "extract": "5885.png\"><img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 73
            },
            {
              "type": "error",
              "lastLine": 1585,
              "lastColumn": 4953,
              "firstColumn": 4879,
              "message": "Element img is missing required attribute src.",
              "extract": "e12a.png\"><img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 75
            },
            {
              "type": "info",
              "lastLine": 1577,
              "lastColumn": 9015,
              "firstColumn": 8940,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 1653,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 1655,
              "lastColumn": 66,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 62
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 96,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "utf-8'>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 94
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 60,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=edge\">\n  <meta name=\"generator\" content=\"Wix.com Website Builder\"/>\n\n  <l",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 106,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "o.ico\">\n  <link rel=\"shortcut icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 104
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 109,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "icon\"/>\n  <link rel=\"apple-touch-icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/>\n  <!-",
              "hiliteStart": 10,
              "hiliteLength": 107
            },
            {
              "type": "error",
              "lastLine": 187,
              "lastColumn": 2841,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2833
            },
            {
              "type": "error",
              "lastLine": 187,
              "lastColumn": 2841,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2833
            },
            {
              "type": "error",
              "lastLine": 187,
              "lastColumn": 2848,
              "firstColumn": 2842,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 2836,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2828
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 2836,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2828
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 2843,
              "firstColumn": 2837,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 197,
              "lastColumn": 3063,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-features&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 3055
            },
            {
              "type": "error",
              "lastLine": 197,
              "lastColumn": 3070,
              "firstColumn": 3064,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 202,
              "lastColumn": 3058,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-features&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 3050
            },
            {
              "type": "error",
              "lastLine": 202,
              "lastColumn": 3065,
              "firstColumn": 3059,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 2483,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 2657,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 2830,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3000,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3163,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3296,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3428,
              "message": "CSS: Parse Error.",
              "extract": "nsition-group(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3453,
              "message": "CSS: Parse Error.",
              "extract": "ransition-new(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3478,
              "message": "CSS: Parse Error.",
              "extract": "ransition-old(*){animation:non",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 220,
              "lastColumn": 67,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "-->\n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "error",
              "lastLine": 222,
              "lastColumn": 65,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "   \n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "error",
              "lastLine": 235,
              "lastColumn": 85,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
              "extract": "\n  \n    \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 236,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
              "extract": "c841105\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\">\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 238,
              "lastColumn": 62,
              "firstColumn": 5,
              "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
              "extract": "ca\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/>\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 238,
              "lastColumn": 62,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ca\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/>\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "error",
              "lastLine": 242,
              "lastColumn": 43,
              "firstColumn": 5,
              "message": "Bad value etag for attribute http-equiv on element meta.",
              "extract": "/>\n\n\n\n    <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--",
              "hiliteStart": 10,
              "hiliteLength": 39
            },
            {
              "type": "info",
              "lastLine": 242,
              "lastColumn": 43,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/>\n\n\n\n    <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--",
              "hiliteStart": 10,
              "hiliteLength": 39
            },
            {
              "type": "error",
              "lastLine": 246,
              "lastColumn": 3854,
              "message": "CSS: --divider-pin-height__: The types are incompatible.",
              "extract": "-factor__) + 1));--divider-pin",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 246,
              "lastColumn": 3998,
              "message": "CSS: --divider-pin-border__: The types are incompatible.",
              "extract": "or__) / -1 + 1));height:calc(v",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 246,
              "lastColumn": 4720,
              "message": "CSS: opacity: Parse Error.",
              "extract": "layer-i__) + 1))}.UORcXs{--div",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 248,
              "lastColumn": 5580,
              "firstColumn": 5571,
              "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
              "extract": "tion-name:page-group}.fcNE",
              "hiliteStart": 10,
              "hiliteLength": 10
            },
            {
              "type": "error",
              "lastLine": 248,
              "lastColumn": 6335,
              "firstColumn": 6318,
              "message": "CSS: vector-effect: Property vector-effect doesn't exist.",
              "extract": "or-effect:non-scaling-stroke}.R8rh",
              "hiliteStart": 10,
              "hiliteLength": 18
            },
            {
              "type": "error",
              "lastLine": 250,
              "lastColumn": 6146,
              "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
              "extract": "tColor,#ff4040));display:flex;",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 253,
              "lastColumn": 562,
              "message": "CSS: left: Parse Error.",
              "extract": "th,var(--brw,0));position:abso",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 253,
              "lastColumn": 625,
              "message": "CSS: top: Parse Error.",
              "extract": "th,var(--brw,0));width:100%}</",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 258,
              "lastColumn": 116,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/title>\n  <meta name=\"description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 114
            },
            {
              "type": "info",
              "lastLine": 259,
              "lastColumn": 63,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "bly.\"/>\n  <link rel=\"canonical\" href=\"https://www.drjasmeetbains.com\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "info",
              "lastLine": 260,
              "lastColumn": 87,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com\"/>\n  <meta property=\"og:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "info",
              "lastLine": 261,
              "lastColumn": 123,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mbly\"/>\n  <meta property=\"og:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 121
            },
            {
              "type": "info",
              "lastLine": 262,
              "lastColumn": 68,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "bly.\"/>\n  <meta property=\"og:url\" content=\"https://www.drjasmeetbains.com\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 263,
              "lastColumn": 61,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com\"/>\n  <meta property=\"og:site_name\" content=\"Dr. Jasmeet Bains\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "info",
              "lastLine": 264,
              "lastColumn": 46,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ains\"/>\n  <meta property=\"og:type\" content=\"website\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 265,
              "lastColumn": 60,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "site\"/>\n  <meta name=\"fb_admins_meta_tag\" content=\"drjasmeetbains\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 266,
              "lastColumn": 95,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ains\"/>\n  <meta name=\"google-site-verification\" content=\"qndcpzS1Vt32HllKAWVZ-1vwLViQoryGRswh-ZCYScs\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "info",
              "lastLine": 267,
              "lastColumn": 55,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "YScs\"/>\n  <meta property=\"fb:admins\" content=\"drjasmeetbains\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 268,
              "lastColumn": 136,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ains\"/>\n  <link rel=\"alternate\" href=\"https://www.drjasmeetbains.com/blog-feed.xml\" type=\"application/rss+xml\" title=\"Dr. Jasmeet Bains - RSS\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 134
            },
            {
              "type": "info",
              "lastLine": 269,
              "lastColumn": 59,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " RSS\"/>\n  <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 270,
              "lastColumn": 88,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mage\"/>\n  <meta name=\"twitter:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 86
            },
            {
              "type": "info",
              "lastLine": 271,
              "lastColumn": 124,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mbly\"/>\n  <meta name=\"twitter:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/>\n\n\n</h",
              "hiliteStart": 10,
              "hiliteLength": 122
            },
            {
              "type": "info",
              "lastLine": 276,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "lass='' >\n<script type=\"text/javascript\">\n    v",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 295,
              "lastColumn": 70,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "error",
              "lastLine": 297,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 53,
              "firstColumn": 27,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "ages-css\"><style id=\"css_masterPage\">#maste",
              "hiliteStart": 10,
              "hiliteLength": 27
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 984,
              "firstColumn": 976,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#SIT",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 1787,
              "firstColumn": 1779,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 1868,
              "firstColumn": 1860,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 1913,
              "firstColumn": 1905,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 2058,
              "firstColumn": 2050,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 2243,
              "firstColumn": 2235,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 4208,
              "firstColumn": 4200,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 4253,
              "firstColumn": 4245,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 4338,
              "firstColumn": 4330,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 4621,
              "firstColumn": 4613,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#com",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5064,
              "firstColumn": 5056,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#SIT",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5768,
              "firstColumn": 5760,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#SIT",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5846,
              "firstColumn": 5838,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;}#CON",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5890,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "{--alpha - brd:1;--alpha - brd",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5907,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "--alpha - brdh:1;--alpha - txt",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5923,
              "message": "CSS: --alpha: Parse Error.",
              "extract": ";--alpha - txt:1;--alpha - txt",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5940,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "--alpha - txth:1;--alpha -bgh:",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 5955,
              "message": "CSS: --alpha: Parse Error.",
              "extract": "1;--alpha -bgh:1;--alpha-bg:1;",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 6045,
              "firstColumn": 6042,
              "message": "CSS: --boxShadowToggleOn: Parse Error.",
              "extract": "leOn -shd:none;--brd",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 6489,
              "firstColumn": 6481,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "px;height:undefined;visib",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 6510,
              "firstColumn": 6502,
              "message": "CSS: visibility: undefined is not a visibility value.",
              "extract": "isibility:undefined;}[dat",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 6576,
              "firstColumn": 6568,
              "message": "CSS: visibility: undefined is not a visibility value.",
              "extract": "isibility:undefined;heigh",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 322,
              "lastColumn": 6593,
              "firstColumn": 6585,
              "message": "CSS: height: Too many values or values are not recognized.",
              "extract": "ed;height:undefined;width",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 323,
              "lastColumn": 1909,
              "firstColumn": 1904,
              "message": "CSS: --theme-spx-ratio: Unknown dimension.",
              "extract": "io:0.1cqw}.font_0{font",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 1051,
              "lastColumn": 22,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "\n</style>\n<style id=\"css_c1dmp\">#c1dmp",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 1533,
              "lastColumn": 56,
              "firstColumn": 26,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 1533,
              "lastColumn": 2886,
              "firstColumn": 2180,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 1x, https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 707
            },
            {
              "type": "error",
              "lastLine": 1533,
              "lastColumn": 7225,
              "firstColumn": 7221,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "ton-icon\"><div><svg d",
              "hiliteStart": 10,
              "hiliteLength": 5
            },
            {
              "type": "error",
              "lastLine": 1538,
              "lastColumn": 604,
              "firstColumn": 600,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "ton-icon\"><div><svg d",
              "hiliteStart": 10,
              "hiliteLength": 5
            },
            {
              "type": "info",
              "lastLine": 1543,
              "lastColumn": 2164,
              "firstColumn": 1845,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_147,h_59,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 320
            },
            {
              "type": "error",
              "lastLine": 1543,
              "lastColumn": 4850,
              "firstColumn": 4830,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "info",
              "lastLine": 1543,
              "lastColumn": 4850,
              "firstColumn": 4830,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "error",
              "lastLine": 1543,
              "lastColumn": 5559,
              "firstColumn": 5540,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "info",
              "lastLine": 1543,
              "lastColumn": 5559,
              "firstColumn": 5540,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "error",
              "lastLine": 1543,
              "lastColumn": 6274,
              "firstColumn": 6253,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 1543,
              "lastColumn": 6274,
              "firstColumn": 6253,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 1543,
              "lastColumn": 6988,
              "firstColumn": 6970,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Flickr\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 19
            },
            {
              "type": "info",
              "lastLine": 1543,
              "lastColumn": 6988,
              "firstColumn": 6970,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Flickr\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 19
            },
            {
              "type": "info",
              "lastLine": 1547,
              "lastColumn": 1367,
              "firstColumn": 734,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 634
            },
            {
              "type": "info",
              "lastLine": 1553,
              "lastColumn": 1419,
              "firstColumn": 788,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 632
            },
            {
              "type": "info",
              "lastLine": 1557,
              "lastColumn": 1406,
              "firstColumn": 785,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 622
            },
            {
              "type": "info",
              "lastLine": 1559,
              "lastColumn": 2095,
              "firstColumn": 1827,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 269
            },
            {
              "type": "info",
              "lastLine": 1559,
              "lastColumn": 5253,
              "firstColumn": 4941,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_147,h_83,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 313
            },
            {
              "type": "info",
              "lastLine": 1559,
              "lastColumn": 3734,
              "firstColumn": 3659,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 1579,
              "lastColumn": 2819,
              "firstColumn": 2799,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "info",
              "lastLine": 1579,
              "lastColumn": 2819,
              "firstColumn": 2799,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "error",
              "lastLine": 1579,
              "lastColumn": 3528,
              "firstColumn": 3509,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "info",
              "lastLine": 1579,
              "lastColumn": 3528,
              "firstColumn": 3509,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "error",
              "lastLine": 1579,
              "lastColumn": 4241,
              "firstColumn": 4220,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 1579,
              "lastColumn": 4241,
              "firstColumn": 4220,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 1579,
              "lastColumn": 912,
              "firstColumn": 837,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 1579,
              "lastColumn": 7676,
              "firstColumn": 7397,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Enter your email here*\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 280
            },
            {
              "type": "info",
              "lastLine": 1587,
              "lastColumn": 1852,
              "firstColumn": 1545,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 308
            },
            {
              "type": "error",
              "lastLine": 1587,
              "lastColumn": 2657,
              "firstColumn": 2637,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "info",
              "lastLine": 1587,
              "lastColumn": 2657,
              "firstColumn": 2637,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "error",
              "lastLine": 1587,
              "lastColumn": 3361,
              "firstColumn": 3342,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "info",
              "lastLine": 1587,
              "lastColumn": 3361,
              "firstColumn": 3342,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "error",
              "lastLine": 1587,
              "lastColumn": 4069,
              "firstColumn": 4048,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 1587,
              "lastColumn": 4069,
              "firstColumn": 4048,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 1579,
              "lastColumn": 8329,
              "firstColumn": 8254,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 1655,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 1657,
              "lastColumn": 66,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 62
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          0,
          144,
          0
        ],
        "instances": [
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "185"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... =1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "185"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... =1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_c1dmp",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "190"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rsion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_c1dmp",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "190"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rsion=1.238.0&amp;siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&amp;siteRevision=170&amp;viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "195"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... %3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_c1dmp",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "200"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-old(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-new(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "nsition-group(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "ransition-new(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "ransition-old(*){animation:non"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head start",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "218"
            },
            "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head end",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "220"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri"
          },
          {
            "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "233"
            },
            "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\"> <meta"
          },
          {
            "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "234"
            },
            "excerpt": "c841105\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\"> "
          },
          {
            "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "236"
            },
            "excerpt": "ca\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"> "
          },
          {
            "ruleID": "Bad value etag for attribute http-equiv on element meta.",
            "what": "Bad value etag for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "240"
            },
            "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--"
          },
          {
            "ruleID": "CSS: --divider-pin-height__: The types are incompatible.",
            "what": "CSS: --divider-pin-height__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "244"
            },
            "excerpt": "-factor__) + 1));--divider-pin"
          },
          {
            "ruleID": "CSS: --divider-pin-border__: The types are incompatible.",
            "what": "CSS: --divider-pin-border__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "244"
            },
            "excerpt": "or__) / -1 + 1));height:calc(v"
          },
          {
            "ruleID": "CSS: opacity: Parse Error.",
            "what": "CSS: opacity: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "244"
            },
            "excerpt": "layer-i__) + 1))}.UORcXs{--div"
          },
          {
            "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "tion-name:page-group}.fcNE"
          },
          {
            "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "what": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "or-effect:non-scaling-stroke}.R8rh"
          },
          {
            "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "248"
            },
            "excerpt": "tColor,#ff4040));display:flex;"
          },
          {
            "ruleID": "CSS: left: Parse Error.",
            "what": "CSS: left: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "251"
            },
            "excerpt": "th,var(--brw,0));position:abso"
          },
          {
            "ruleID": "CSS: top: Parse Error.",
            "what": "CSS: top: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "251"
            },
            "excerpt": "th,var(--brw,0));width:100%}</"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "274"
            },
            "excerpt": "class=\"\"> <script type=\"text/javascript\"> v"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart start",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "293"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart end",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "295"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#SIT"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#SIT"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#SIT"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;}#CON"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "{--alpha - brd:1;--alpha - brd"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "--alpha - brdh:1;--alpha - txt"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": ";--alpha - txt:1;--alpha - txt"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "--alpha - txth:1;--alpha -bgh:"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "1;--alpha -bgh:1;--alpha-bg:1;"
          },
          {
            "ruleID": "CSS: --boxShadowToggleOn: Parse Error.",
            "what": "CSS: --boxShadowToggleOn: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "leOn -shd:none;--brd"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "px;height:undefined;visib"
          },
          {
            "ruleID": "CSS: visibility: undefined is not a visibility value.",
            "what": "CSS: visibility: undefined is not a visibility value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "isibility:undefined;}[dat"
          },
          {
            "ruleID": "CSS: visibility: undefined is not a visibility value.",
            "what": "CSS: visibility: undefined is not a visibility value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "isibility:undefined;heigh"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "ed;height:undefined;width"
          },
          {
            "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.",
            "what": "CSS: --theme-spx-ratio: Unknown dimension.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "321"
            },
            "excerpt": "io:0.1cqw}.font_0{font"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_c1dmp",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1049"
            },
            "excerpt": " </style> <style id=\"css_c1dmp\">#c1dmp"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "STYLE_OVERRIDES_ID",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1531"
            },
            "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-"
          },
          {
            "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": "1531"
            },
            "excerpt": "ton-icon\"><div><svg d"
          },
          {
            "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": "1536"
            },
            "excerpt": "ton-icon\"><div><svg 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": "SECTION",
            "id": "comp-kwcg7b15",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1557"
            },
            "excerpt": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1577"
            },
            "excerpt": "01fa.png\"><img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1577"
            },
            "excerpt": "5885.png\"><img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1577"
            },
            "excerpt": "e12a.png\"><img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-jr5zrfuj",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1577"
            },
            "excerpt": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1585"
            },
            "excerpt": "01fa.png\"><img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1585"
            },
            "excerpt": "5885.png\"><img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1585"
            },
            "excerpt": "e12a.png\"><img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-jqxhxqkc",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1577"
            },
            "excerpt": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd start",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1653"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd end",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1655"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "wixDesktopViewport",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "utf-8'> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "=edge\"> <meta name=\"generator\" content=\"Wix.com Website Builder\"/> <l"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "11"
            },
            "excerpt": "o.ico\"> <link rel=\"shortcut icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/> <li"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "12"
            },
            "excerpt": "icon\"/> <link rel=\"apple-touch-icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/> <!-"
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "187"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Version=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "187"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Version=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "187"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_c1dmp",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "192"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_c1dmp",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "192"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "192"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "197"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... tps%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "197"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_c1dmp",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "202"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "202"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-old(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-new(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "nsition-group(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "ransition-new(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "ransition-old(*){animation:non"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head start",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "220"
            },
            "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head end",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "222"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri"
          },
          {
            "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "235"
            },
            "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\"> <meta"
          },
          {
            "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "236"
            },
            "excerpt": "c841105\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\"> "
          },
          {
            "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "238"
            },
            "excerpt": "ca\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "238"
            },
            "excerpt": "ca\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/> "
          },
          {
            "ruleID": "Bad value etag for attribute http-equiv on element meta.",
            "what": "Bad value etag for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "242"
            },
            "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "242"
            },
            "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--"
          },
          {
            "ruleID": "CSS: --divider-pin-height__: The types are incompatible.",
            "what": "CSS: --divider-pin-height__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "-factor__) + 1));--divider-pin"
          },
          {
            "ruleID": "CSS: --divider-pin-border__: The types are incompatible.",
            "what": "CSS: --divider-pin-border__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "or__) / -1 + 1));height:calc(v"
          },
          {
            "ruleID": "CSS: opacity: Parse Error.",
            "what": "CSS: opacity: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "layer-i__) + 1))}.UORcXs{--div"
          },
          {
            "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "248"
            },
            "excerpt": "tion-name:page-group}.fcNE"
          },
          {
            "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "what": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "248"
            },
            "excerpt": "or-effect:non-scaling-stroke}.R8rh"
          },
          {
            "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "250"
            },
            "excerpt": "tColor,#ff4040));display:flex;"
          },
          {
            "ruleID": "CSS: left: Parse Error.",
            "what": "CSS: left: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "253"
            },
            "excerpt": "th,var(--brw,0));position:abso"
          },
          {
            "ruleID": "CSS: top: Parse Error.",
            "what": "CSS: top: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "253"
            },
            "excerpt": "th,var(--brw,0));width:100%}</"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "258"
            },
            "excerpt": "/title> <meta name=\"description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/> <li"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "259"
            },
            "excerpt": "bly.\"/> <link rel=\"canonical\" href=\"https://www.drjasmeetbains.com\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "260"
            },
            "excerpt": ".com\"/> <meta property=\"og:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "261"
            },
            "excerpt": "mbly\"/> <meta property=\"og:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "262"
            },
            "excerpt": "bly.\"/> <meta property=\"og:url\" content=\"https://www.drjasmeetbains.com\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "263"
            },
            "excerpt": ".com\"/> <meta property=\"og:site_name\" content=\"Dr. Jasmeet Bains\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "264"
            },
            "excerpt": "ains\"/> <meta property=\"og:type\" content=\"website\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "265"
            },
            "excerpt": "site\"/> <meta name=\"fb_admins_meta_tag\" content=\"drjasmeetbains\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "266"
            },
            "excerpt": "ains\"/> <meta name=\"google-site-verification\" content=\"qndcpzS1Vt32HllKAWVZ-1vwLViQoryGRswh-ZCYScs\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "267"
            },
            "excerpt": "YScs\"/> <meta property=\"fb:admins\" content=\"drjasmeetbains\"/> <li"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "268"
            },
            "excerpt": "ains\"/> <link rel=\"alternate\" href=\"https://www.drjasmeetbains.com/blog-feed.xml\" type=\"application/rss+xml\" title=\"Dr. Jasmeet Bains - RSS\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "269"
            },
            "excerpt": " RSS\"/> <meta name=\"twitter:card\" content=\"summary_large_image\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "270"
            },
            "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "271"
            },
            "excerpt": "mbly\"/> <meta name=\"twitter:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/> </h"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "276"
            },
            "excerpt": "lass='' > <script type=\"text/javascript\"> v"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart start",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "295"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart end",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "297"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#SIT"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#com"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#SIT"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#SIT"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;}#CON"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "{--alpha - brd:1;--alpha - brd"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "--alpha - brdh:1;--alpha - txt"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": ";--alpha - txt:1;--alpha - txt"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "--alpha - txth:1;--alpha -bgh:"
          },
          {
            "ruleID": "CSS: --alpha: Parse Error.",
            "what": "CSS: --alpha: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "1;--alpha -bgh:1;--alpha-bg:1;"
          },
          {
            "ruleID": "CSS: --boxShadowToggleOn: Parse Error.",
            "what": "CSS: --boxShadowToggleOn: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "leOn -shd:none;--brd"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "px;height:undefined;visib"
          },
          {
            "ruleID": "CSS: visibility: undefined is not a visibility value.",
            "what": "CSS: visibility: undefined is not a visibility value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "isibility:undefined;}[dat"
          },
          {
            "ruleID": "CSS: visibility: undefined is not a visibility value.",
            "what": "CSS: visibility: undefined is not a visibility value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "isibility:undefined;heigh"
          },
          {
            "ruleID": "CSS: height: Too many values or values are not recognized.",
            "what": "CSS: height: Too many values or values are not recognized.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "322"
            },
            "excerpt": "ed;height:undefined;width"
          },
          {
            "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.",
            "what": "CSS: --theme-spx-ratio: Unknown dimension.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "323"
            },
            "excerpt": "io:0.1cqw}.font_0{font"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_c1dmp",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1051"
            },
            "excerpt": " </style> <style id=\"css_c1dmp\">#c1dmp"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "STYLE_OVERRIDES_ID",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1533"
            },
            "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-"
          },
          {
            "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": "1533"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20H ... tic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\"high\"/></wow-"
          },
          {
            "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": "1533"
            },
            "excerpt": "ton-icon\"><div><svg d"
          },
          {
            "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": "1538"
            },
            "excerpt": "ton-icon\"><div><svg d"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_147,h_59,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Flickr\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1543"
            },
            "excerpt": "x, 100%)\"><img alt=\"Flickr\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1547"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunt ... tps://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1553"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay i ... tps://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1557"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate ic ...  https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1559"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1559"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_147,h_83,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-kwcg7b15",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1559"
            },
            "excerpt": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-jr5zrfuj",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "input_comp-jzb7i8y7",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Enter your email here*\"/></div>"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1587"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-jqxhxqkc",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1579"
            },
            "excerpt": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd start",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1655"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd end",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1657"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri"
          }
        ]
      },
      "endTime": 1687108398084
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687108398085,
      "url": "https://www.drjasmeetbains.com/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 17:13:19",
          "hash": "ee6c89d5fb416e43ac4e1eab23db2a1b947a2a14be5c6113921a84ae998143e46bd4cd594fc8a5fefae906874ef264f7141165ec8c20d33de685a66077418975",
          "page": {
            "viewport": {
              "mobile": false,
              "landscape": true,
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36",
              "resolution": {
                "width": 1366,
                "height": 768
              }
            }
          }
        },
        "metadata": {
          "passed": 35,
          "warning": 9,
          "failed": 14,
          "inapplicable": 67
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 17,
              "warning": 8,
              "failed": 5,
              "inapplicable": 37
            },
            "assertions": {
              "QW-ACT-R4": {
                "name": "Meta-refresh no delay",
                "code": "QW-ACT-R4",
                "mapping": "bc659a",
                "description": "This rule checks that the meta element is not used for delayed redirecting or refreshing.",
                "metadata": {
                  "target": {
                    "element": "meta"
                  },
                  "success-criteria": [
                    {
                      "name": "2.2.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/timing-adjustable.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#timing-adjustable"
                    },
                    {
                      "name": "2.2.4",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions"
                    },
                    {
                      "name": "3.2.5",
                      "level": "AAA",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request"
                    }
                  ],
                  "related": [
                    "G110",
                    "H76"
                  ],
                  "url": "https://act-rules.github.io/rules/bc659a",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target refreshes after 170 seconds."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target refreshes after 170 seconds.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">",
                        "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R71": {
                "name": "`meta` element has no refresh delay (no exception)",
                "code": "QW-ACT-R71",
                "mapping": "bisz58",
                "description": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.",
                "metadata": {
                  "target": {
                    "element": "meta"
                  },
                  "success-criteria": [
                    {
                      "name": "2.2.4",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions"
                    },
                    {
                      "name": "3.2.5",
                      "level": "AAA",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request"
                    }
                  ],
                  "related": [
                    "G110",
                    "H76"
                  ],
                  "url": "https://act-rules.github.io/rules/bisz58",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target refreshes after 170 seconds."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target refreshes after 170 seconds.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">",
                        "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R12": {
                "name": "Link has accessible name",
                "code": "QW-ACT-R12",
                "mapping": "c487ae",
                "description": "This rule checks that each link has an accessible name.",
                "metadata": {
                  "target": {
                    "element": [
                      "a[href]",
                      "area[href]"
                    ],
                    "attributes": [
                      "role='link'"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value"
                    }
                  ],
                  "related": [
                    "G91"
                  ],
                  "url": "https://act-rules.github.io/rules/c487ae",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 18,
                  "warning": 0,
                  "failed": 9,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name, or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">\n    \n        \n    \n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">\n    \n        \n    \n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">\n    \n        \n    \n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R62": {
                "name": "Element in sequential focus order has visible focus",
                "code": "QW-ACT-R62",
                "mapping": "oj04fd",
                "description": "This rule checks that each element in sequential focus order has some visible focus indication.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.7",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/oj04fd",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 32,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">About</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">Media</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Volunteer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">DONATE\n    \n        \n    \n\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">SUBSCRIBE\n    \n        \n    \n\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">\n    \n        \n    \n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">\n    \n        \n    \n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">\n    \n        \n    \n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > 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 aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">SUBSCRIBE</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">News</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">About Jasmeet</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">Volunteer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">info@drjasmeetbains.com</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R37": {
                "name": "Text has minimum contrast",
                "code": "QW-ACT-R37",
                "mapping": "afw4f7",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
                "metadata": {
                  "target": {
                    "element": [
                      "*"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/afw4f7",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 7,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 7,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\"><head></head><body>(function () {\n    var noop = function noop() {};\n    if (\"performance\" in window === false) {\n      window.performance = {};\n    }\n    window.performance.mark = performance.mark || noop;\n    window.performance.measure = performance.measure || noop;\n    if (\"now\" in window.performance === false) {\n      var nowOffset = Date.now();\n      if (performance.timing &amp;&amp; performance.timing.navigationStart) {\n        nowOffset = performance.timing.navigationStart;\n      }\n      window.performance.now = function now() {\n        return Date.now() - nowOffset;\n      };\n    }\n  })();\n  \n\n  \n  \n    (function () {\n      var now = Date.now()\n      window.initialTime …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R40": {
                "name": "Zoomed text node is not clipped with CSS overflow",
                "code": "QW-ACT-R40",
                "mapping": "59br37",
                "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
                "metadata": {
                  "target": {
                    "element": "*:text()"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/59br37",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 24,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"color_11 wixui-rich-text__text\">BAINS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"color_11 wixui-rich-text__text\">VOLUNTEER</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the campaign.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. There she was shocked to see the U.S. healthcare system fail to provide basic medical necessities, spurring her mission to improve access to quality healthcare. She also has been a leader in researching and treating Valley Fever and serves as Board President of Kern Regional Center, which provides services for individuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and child abuse, on the San Joaquin Valley Air District’s Environmental Justice Advisory group, working to improve our Valley’s air and water quality and on the Taft College Foundation, fighting to expand access to higher education. Dr. Bains also mentors Valley youth through a pipeline program she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">The daughter of immigrant parents from India, Dr. Bains grew up in in the Valley. She watched her father build a business, starting as an auto mechanic and ultimately owning successful car dealerships. After college, Jasmeet worked with her father before pursuing her career in medicine. Dr. Bains is deeply committed to supporting our local Valley businesses so they can thrive while creating good paying jobs that provide a living wage, retirement security and healthcare coverage, which Jasmeet believes is key to enhancing public health in the Valley.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">DEEP VALLEY ROOTS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">After graduating from medical school, Jasmeet returned home and completed her residency at Clinica Sierra Vista in Kern County, choosing to work in underserved healthcare settings to increase access to healthcare. Today, she serves as Medical Director at Bakersfield Recovery Services overseeing substance abuse, addiction, and mental health rehabilitation. She was appointed by then Governor Brown to the California Healthcare Workforce Policy Commission and was awarded the 2019 Hero of Family Medicine by the California Academy of Family Physicians, and the 2021 Beautiful Bakersfield Award from the Greater Bakersfield Chamber of Commerc …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(11) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 0,
              "failed": 8,
              "inapplicable": 21
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Headings don't start with h1"
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Headings don't start with h1",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"\">\n\n    var bodyCacheable = true;\n    \n    var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n    var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n\n\n\n\n\n    \n        window.clientSideRender = false;\n        window.bi.wixBiSession.isServerSide = 1;\n    \n    \n\n\n\n    \n    \n    \n    \n    \n\n\n\n\n\n    if (window.ResizeObserver &amp;&amp;\n        (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n        new ResizeObserver(function (entries, observer) {\n            entries.some(function (entry) {\n                var contentRect = entry.contentRect;\n                if ( …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The first focusable control on the Web page is not a link."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The first focusable control on the Web page is not a link.",
                    "resultCode": "F4",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T21": {
                "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link",
                "code": "QW-WCAG-T21",
                "mapping": "F89",
                "description": "This technique checks the text alternative of images which are the only content of a link",
                "metadata": {
                  "target": {
                    "parent": "a",
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value"
                    }
                  ],
                  "related": [
                    "H2",
                    "H30",
                    "ARIA7",
                    "ARIA8"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89",
                  "passed": 8,
                  "warning": 0,
                  "failed": 6,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The image doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 6,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "A list item is not contained in a correct list element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"DN7syf\" id=\"comp-jqxh4sclitemsContainer\" style=\"text-align:right\" data-marginallchildren=\"true\"><li id=\"comp-jqxh4scl0\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kx9jk106\" data-state=\"menu false  header\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"false\" style=\"width: 70px; height: 35px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)  …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Meet Jasmeet</a></li><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/general-4\" target=\"_self\" class=\"\" tabindex=\"-1\" _selec …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Photos and Video</a></li></ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "A list item is not contained in a correct list element.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-jqxh4sclmoreContainer\"></ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-kwdst1x81-comp-kwdst1wa\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jrexzk781-comp-jrexzk6a\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jqxjocm2-comp-jqxjncei\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0j …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T19": {
                "name": "Providing submit buttons",
                "code": "QW-WCAG-T19",
                "mapping": "H32",
                "description": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "3.2.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-input"
                    }
                  ],
                  "related": [
                    "G80",
                    "H36",
                    "H84"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H32",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit']."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<form id=\"comp-jzb7i7ne\" class=\"JVi7i2 comp-jzb7i7ne wixui-form\">SUBSCRIBEThanks for submitting!</form>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 10,
                  "failed": 8,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Text alternative is not actually a text alternative for the non-text content."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 1x, https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\" …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1366,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width: 1366px; height: 842px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Facebook\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Twitter\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Instagram\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Flickr\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/10f375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1366,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width: 1366px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-bg-media:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 61,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"\">\n\n    var bodyCacheable = true;\n    \n    var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n    var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n\n\n\n\n\n    \n        window.clientSideRender = false;\n        window.bi.wixBiSession.isServerSide = 1;\n    \n    \n\n\n\n    \n    \n    \n    \n    \n\n\n\n\n\n    if (window.ResizeObserver &amp;&amp;\n        (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n        new ResizeObserver(function (entries, observer) {\n            entries.some(function (entry) {\n                var contentRect = entry.contentRect;\n                if ( …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "10px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">Dr. Jasmeet</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "83px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:83px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "83px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">FOR ASSEMBLY</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "41px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:41px;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "41px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:18px;\">BAINS</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:160px;\" class=\"wixui-rich-text__text\">BAINS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "160px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">VOLUNTEER</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">VOLUNTEER</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">There are many ways </p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">There are many ways </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">to get involved.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">to get involved.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">STAY IN TOUCH</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">Sign up for the latest news from the campaign.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the campaign.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">DONATE</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">Your support means a lot!</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">Please consider donating.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Please consider donating.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\">DR. JASMEET BAINS FOR ASSEMBLY</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "29px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "29px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:20px; line-height:1.5em;\">ON THE FRONTLINES</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. There she was shocked to see the U.S. healthcare system fail to provide basic medical necessities, spurring her mission to improve access to quality healthcare. She also has been a leader in researching and treating Valley Fever and serves as Board President of Kern Regional Center, which provides services for individuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve.&n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">&nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">CHAMPION FOR CHILDREN</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and child abuse, on the San Joaquin Valley Air District’s Environmental Justice Advisory group, working to improve our Valley’s air and water quality and on the Taft College Foundation, fighting to expand access to higher education. Dr. Bains also mentors Valley youth through a pipeline program she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">&nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">UPLIFTING COMMUNITIES</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">The daughter of immigrant parents from India, Dr. Bains grew up in in the Valley. She watched her father build a business, starting as an auto mechanic and ultimately owning successful car dealerships. After college, Jasmeet worked with her father before pursuing her career in medicine. Dr. Bains is deeply committed to supporting our local Valley businesses so they can thrive while creating good paying jobs that provide a living wage, retirement security and healthcare coverage, which Jasmeet believes is key to enhancing public health in the Valley.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">&nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(9)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">DEEP VALLEY ROOTS</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">DEEP VALLEY ROOTS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">After graduating from medical school, Jasmeet returned home and completed her residency at Clinica Sierra Vista in Kern County, choosing to work in underserved healthcare settings to increase access to healthcare. Today, she serves as Medical Director at Bakersfield Recovery Services overseeing substance abuse, addiction, and mental health rehabilitation. She was appointed by then Governor Brown to the California Healthcare Workforce Policy Commission and was awarded the 2019 Hero of Family Medicine by the California Academy of Family Physicians, and the 2021 Beautiful Bakersfield Award from the Greater Bakers …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(11)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">FOLLOW JASMEET ON SOCIAL MEDIA</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">SUBSCRIBE AND STAY IN TOUCH</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">Thanks for submitting!</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Home</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">News</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">About Jasmeet</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Volunteer</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Contact</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">Paid for by Dr. Jasmeet Bains for Assembly 2024 </p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "13px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">FPPC ID #1456690</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "13px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">8200 Stockdale HWY</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">STE M-10 #252</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">Bakersfield, CA 93311</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">​</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">info@drjasmeetbains.com</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  }
                ]
              },
              "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": 45,
                  "warning": 0,
                  "failed": 7,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target has a author defined background property but not a color css property."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"mHZSwn\">top of page</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"\" tabindex=\"-1\">Meet Jasmeet</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li: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": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/general-4\" target=\"_self\" class=\"\" tabindex=\"-1\">Awards &amp; Boards</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > 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": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li: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": "<div style=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"mHZSwn\">Subscribe</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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": "<span class=\"mHZSwn\">bottom of page</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(5) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 13,
              "warning": 1,
              "failed": 1,
              "inapplicable": 9
            },
            "assertions": {
              "QW-BP1": {
                "name": "Using h1-h6 to identify headings",
                "code": "QW-BP1",
                "mapping": "H42",
                "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html"
                    }
                  ],
                  "related": [
                    "H69",
                    "G141",
                    "F2",
                    "F43"
                  ],
                  "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html",
                  "passed": 0,
                  "warning": 8,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">Dr. Jasmeet</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">FOR ASSEMBLY</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:18px;\">BAINS</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">VOLUNTEER</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">STAY IN TOUCH</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">DONATE</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\">DR. JASMEET BAINS FOR ASSEMBLY</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">SUBSCRIBE AND STAY IN TOUCH</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2: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": 3,
                  "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 preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">\n    \n        \n    \n</svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">\n    \n        \n    \n</svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">\n    \n        \n    \n</svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 39,
                "document": 1,
                "region": 10,
                "button": 2,
                "img": 18,
                "navigation": 1,
                "list": 7,
                "listitem": 18,
                "graphics-document": 5,
                "main": 1,
                "heading": 8,
                "form": 1,
                "textbox": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 23,
                "link": 9,
                "script": 60,
                "style": 16,
                "title": 1,
                "body": 1,
                "pages-css": 1,
                "div": 205,
                "span": 106,
                "button": 2,
                "header": 1,
                "a": 30,
                "wow-image": 18,
                "img": 18,
                "wix-dropdown-menu": 1,
                "nav": 1,
                "ul": 7,
                "li": 18,
                "p": 36,
                "svg": 5,
                "g": 5,
                "path": 5,
                "main": 1,
                "section": 7,
                "h2": 8,
                "wix-bg-media": 1,
                "footer": 1,
                "form": 1,
                "input": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          24,
          65,
          86,
          15
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R4",
            "what": "This rule checks that the meta element is not used for delayed redirecting or refreshing.",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
            },
            "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">"
          },
          {
            "ruleID": "QW-ACT-R71",
            "what": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
            },
            "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">"
          },
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "SKIP_TO_CONTENT_BTN",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">About</div>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">Media</div>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Volunteer</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Contact</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">DONATE </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">SUBSCRIBE </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-jzb7i8y7",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
            },
            "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">SUBSCRIBE</button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">News</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">About Jasmeet</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">Volunteer</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">Contact</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">info@drjasmeetbains.com</a>"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-jzb7i8y7",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\"><head></head><body>(function () { var noop = function noop() {}; if (\"performance\" in window === false) { window.performance = {}; } window.performance.mark = performance.mark || noop; ... nStart) { nowOffset = performance.timing.navigationStart; } window.performance.now = function now() { return Date.now() - nowOffset; }; } })(); (function () { var now = Date.now() window.initialTime …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"color_11 wixui-rich-text__text\">BAINS</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"color_11 wixui-rich-text__text\">VOLUNTEER</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the campaign.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">DONATE</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to ... ly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. There she was shocked to s ... ndividuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve.&nbsp;</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and child abuse, on the San Joa ... she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",