Accessibility digest

Synopsis
PageMember Bill Essayli (R)
URLhttps://ad63.asmrc.org/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1089
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 Member Bill Essayli (R) at https://ad63.asmrc.org/ 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 1089, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1089Sum of the component scores
issue697Severity and number of reported defects
tool89Tool-by-tool defect ratings
prevention300Failed attempts by tools to test the page
log3Browser warnings about the page
latency0Abnormal delay in page responses

Issue scores

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

Issue scores
IssueScore
colorMissing228
focusIndication64
linkIndication50
accessKeyDuplicate36
overflowHiddenRisk21
noHeading18
justification18
hiddenContentRisk16
tabIndexMissing16
allCaps15
focusableOperable15
duplicateAttribute14
textContrastAA12
pseudoNavList12
hoverSurprise12
repeatedContentRisk9
linkForcesNewWindow9
fontSizeAbsolute8
duplicateID8
zIndexNotZero8
headingOfNothing6
scrollRisk6
linkWindowSurpriseRisk6
linkBrokenRisk6
headingStructure6
skipRepeatedContent6
boxSizeAbsolute6
fontSmall6
noScriptRisk5
contrastAAA4
linkPair4
textAlternativeRisk4
leadingClipsText4
roleRedundant4
inconsistentStyles4
h1Missing3
pseudoHeadingRisk3
contrastRisk3
obsolete3
horizontalScrolling3
targetSize3
headingLevelSkip2
leadingInsufficient2
pseudoOrderedListRisk2
contentBeyondLandmarks2
mainNone2
imageTextRedundant2
sectionHeadingless1
ignorable0

Itemized issues

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

Issue colorMissing

WCAG: 1.4.3

Score: 228

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 57

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 64

Complaints by alfa

Rule r65

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

Count of instances: 16

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 16

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 16

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 50

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 25

Complaint specifics

Issue accessKeyDuplicate

WCAG: 1.3.1

Score: 36

Complaints by wave

Rule accesskey

Description: Accesskey

Count of instances: 12

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 21

Complaints by qualWeb

Rule QW-ACT-R40

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

Count of instances: 21

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 18

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 6

Complaint specifics

Issue justification

WCAG: 1.4.8

Score: 18

Complaints by tenon

Rule 36

Description: Text is fully justified

Count of instances: 3

Complaint specifics

Complaints by wave

Rule text_justified

Description: Text is justified

Count of instances: 9

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 tabIndexMissing

WCAG: 2.1.1

Score: 16

Complaints by tenon

Rule 190

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

Count of instances: 4

Complaint specifics

Issue allCaps

WCAG: 3.1.5

Score: 15

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 15

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 15

Complaints by testaro

Rule focOp

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

Count of instances: 5

Complaint specifics

Issue duplicateAttribute

WCAG: 4.1.1

Score: 14

Complaints by testaro

Rule dupAtt

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

Count of instances: 10

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 12

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 3

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G18.Fail

Description: Contrast between the text and its background is less than 4.5:1

Count of instances: 1

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 3

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 12

Complaints by htmlcs

Rule AAA.1_3_1.H48

Description: Navigation links are not coded as a list

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T32

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

Count of instances: 6

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 repeatedContentRisk

WCAG: 2.4.1

Score: 9

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

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

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T23

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

Count of instances: 1

Complaint specifics
Rule QW-BP17

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

Count of instances: 6

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 9

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 3

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 8

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

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

Count of instances: 4

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 8

Complaints by ibm

Rule element_id_unique

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

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 2

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 8

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 8

Complaint specifics

Issue headingOfNothing

WCAG: 1.3.1

Score: 6

Complaints by alfa

Rule r78

Description: No content between two headings of the same level

Count of instances: 3

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 6

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

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 6

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

Complaint specifics

Issue linkBrokenRisk

WCAG: 1.3.1

Score: 6

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.Placeholder

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

Count of instances: 3

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 6

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 3

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

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 boxSizeAbsolute

WCAG: 1.4.4

Score: 6

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 2

Complaint specifics

Issue fontSmall

WCAG: 1.4

Score: 6

Complaints by tenon

Rule 134

Description: Text is very small

Count of instances: 2

Complaint specifics

Issue noScriptRisk

WCAG: 4.1

Score: 5

Complaints by wave

Rule noscript

Description: noscript element may fail to contain an accessible equivalent or alternative

Count of instances: 5

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 4

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 3

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 3

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 4

Complaint specifics

Complaints by tenon

Rule 95

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 3

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 4

Complaints by qualWeb

Rule QW-WCAG-T10

Description: Adjacent image and text links for the same resource are not combined

Count of instances: 2

Complaint specifics

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 1

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 4

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 4

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 roleRedundant

WCAG: 4.1.2

Score: 4

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 4

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 4

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 4

Complaint specifics

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

WCAG: 1.3.1

Score: 3

Complaints by htmlcs

Rule AAA.1_3_1.H42

Description: Heading coding is not used but the element may be intended as a heading

Count of instances: 1

Complaint specifics

Complaints by wave

Rule heading_possible

Description: Possible heading

Count of instances: 3

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 3

Complaints by htmlcs

Rule AAA.1_4_3_F24.F24.BGColour

Description: Inline background color may lack a complementary foreground color

Count of instances: 1

Complaint specifics
Rule AAA.1_4_3_F24.F24.FGColour

Description: Inline foreground color may lack a complementary background color

Count of instances: 1

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

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 3

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 3

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 1

Complaint specifics

Issue headingLevelSkip

WCAG: 1.3.1

Score: 2

Complaints by alfa

Rule r53

Description: Heading skips one or more levels

Count of instances: 1

Complaint specifics

Complaints by axe

Rule heading-order

Description: Heading levels do not increase by only one

Count of instances: 1

Complaint specifics

Complaints by wave

Rule heading_skipped

Description: Skipped heading level

Count of instances: 1

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 2

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 1

Complaint specifics

Issue pseudoOrderedListRisk

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.1_3_1.H48.2

Description: Ordered list may fail to be coded as such

Count of instances: 2

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 2

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 1

Complaint specifics

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

WCAG: 1.1.1

Score: 2

Complaints by wave

Rule alt_redundant

Description: Redundant text alternative

Count of instances: 2

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue ignorable

WCAG: N/A

Score: 0

Complaints by qualWeb

Rule QW-WCAG-T20

Description: Link text is not supplemented with a title attribute

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD63-a",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687102079963,
      "endTime": 1687102080490
    },
    {
      "type": "url",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)",
      "startTime": 1687102080491,
      "result": {
        "url": "https://ad63.asmrc.org/"
      },
      "endTime": 1687102087370
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687102087370,
      "url": "https://ad63.asmrc.org/",
      "endTime": 1687102088942
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687102088942,
      "url": "https://ad63.asmrc.org/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                1433328,
                1433328,
                1433328,
                1433328,
                1433328
              ],
              "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": 1687102102965
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102102966,
      "endTime": 1687102103473
    },
    {
      "type": "url",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)",
      "startTime": 1687102103473,
      "result": {
        "url": "https://ad63.asmrc.org/"
      },
      "endTime": 1687102105815
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687102105815,
      "url": "https://ad63.asmrc.org/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 11,
          "warnings": 16
        },
        "items": [
          {
            "index": 239,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h5",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/h5[1]",
              "codeLines": [
                "<h5>",
                "  State Capitol Office",
                "</h5>"
              ]
            }
          },
          {
            "index": 277,
            "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": 288,
            "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]/a[1]",
              "codeLines": [
                "<a class=\"skip-link show-on-focus\" href=\"#main\">",
                "  Skip to content",
                "</a>"
              ]
            }
          },
          {
            "index": 289,
            "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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\">",
                "  <img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
                "  <noscript>",
                "    <img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width...",
                "  </noscript>",
                "  <img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyloaded\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\">",
                "  <noscript>",
                "    <img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img widt...",
                "  </noscript>",
                "</a>"
              ]
            }
          },
          {
            "index": 290,
            "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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">",
                "  Press Releases",
                "</a>"
              ]
            }
          },
          {
            "index": 291,
            "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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"#\" class=\"ct-menu-link\">",
                "  My District",
                "  <span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\">",
                "    <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\">",
                "      <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path>",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 292,
            "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": "span",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]",
              "codeLines": [
                "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\">",
                "  <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\">",
                "    <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path>",
                "  </svg>",
                "</span>"
              ]
            }
          },
          {
            "index": 293,
            "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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"#\" class=\"ct-menu-link\">",
                "  About",
                "  <span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\">",
                "    <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\">",
                "      <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path>",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 294,
            "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": "span",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]",
              "codeLines": [
                "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\">",
                "  <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\">",
                "    <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path>",
                "  </svg>",
                "</span>"
              ]
            }
          },
          {
            "index": 295,
            "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]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\">",
                "  <span class=\"ha-icon-box-icon\">",
                "    <i aria-hidden=\"true\" class=\"hm hm-newspaper\"></i>",
                "  </span>",
                "  <h2 class=\"ha-icon-box-title\">",
                "    IN THE NEWS",
                "  </h2>",
                "</a>"
              ]
            }
          },
          {
            "index": 296,
            "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]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\">",
                "  <span class=\"ha-icon-box-icon\">",
                "    <i aria-hidden=\"true\" class=\"hm hm-cog\"></i>",
                "  </span>",
                "  <h2 class=\"ha-icon-box-title\">",
                "    BUSINESS RESOURCES",
                "  </h2>",
                "</a>"
              ]
            }
          },
          {
            "index": 297,
            "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]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/contact-me/\">",
                "  <span class=\"ha-icon-box-icon\">",
                "    <i aria-hidden=\"true\" class=\"icon icon-contact\"></i>",
                "  </span>",
                "  <h2 class=\"ha-icon-box-title\">",
                "    CONTACT ME",
                "  </h2>",
                "</a>"
              ]
            }
          },
          {
            "index": 298,
            "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]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD63\">",
                "  <span class=\"ha-icon-box-icon\">",
                "    <i aria-hidden=\"true\" class=\"icon icon-newsletter\"></i>",
                "  </span>",
                "  <h2 class=\"ha-icon-box-title\">",
                "    SIGN UP FOR",
                "    <br>",
                "    MY NEWSLETTER",
                "  </h2>",
                "</a>"
              ]
            }
          },
          {
            "index": 299,
            "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]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"tel: 916-319-2063\">",
                "  916-319-2063",
                "</a>"
              ]
            }
          },
          {
            "index": 300,
            "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]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"tel: 951-369-6644\">",
                "  951-369-6644",
                "</a>"
              ]
            }
          },
          {
            "index": 301,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">",
                "  Privacy and Conditions of Use",
                "</a>"
              ]
            }
          },
          {
            "index": 302,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]",
              "codeLines": [
                "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">",
                "  Accessibility",
                "</a>"
              ]
            }
          },
          {
            "index": 303,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]",
              "codeLines": [
                "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">",
                "  General Disclaimer",
                "</a>"
              ]
            }
          },
          {
            "index": 324,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]",
              "codeLines": [
                "Privacy and Conditions of Use"
              ]
            }
          },
          {
            "index": 326,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]/text()[1]",
              "codeLines": [
                "Accessibility"
              ]
            }
          },
          {
            "index": 328,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]/text()[1]",
              "codeLines": [
                "General Disclaimer"
              ]
            }
          },
          {
            "index": 375,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  <a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">",
                "    Privacy and Conditions of Use",
                "  </a>",
                "  |",
                "  <a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">",
                "    Accessibility",
                "  </a>",
                "  |",
                "  <a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">",
                "    General Disclaimer",
                "  </a>",
                "  | Copyright © 2023 AD63 | ESSAYLI. All rights reserved.",
                "</p>"
              ]
            }
          },
          {
            "index": 376,
            "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]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  State Capitol",
                "  <br>",
                "  P.O. Box 942849",
                "  <br>",
                "  Sacramento, CA 94249-0063",
                "  <br>",
                "  Phone -",
                "  <a href=\"tel: 916-319-2063\">",
                "    916-319-2063",
                "  </a>",
                "  <br>",
                "</p>"
              ]
            }
          },
          {
            "index": 377,
            "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]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  1223 University Avenue",
                "  <br>",
                "  Suite 230",
                "  <br>",
                "  Riverside, CA 92507",
                "  <br>",
                "  Phone -",
                "  <a href=\"tel: 951-369-6644\">",
                "    951-369-6644",
                "  </a>",
                "  <br>",
                "</p>"
              ]
            }
          },
          {
            "index": 401,
            "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]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]/h2[1]",
              "codeLines": [
                "<h2 class=\"ha-icon-box-title\">",
                "  IN THE NEWS",
                "</h2>"
              ]
            }
          },
          {
            "index": 402,
            "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]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]/h2[1]",
              "codeLines": [
                "<h2 class=\"ha-icon-box-title\">",
                "  BUSINESS RESOURCES",
                "</h2>"
              ]
            }
          },
          {
            "index": 403,
            "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]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]/h2[1]",
              "codeLines": [
                "<h2 class=\"ha-icon-box-title\">",
                "  CONTACT ME",
                "</h2>"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          16,
          0,
          0,
          11
        ],
        "instances": [
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5> State Capitol Office </h5>"
          },
          {
            "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]/a[1]"
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content </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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"> <img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essa ... 2/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img widt... </noscript> </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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\"> Press Releases </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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\"> My District <span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"> <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"> <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path> </svg> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]"
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"> <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"> <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path> </svg> </span>"
          },
          {
            "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]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\"> About <span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"> <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"> <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path> </svg> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]"
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"> <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"> <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path> </svg> </span>"
          },
          {
            "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]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"hm hm-newspaper\"></i> </span> <h2 class=\"ha-icon-box-title\"> IN THE NEWS </h2> </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]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"hm hm-cog\"></i> </span> <h2 class=\"ha-icon-box-title\"> BUSINESS RESOURCES </h2> </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]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/contact-me/\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-contact\"></i> </span> <h2 class=\"ha-icon-box-title\"> CONTACT ME </h2> </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]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD63\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-newsletter\"></i> </span> <h2 class=\"ha-icon-box-title\"> SIGN UP FOR <br> MY NEWSLETTER </h2> </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]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"tel: 916-319-2063\"> 916-319-2063 </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]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"tel: 951-369-6644\"> 951-369-6644 </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\"> Privacy and Conditions of Use </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]"
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\"> Accessibility </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\"> General Disclaimer </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]"
            },
            "excerpt": "Privacy and Conditions of Use"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]/text()[1]"
            },
            "excerpt": "Accessibility"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]/text()[1]"
            },
            "excerpt": "General Disclaimer"
          },
          {
            "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p> <a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\"> Privacy and Conditions of Use </a> | <a href=\"https://www.assembly.ca.gov ... oopener\"> Accessibility </a> | <a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\"> General Disclaimer </a> | Copyright © 2023 AD63 | ESSAYLI. All rights reserved. </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]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p> State Capitol <br> P.O. Box 942849 <br> Sacramento, CA 94249-0063 <br> Phone - <a href=\"tel: 916-319-2063\"> 916-319-2063 </a> <br> </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]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]"
            },
            "excerpt": "<p> 1223 University Avenue <br> Suite 230 <br> Riverside, CA 92507 <br> Phone - <a href=\"tel: 951-369-6644\"> 951-369-6644 </a> <br> </p>"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\"> IN THE NEWS </h2>"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\"> BUSINESS RESOURCES </h2>"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\"> CONTACT ME </h2>"
          }
        ]
      },
      "endTime": 1687102112066
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687102112067,
      "url": "https://ad63.asmrc.org/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 55,
          "rulesPassed": 43,
          "rulesWarned": 2,
          "rulesViolated": 2,
          "warnings": {
            "minor": 16,
            "moderate": 0,
            "serious": 3,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 1,
            "serious": 3,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T15:28:32.481Z",
          "url": "https://ad63.asmrc.org/",
          "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": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-background-overlay\"></div>",
                          "target": [
                            ".elementor-background-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>ASSEMBLYMEMBER</p>",
                  "target": [
                    ".elementor-element-4f5b6ee > .elementor-widget-container > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "61.5pt (82px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-background-overlay\"></div>",
                          "target": [
                            ".elementor-background-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Bill</p>",
                  "target": [
                    ".elementor-element-01e5017 > .elementor-widget-container > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "61.5pt (82px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-background-overlay\"></div>",
                          "target": [
                            ".elementor-background-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Essayli</p>",
                  "target": [
                    ".elementor-element-64eb485 > .elementor-widget-container > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "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": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
                  "target": [
                    "div[data-sticky=\"fixed:shrink\"] > div[data-column-set=\"2\"][data-transparent-row=\"yes\"][data-row=\"middle\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad63.asmrc.org/\"] > .sticky-logo.lazyload"
                  ],
                  "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 class=\"sub-menu\">\n\t<li id=\"menu-item-256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a></li>\n</ul>",
                  "target": [
                    "#menu-item-3588 > .sub-menu"
                  ],
                  "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 class=\"sub-menu\">",
                  "target": [
                    "#menu-item-3589 > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-device=\"mobile\" data-transparent=\"\">",
                  "target": [
                    "div[data-device=\"mobile\"][data-transparent=\"\"]"
                  ],
                  "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 width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
                  "target": [
                    "div[data-sticky=\"shrink\"] > div[data-column-set=\"2\"][data-transparent-row=\"yes\"][data-row=\"middle\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad63.asmrc.org/\"] > .sticky-logo.lazyload"
                  ],
                  "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=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>",
                  "target": [
                    ".ct-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"elementor-element elementor-element-7cd1263 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"7cd1263\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">",
                  "target": [
                    ".elementor-element-7cd1263"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"elementor-element elementor-element-662802f elementor-shape-circle e-grid-align-left e-grid-align-tablet-left e-grid-align-mobile-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"662802f\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">",
                  "target": [
                    ".elementor-element-662802f"
                  ],
                  "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=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">",
                  "target": [
                    "#offcanvas"
                  ],
                  "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 class=\"sub-menu\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a></li>\n</ul>",
                  "target": [
                    "#menu-main-1 > .menu-item-3588.menu-item-has-children.menu-item-type-custom > .sub-menu"
                  ],
                  "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 class=\"sub-menu\">",
                  "target": [
                    "#menu-main-1 > .menu-item-3589.menu-item-has-children.menu-item-type-custom > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">",
                  "target": [
                    ".ct-back-to-top"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"toolbar_plugin\" class=\"scaccessibletoolbar\" style=\"background-color: rgb(0, 79, 206); display: none;\">",
                  "target": [
                    "#toolbar_plugin"
                  ],
                  "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=\"fr_label startapp\" style=\"cursor: pointer;\">Screen Reader</span>",
                  "target": [
                    ".fr_label"
                  ],
                  "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=\"speaker_plugin\" class=\"scbasebin speaker\" style=\"width: 325px; display: none;\">",
                  "target": [
                    "#speaker_plugin"
                  ],
                  "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=\"volume_plugin\" class=\"scbasebin\" style=\"display: none;\">",
                  "target": [
                    "#volume_plugin"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#be1f43",
                        "bgColor": "#f2f5f7",
                        "contrastRatio": 5.53,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"ct-footer\" data-id=\"type-1\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>",
                  "target": [
                    ".exitNotifierLink"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#be1f43",
                        "bgColor": "#f2f5f7",
                        "contrastRatio": 5.53,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"ct-footer\" data-id=\"type-1\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>",
                  "target": [
                    "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#be1f43",
                        "bgColor": "#f2f5f7",
                        "contrastRatio": 5.53,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"ct-footer\" data-id=\"type-1\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>",
                  "target": [
                    "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h5>State Capitol Office</h5>",
                  "target": [
                    "#block-8 > h5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          16,
          3,
          1,
          3
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-4f5b6ee > .elementor-widget-container > p"
            },
            "excerpt": "<p>ASSEMBLYMEMBER</p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-01e5017 > .elementor-widget-container > p"
            },
            "excerpt": "<p>Bill</p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-64eb485 > .elementor-widget-container > p"
            },
            "excerpt": "<p>Essayli</p>"
          },
          {
            "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": "div[data-sticky=\"fixed:shrink\"] > div[data-column-set=\"2\"][data-transparent-row=\"yes\"][data-row=\"middle\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad63.asmrc.org/\"] > .sticky-logo.lazyload"
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
          },
          {
            "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": "#menu-item-3588 > .sub-menu"
            },
            "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</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": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-item-3589 > .sub-menu"
            },
            "excerpt": "<ul class=\"sub-menu\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[data-device=\"mobile\"][data-transparent=\"\"]"
            },
            "excerpt": "<div data-device=\"mobile\" data-transparent=\"\">"
          },
          {
            "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": "div[data-sticky=\"shrink\"] > div[data-column-set=\"2\"][data-transparent-row=\"yes\"][data-row=\"middle\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad63.asmrc.org/\"] > .sticky-logo.lazyload"
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
          },
          {
            "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": ".ct-label"
            },
            "excerpt": "<span class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-7cd1263"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-7cd1263 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"7cd1263\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-662802f"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-662802f elementor-shape-circle e-grid-align-left e-grid-align-tablet-left e-grid-align-mobile-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"662802f\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "offcanvas",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#offcanvas"
            },
            "excerpt": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">"
          },
          {
            "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": "#menu-main-1 > .menu-item-3588.menu-item-has-children.menu-item-type-custom > .sub-menu"
            },
            "excerpt": "<ul class=\"sub-menu\"> <li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</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": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-main-1 > .menu-item-3589.menu-item-has-children.menu-item-type-custom > .sub-menu"
            },
            "excerpt": "<ul class=\"sub-menu\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".ct-back-to-top"
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">"
          },
          {
            "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": "toolbar_plugin",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#toolbar_plugin"
            },
            "excerpt": "<div id=\"toolbar_plugin\" class=\"scaccessibletoolbar\" style=\"background-color: rgb(0, 79, 206); display: none;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".fr_label"
            },
            "excerpt": "<span class=\"fr_label startapp\" style=\"cursor: pointer;\">Screen Reader</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": "speaker_plugin",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#speaker_plugin"
            },
            "excerpt": "<div id=\"speaker_plugin\" class=\"scbasebin speaker\" style=\"width: 325px; 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": "DIV",
            "id": "volume_plugin",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#volume_plugin"
            },
            "excerpt": "<div id=\"volume_plugin\" class=\"scbasebin\" style=\"display: none;\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".exitNotifierLink"
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(2)"
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(3)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-8 > h5"
            },
            "excerpt": "<h5>State Capitol Office</h5>"
          }
        ]
      },
      "endTime": 1687102112513
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102112513,
      "endTime": 1687102113006
    },
    {
      "type": "url",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)",
      "startTime": 1687102113006,
      "result": {
        "url": "https://ad63.asmrc.org/"
      },
      "endTime": 1687102115207
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687102115208,
      "url": "https://ad63.asmrc.org/",
      "what": "Level Access Continuum, community edition",
      "result": [],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687102115468
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102115468,
      "endTime": 1687102115947
    },
    {
      "type": "url",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)",
      "startTime": 1687102115947,
      "result": {
        "url": "https://ad63.asmrc.org/"
      },
      "endTime": 1687102118152
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687102118153,
      "url": "https://ad63.asmrc.org/",
      "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=\"ha-icon-box-title\">...</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=\"ha-icon-box-title\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.": [
              {
                "tagName": "h5",
                "id": "",
                "code": "<h5>...</h5>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation:  change text colour to #030303.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.06:1. Recommendation:  change text colour to #1f1f1f.": [
              {
                "tagName": "noscript",
                "id": "",
                "code": "<noscript>...</noscript>"
              }
            ]
          },
          "AAA.1_4_6.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"sc-range-plus sc-range-button\" data-sc-range-action=\"increase\" accesskey=\"+\" role=\"button\" aria-label=\"Increase\">...</div>"
              }
            ]
          },
          "AAA.1_3_1.H48.2": {
            "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [
              {
                "tagName": "div",
                "id": "#block-31",
                "code": "<div class=\"ct-widget widget_block widget_text\" id=\"block-31\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AAA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">...</a>"
              },
              {
                "tagName": "div",
                "id": "#accessibility-links",
                "code": "<div id=\"accessibility-links\" class=\"bottomleft fixed vertical screenreader-closed\" style=\"background-color: rgb(238, 238, 238);\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#offcanvas",
                "code": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#text_plugin",
                "code": "<div id=\"text_plugin\" class=\"scbasebin screenreader text\" aria-label=\" - Screen Reader - \" role=\"button\" style=\"background-color: rgb(0, 79, 206); cursor: pointer;\" accesskey=\"L\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div data-sticky=\"fixed:shrink\">...</div>"
              }
            ],
            "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [
              {
                "tagName": "meta",
                "id": "",
                "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover\">"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.BGColour": {
            "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"sc-range-base\" data-sc-range-volume=\"80\" style=\"background: linear-gradient(90deg, rgb(218, 232, 254) 70%, rgb(242, 247, 250) 80%);\">...</div>"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "span",
                "id": "#toolbar_closer",
                "code": "<span id=\"toolbar_closer\" data-title=\"Close accessibility interface\" aria-label=\"Close accessibility interface\" role=\"button\" class=\"scaccessibletoolbarcloser\" style=\"color: transparent; text-shadow: rgb(0, 79, 206) 0px 0px 0px;\">...</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": "a",
                "id": "",
                "code": "<a class=\"skip-link show-on-focus\" href=\"#main\">...</a>"
              }
            ]
          },
          "AAA.3_2_5.H83.3": {
            "Check that this link's link text contains information indicating that the link will open in a new window.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bc1a439\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-49d3ad0\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dde2407\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.Placeholder": {
            "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bc1a439\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-49d3ad0\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dde2407\" target=\"_blank\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          22,
          0,
          0,
          8
        ],
        "instances": [
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"sc-range-plus sc-range-button\" data-sc-range-action=\"increase\" accesskey=\"+\" role=\"button\" aria-label=\"Increase\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H48.2",
            "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "block-31",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"ct-widget widget_block widget_text\" id=\"block-31\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H48.2",
            "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "ruleID": "AAA.1_3_1.H48",
            "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">...</a>"
          },
          {
            "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": "accessibility-links",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"accessibility-links\" class=\"bottomleft fixed vertical screenreader-closed\" style=\"background-color: rgb(238, 238, 238);\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "offcanvas",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "text_plugin",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"text_plugin\" class=\"scbasebin screenreader text\" aria-label=\" - Screen Reader - \" role=\"button\" style=\"background-color: rgb(0, 79, 206); cursor: pointer;\" accesskey=\"L\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-sticky=\"fixed:shrink\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover\">"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.BGColour",
            "what": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"sc-range-base\" data-sc-range-volume=\"80\" style=\"background: linear-gradient(90deg, rgb(218, 232, 254) 70%, rgb(242, 247, 250) 80%);\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "toolbar_closer",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span id=\"toolbar_closer\" data-title=\"Close accessibility interface\" aria-label=\"Close accessibility interface\" role=\"button\" class=\"scaccessibletoolbarcloser\" style=\"color: transparent; text-shadow: rgb(0, 79, 206) 0px 0px 0px;\">...</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": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bc1a439\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-49d3ad0\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dde2407\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Placeholder",
            "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bc1a439\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Placeholder",
            "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-49d3ad0\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Placeholder",
            "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dde2407\" target=\"_blank\">...</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=\"ha-icon-box-title\">...</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=\"ha-icon-box-title\">...</h2>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h5>...</h5>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation:  change text colour to #030303.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation:  change text colour to #030303.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation:  change text colour to #030303.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.06:1. Recommendation:  change text colour to #1f1f1f.",
            "ordinalSeverity": 3,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<noscript>...</noscript>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          }
        ]
      },
      "endTime": 1687102118359
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102118359,
      "endTime": 1687102118845
    },
    {
      "type": "url",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)",
      "startTime": 1687102118845,
      "result": {
        "url": "https://ad63.asmrc.org/"
      },
      "endTime": 1687102121002
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687102121002,
      "url": "https://ad63.asmrc.org/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 2,
          "recommendation": 1,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/span[2]",
              "aria": "/document[1]"
            },
            "message": "The <span> element has the id \"elementor-device-mode\" that is already in use",
            "bounds": {
              "left": -1,
              "top": -160001,
              "height": 1,
              "width": 1
            },
            "snippet": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 20,
              "width": 40
            },
            "snippet": "<a href=\"#main\" class=\"skip-link show-on-focus\">",
            "level": "violation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/link[39]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"charset\" is deprecated for the <link> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<link charset=\"utf-8\" rel=\"stylesheet\" href=\"https://ad63.asmrc.org/wp-content/plugins/screenreader/libraries/controller/css/accessible.css\" type=\"text/css\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          1,
          0,
          2
        ],
        "instances": [
          {
            "ruleID": "element_id_unique",
            "what": "The <span> element has the id \"elementor-device-mode\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/span[2]"
            },
            "excerpt": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/a[1]"
            },
            "excerpt": "<a href=\"#main\" class=\"skip-link show-on-focus\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"charset\" is deprecated for the <link> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/link[39]"
            },
            "excerpt": "<link charset=\"utf-8\" rel=\"stylesheet\" href=\"https://ad63.asmrc.org/wp-content/plugins/screenreader/libraries/controller/css/accessible.css\" type=\"text/css\">"
          }
        ]
      },
      "endTime": 1687102125659
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102125659,
      "endTime": 1687102126148
    },
    {
      "type": "url",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)",
      "startTime": 1687102126148,
      "result": {
        "url": "https://ad63.asmrc.org/"
      },
      "endTime": 1687102129369
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687102129369,
      "url": "https://ad63.asmrc.org/",
      "what": "Nu Html Checker",
      "result": {
        "prevented": true,
        "error": "ERROR getting page for nuVal test",
        "success": true
      },
      "standardResult": {
        "totals": [],
        "instances": [],
        "prevented": true
      },
      "endTime": 1687102129578
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687102129578,
      "url": "https://ad63.asmrc.org/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 15:28:51",
          "hash": "5f4e685feeec910b70ec9b0bcee43104d669c6757a9d710154e68722870bb4e6f10319ef01084b0522783ae35bd4189e1099f3abe996d33192814e3e397ac8b6",
          "page": {
            "viewport": {
              "mobile": false,
              "landscape": true,
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36",
              "resolution": {
                "width": 1366,
                "height": 768
              }
            }
          }
        },
        "metadata": {
          "passed": 34,
          "warning": 14,
          "failed": 5,
          "inapplicable": 72
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 14,
              "warning": 7,
              "failed": 1,
              "inapplicable": 45
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R18": {
                "name": "`id` attribute value is unique",
                "code": "QW-ACT-R18",
                "mapping": "3ea0c8",
                "description": "This rule checks that all id attribute values on a single page are unique.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.1",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#parsing"
                    }
                  ],
                  "related": [
                    "H93"
                  ],
                  "url": "https://act-rules.github.io/rules/3ea0c8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 101,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Several elements have the same `id` attribute."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>",
                        "pointer": "html > body:nth-child(2) > span:nth-child(26)"
                      },
                      {
                        "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>",
                        "pointer": "html > body:nth-child(2) > span:nth-child(27)"
                      }
                    ],
                    "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": 16,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" cl …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">My District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"></span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"></span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tIN THE NEWS\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tBUSINESS RESOURCES\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section: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 class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/contact-me/\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tCONTACT ME\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD63\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tSIGN UP FOR  MY NEWSLETTER\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"tel: 916-319-2063\">916-319-2063</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"tel: 951-369-6644\">951-369-6644</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > 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.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><head></head><body>AD63 | ESSAYLI | Assemblyman Bill Essayli\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/ad63.asmrc.org\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/ad63.asmrc.org\\/#listItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/ad63.asmrc.org\\/\",\"name\":\"Home\",\"description\":\"Assemblymember Bill Essayli | California State Legislature | Assembly District 63 | AD63\",\"url\":\"https:\\/\\/ad63.asmrc.org\\/\"}}]},{\"@type\":\"Organization\",\"@id\" …",
                        "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": 21,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">My District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>ASSEMBLYMEMBER</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>Bill</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>Essayli</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">BUSINESS RESOURCES</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR  MY NEWSLETTER</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5>State Capitol Office</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>State CapitolP.O. Box 942849Sacramento, CA 94249-0063Phone - 916-319-2063</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"tel: 916-319-2063\">916-319-2063</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5>District Office</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>1223 University AvenueSuite 230Riverside, CA 92507Phone - 951-369-6644</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"tel: 951-369-6644\">951-369-6644</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD63 | ESSAYLI. All rights reserved.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 5,
              "failed": 3,
              "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=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-blink e--ua-mac e--ua-webkit\" data-link=\"type-2\" data-prefix=\"single_page\" data-header=\"type-1:sticky\" data-footer=\"type-1\" itemscope=\"itemscope\" itemtype=\"http://schema.org/WebPage\" data-elementor-device-mode=\"desktop\" style=\"font-size: 100%;\">\n\n\n\tSkip to content\n\n\n\n\t\n\n\n\t\t\t<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyl …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The first focusable control is a visible link to a <main> element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The first focusable control is a visible link to a <main> element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T10": {
                "name": "Combining adjacent image and text links for the same resource",
                "code": "QW-WCAG-T10",
                "mapping": "H2",
                "description": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv-all.html"
                    },
                    {
                      "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"
                    }
                  ],
                  "related": [
                    "G91",
                    "G94",
                    "H30",
                    "C9",
                    "F89"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H2",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The link contains an image that has an alt attribute that should be manually verified."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The link contains an image that has an alt attribute that should be manually verified.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" cl …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "The link contains an image that has an alt attribute that should be manually verified.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" cl …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T20": {
                "name": "Supplementing link text with the title attribute",
                "code": "QW-WCAG-T20",
                "mapping": "H33",
                "description": "Supplementing link text with the title attribute",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only"
                    }
                  ],
                  "related": [
                    "C7",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that the element's title attribute describes correctly the link."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">\n\n\t\t\n\t\t\n\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)"
                      }
                    ],
                    "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": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul id=\"menu-main\" class=\"menu\"><li id=\"menu-item-3838\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3838\"><a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Press Releases</a></li>\n<li id=\"menu-item-3588\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3588 animated-submenu\" data-submenu=\"right …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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 class=\"sub-menu\">\n\t<li id=\"menu-item-256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a></li>\n</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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 class=\"sub-menu\">\n\t<li id=\"menu-item-258\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-258\"><a href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a></li>\n\t<li id=\"menu-item-3598\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3598\"><a href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\" _ …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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 id=\"menu-main-1\" class=\"\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3838\"><a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Press Releases</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3588\"><a href=\"#\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-c …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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 class=\"sub-menu\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a></li>\n</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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 class=\"sub-menu\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-258\"><a href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a></li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3598\"><a href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)"
                      }
                    ],
                    "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": 4,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyloaded\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo ls-is-cached lazyloaded\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 1,
                  "warning": 0,
                  "failed": 4,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var( …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "0px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bc1a439\" target=\"_blank\">\n\t\t\t\t\t\tFacebook\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dde2407\" target=\"_blank\">\n\t\t\t\t\t\tTwitter\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-49d3ad0\" target=\"_blank\">\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  }
                ]
              },
              "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": 1,
                  "warning": 0,
                  "failed": 57,
                  "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": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>",
                        "pointer": "html > body: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": "<noscript><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<noscript><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > 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 href=\"#\" class=\"ct-menu-link\">My District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > 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 href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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": "<a href=\"#\" class=\"ct-menu-link\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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 href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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 href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\">Contact Me</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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": "<noscript><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<noscript><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a: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": "<p>ASSEMBLYMEMBER</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>Bill</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>Essayli</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>HONORED TO SERVE: RIVERSIDE COUTY – ANZA, IDYLLWILD-PINE COVE, VALLE VISTA, SAN DIEGO COUNTY – ALPINE, BORREGO SPRINGS, DESCANSO, EL CAJON, EUCALYPTUS HILLS, GRANITE HILLS, HARBISON CANYON, JACUMBA HOT SPRINGS, JAMUL, JULIAN, LA PRESA – LAKESIDE, RAMONA, RANCHO SAN DIEGO, SAN DIEGO COUNTY ESTATES, SANTEE, SPRING VALLEY, WINTER GARDENS</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"elementor-screen-only\">Facebook</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a: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": "<span class=\"elementor-screen-only\">Twitter</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a: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": "<span class=\"elementor-screen-only\">Instagram</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a: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": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">BUSINESS RESOURCES</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR  MY NEWSLETTER</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h5>State Capitol Office</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>State CapitolP.O. Box 942849Sacramento, CA 94249-0063Phone - 916-319-2063</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"tel: 916-319-2063\">916-319-2063</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h5>District Office</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>1223 University AvenueSuite 230Riverside, CA 92507Phone - 951-369-6644</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"tel: 951-369-6644\">951-369-6644</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD63 | ESSAYLI. All rights reserved.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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 href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a: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": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > 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 href=\"#\" class=\"ct-menu-link\">My District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > 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 href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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": "<a href=\"#\" class=\"ct-menu-link\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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 href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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 href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\">Contact Me</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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": "<span class=\"scaccessibletoolbar-text\">Screen Reader</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > 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": "<span class=\"fr_label startapp\" style=\"cursor: pointer;\">Screen Reader</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"sc-section-title\" aria-label=\"Text Reader\">Text Reader</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div: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": "<button id=\"fr_screenreader_play\" title=\" - Play - \" aria-label=\" - Play - \" role=\"button\" accesskey=\"P\" class=\"pinnable\">Play</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"fr_screenreader_pause\" title=\" - Pause - \" aria-label=\" - Pause - \" role=\"button\" accesskey=\"E\" class=\"pinnable\">Pause</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > button: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": "<button id=\"fr_screenreader_stop\" title=\" - Stop - \" aria-label=\" - Stop - \" role=\"button\" accesskey=\"S\" class=\"pinnable\">Stop</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<i class=\"acsbi-chevron_up\">+</i>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > i: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 class=\"sc-range-base\" data-sc-range-volume=\"80\" style=\"background: linear-gradient(90deg, rgb(218, 232, 254) 70%, rgb(242, 247, 250) 80%);\">Volume 80%</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"sc-range-volume-value\">80</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div: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": "<i class=\"acsbi-chevron_down\">-</i>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > i: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 class=\"sc-section-title\" aria-label=\"Font sizing\">Font sizing</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > div: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": "<button id=\"fr_screenreader_font_increase\" title=\" - Increase - \" aria-label=\" - Increase - \" role=\"button\" accesskey=\"O\" data-value=\"1\" class=\"sizable\">Increase</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"fr_screenreader_font_decrease\" title=\" - Decrease - \" aria-label=\" - Decrease - \" role=\"button\" accesskey=\"U\" data-value=\"-1\" class=\"sizable\">Decrease</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > button: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": "<button id=\"fr_screenreader_font_reset\" title=\" - Reset - \" aria-label=\" - Reset - \" role=\"button\" accesskey=\"R\" data-value=\"0\" class=\"resizable\">Reset</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"sc-section-title\" aria-label=\"High contrast color\">High contrast color</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > div: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": "<button id=\"fr_screenreader_highcontrast\" title=\" - Toggle high contrast - \" aria-label=\" - Toggle high contrast - \" role=\"button\" accesskey=\"H\" data-value=\"0\">Toggle high contrast</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"fr_screenreader_highcontrast2\" title=\" - Toggle high contrast - \" aria-label=\" - Toggle high contrast - \" role=\"button\" accesskey=\"J\" data-alternate=\"1\" data-rotate=\"180\">Toggle high contrast</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > button: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": "<button id=\"fr_screenreader_highcontrast3\" title=\" - Toggle high contrast - \" aria-label=\" - Toggle high contrast - \" role=\"button\" accesskey=\"K\" data-alternate=\"2\" data-rotate=\"180\" data-brightness=\"6\">Toggle high contrast</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 15,
              "warning": 2,
              "failed": 1,
              "inapplicable": 6
            },
            "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": 6,
                  "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=\"ha-icon-box-title\">IN THE NEWS</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">BUSINESS RESOURCES</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR  MY NEWSLETTER</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5>State Capitol Office</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5>District Office</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5: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": 2,
                  "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 width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP17": {
                "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block",
                "code": "QW-BP17",
                "mapping": "G123",
                "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
                "metadata": {
                  "target": {
                    "element": "a",
                    "attributes": "href"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123",
                  "passed": 0,
                  "warning": 3,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "This link skips a content block."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<main id=\"main\" class=\"site-main hfeed\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner&gt;.elementor-widget-spacer,.e-con&gt;.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner&gt;.elementor-widget-spacer&gt;.elementor-widget-container,.e-con-inner&gt;.elementor-widget-spacer&gt;.elementor-widget-container&gt;.elementor-spacer,.e-con&gt;.elementor-widget-spacer&gt;.elementor-widget-container,.e-con&gt;.elementor- …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#offcanvas\" class=\"ct-header-trigger\" data-design=\"simple\" data-label=\"right\" aria-label=\"Menu\" data-id=\"trigger\">\n\n\tMenu\n\n\t\n\n\t\t\n\t\t\n\t\t\n\t\n\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\n\tPress Releases\nMy District\n\n\tDistrict Map\n\n\nAbout\n\n\tBiography\n\tContact Me\n\n\n\n</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">\n\n\t\t\n\t\t\n\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)"
                      },
                      {
                        "htmlCode": "<div id=\"main-container\">\n\t\n\n\n\t\t\t<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\"   alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:im …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 68,
                "document": 1,
                "none": 8,
                "img": 4,
                "navigation": 2,
                "list": 6,
                "listitem": 12,
                "button": 17,
                "graphics-document": 7,
                "main": 1,
                "region": 2,
                "heading": 6
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 20,
                "link": 42,
                "title": 1,
                "script": 47,
                "style": 16,
                "noscript": 5,
                "body": 1,
                "a": 29,
                "svg": 15,
                "defs": 8,
                "filter": 8,
                "fecolormatrix": 8,
                "fecomponenttransfer": 8,
                "fefuncr": 8,
                "fefuncg": 8,
                "fefuncb": 8,
                "fefunca": 8,
                "fecomposite": 8,
                "div": 94,
                "header": 1,
                "img": 4,
                "nav": 2,
                "ul": 6,
                "li": 12,
                "span": 21,
                "path": 6,
                "rect": 3,
                "main": 1,
                "section": 2,
                "p": 8,
                "i": 9,
                "h2": 4,
                "br": 10,
                "footer": 1,
                "h5": 2,
                "button": 9
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          26,
          44,
          62,
          2
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > span:nth-child(26)"
            },
            "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > span:nth-child(27)"
            },
            "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essay ... o\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" cl …"
          },
          {
            "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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">My District</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"></span>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">About</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"></span>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\"> IN THE 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(10) > main:nth-child(2) > div:nth-child(1) > section: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 class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/coming-soon/\"> BUSINESS RESOURCES </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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad63.asmrc.org/contact-me/\"> CONTACT ME </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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD63\"> SIGN UP FOR MY NEWSLETTER </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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"tel: 916-319-2063\">916-319-2063</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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"tel: 951-369-6644\">951-369-6644</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>"
          },
          {
            "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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\" style=\"background-color: rgb(255, 255, 255);\"><head></head><body>AD63 | ESSAYLI | Assemblyman Bill Essayli {\"@context\":\"https:\\/\\/ ... mrc.org\\/\",\"name\":\"Home\",\"description\":\"Assemblymember Bill Essayli | California State Legislature | Assembly District 63 | AD63\",\"url\":\"https:\\/\\/ad63.asmrc.org\\/\"}}]},{\"@type\":\"Organization\",\"@id\" …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">My District</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">About</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>ASSEMBLYMEMBER</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>Bill</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>Essayli</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">BUSINESS RESOURCES</h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER</h2>"
          },
          {
            "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": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)"
            },
            "excerpt": "<h5>State Capitol Office</h5>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)"
            },
            "excerpt": "<p>State CapitolP.O. Box 942849Sacramento, CA 94249-0063Phone - 916-319-2063</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"tel: 916-319-2063\">916-319-2063</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)"
            },
            "excerpt": "<h5>District Office</h5>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)"
            },
            "excerpt": "<p>1223 University AvenueSuite 230Riverside, CA 92507Phone - 951-369-6644</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"tel: 951-369-6644\">951-369-6644</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD63 | ESSAYLI. All rights reserved.</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-pag ...  to content <img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyl …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>"
          },
          {
            "ruleID": "QW-WCAG-T10",
            "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essay ... o\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" cl …"
          },
          {
            "ruleID": "QW-WCAG-T10",
            "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essay ... o\" alt=\"AD63 Bill Essayli Logo\" /><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" cl …"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> </a>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "menu-main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"menu-main\" class=\"menu\"><li id=\"menu-item-3838\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3838\"><a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"c ... h-child(1)\">Press Releases</a></li> <li id=\"menu-item-3588\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3588 animated-submenu\" data-submenu=\"right …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\" _selecto ... ild(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a></li> </ul>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-258\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-258\"><a href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\" _selector=\" ... hild(1)\">Biography</a></li> <li id=\"menu-item-3598\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3598\"><a href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\" _ …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "menu-main-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"menu-main-1\" class=\"\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3838\"><a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\" _selector ... 588\"><a href=\"#\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-c …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"sub-menu\"> <li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\" _selector=\"html > body:nth- ... ld(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a></li> </ul>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"sub-menu\"> <li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-258\"><a href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\" _selector=\"html > body:nth-chi ... f=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:n …"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)"
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyloaded\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)"
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo ls-is-cached lazyloaded\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> /*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-gr ... .elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var( …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bc1a439\" target=\"_blank\"> Facebook </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dde2407\" target=\"_blank\"> Twitter </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-49d3ad0\" target=\"_blank\"> Instagram </a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)"
            },
            "excerpt": "<noscript><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" ... <noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)"
            },
            "excerpt": "<noscript><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload ... noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">My District</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">About</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\">Contact Me</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)"
            },
            "excerpt": "<noscript><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" ... <noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)"
            },
            "excerpt": "<noscript><img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload ... noscript><img width=\"684\" height=\"167\" src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD63 Bill Essayli Logo\" /></noscript>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>ASSEMBLYMEMBER</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>Bill</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>Essayli</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>HONORED TO SERVE: RIVERSIDE COUTY – ANZA, IDYLLWILD-PINE COVE, VALLE VISTA, SAN DIEGO COUNTY – ALPINE, BORREGO SPRINGS, DESCANSO, EL CAJON, EUCALYPTUS HILLS, GRANITE HILLS, HARBISON CANYON, JACUMBA HOT SPRINGS, JAMUL, JULIAN, LA PRESA – LAKESIDE, RAMONA, RANCHO SAN DIEGO, SAN DIEGO COUNTY ESTATES, SANTEE, SPRING VALLEY, WINTER GARDENS</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"elementor-screen-only\">Facebook</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"elementor-screen-only\">Twitter</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"elementor-screen-only\">Instagram</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">BUSINESS RESOURCES</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)"
            },
            "excerpt": "<h5>State Capitol Office</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)"
            },
            "excerpt": "<p>State CapitolP.O. Box 942849Sacramento, CA 94249-0063Phone - 916-319-2063</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"tel: 916-319-2063\">916-319-2063</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)"
            },
            "excerpt": "<h5>District Office</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)"
            },
            "excerpt": "<p>1223 University AvenueSuite 230Riverside, CA 92507Phone - 951-369-6644</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"tel: 951-369-6644\">951-369-6644</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD63 | ESSAYLI. All rights reserved.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">My District</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">About</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/contact-me/\" class=\"ct-menu-link\">Contact Me</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"scaccessibletoolbar-text\">Screen Reader</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"fr_label startapp\" style=\"cursor: pointer;\">Screen Reader</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"sc-section-title\" aria-label=\"Text Reader\">Text Reader</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_play",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"fr_screenreader_play\" title=\" - Play - \" aria-label=\" - Play - \" role=\"button\" accesskey=\"P\" class=\"pinnable\">Play</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_pause",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > button:nth-child(3)"
            },
            "excerpt": "<button id=\"fr_screenreader_pause\" title=\" - Pause - \" aria-label=\" - Pause - \" role=\"button\" accesskey=\"E\" class=\"pinnable\">Pause</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_stop",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > button:nth-child(4)"
            },
            "excerpt": "<button id=\"fr_screenreader_stop\" title=\" - Stop - \" aria-label=\" - Stop - \" role=\"button\" accesskey=\"S\" class=\"pinnable\">Stop</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "I",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > i:nth-child(1)"
            },
            "excerpt": "<i class=\"acsbi-chevron_up\">+</i>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"sc-range-base\" data-sc-range-volume=\"80\" style=\"background: linear-gradient(90deg, rgb(218, 232, 254) 70%, rgb(242, 247, 250) 80%);\">Volume 80%</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"sc-range-volume-value\">80</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "I",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > i:nth-child(1)"
            },
            "excerpt": "<i class=\"acsbi-chevron_down\">-</i>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"sc-section-title\" aria-label=\"Font sizing\">Font sizing</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_font_increase",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"fr_screenreader_font_increase\" title=\" - Increase - \" aria-label=\" - Increase - \" role=\"button\" accesskey=\"O\" data-value=\"1\" class=\"sizable\">Increase</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_font_decrease",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)"
            },
            "excerpt": "<button id=\"fr_screenreader_font_decrease\" title=\" - Decrease - \" aria-label=\" - Decrease - \" role=\"button\" accesskey=\"U\" data-value=\"-1\" class=\"sizable\">Decrease</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_font_reset",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(2) > button:nth-child(4)"
            },
            "excerpt": "<button id=\"fr_screenreader_font_reset\" title=\" - Reset - \" aria-label=\" - Reset - \" role=\"button\" accesskey=\"R\" data-value=\"0\" class=\"resizable\">Reset</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"sc-section-title\" aria-label=\"High contrast color\">High contrast color</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_highcontrast",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"fr_screenreader_highcontrast\" title=\" - Toggle high contrast - \" aria-label=\" - Toggle high contrast - \" role=\"button\" accesskey=\"H\" data-value=\"0\">Toggle high contrast</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_highcontrast2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > button:nth-child(3)"
            },
            "excerpt": "<button id=\"fr_screenreader_highcontrast2\" title=\" - Toggle high contrast - \" aria-label=\" - Toggle high contrast - \" role=\"button\" accesskey=\"J\" data-alternate=\"1\" data-rotate=\"180\">Toggle high contrast</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "fr_screenreader_highcontrast3",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(31) > div:nth-child(3) > div:nth-child(3) > button:nth-child(4)"
            },
            "excerpt": "<button id=\"fr_screenreader_highcontrast3\" title=\" - Toggle high contrast - \" aria-label=\" - Toggle high contrast - \" role=\"button\" accesskey=\"K\" data-alternate=\"2\" data-rotate=\"180\" data-brightness=\"6\">Toggle high contrast</button>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">BUSINESS RESOURCES</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)"
            },
            "excerpt": "<h5>State Capitol Office</h5>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)"
            },
            "excerpt": "<h5>District Office</h5>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"></svg>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2)"
            },
            "excerpt": "<main id=\"main\" class=\"site-main hfeed\"> /*! elementor - v3.13.3 - 28-05-2023 */ .elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner&g ... -widget-container,.e-con-inner&gt;.elementor-widget-spacer&gt;.elementor-widget-container&gt;.elementor-spacer,.e-con&gt;.elementor-widget-spacer&gt;.elementor-widget-container,.e-con&gt;.elementor- …"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#offcanvas\" class=\"ct-header-trigger\" data-design=\"simple\" data-label=\"right\" aria-label=\"Menu\" data-id=\"trigger\"> Menu </a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "offcanvas",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)"
            },
            "excerpt": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\"> Press Releases My District District Map About Biography Contact Me </div>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> </a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "main-container",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10)"
            },
            "excerpt": "<div id=\"main-container\"> <img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"stick ... idth=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-content/uploads/2022/11/63_Essayli_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:im …"
          }
        ]
      },
      "endTime": 1687102132495
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687102132495,
      "url": "https://ad63.asmrc.org/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.082",
        "responseTime": "2023-06-18T15:28:52.154Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1138293,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 170,
              "failing": 10
            },
            "issues": {
              "totalErrors": 18,
              "totalWarnings": 16,
              "totalIssues": 34
            },
            "issuesByLevel": {
              "A": {
                "count": 23,
                "pct": 67.65
              },
              "AA": {
                "count": 18,
                "pct": 52.94
              },
              "AAA": {
                "count": 34,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 1,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "cd19d240-898a-4eb1-8d7e-8b400f42f5d8",
          "docID": "f93bd32f-81a4-48f2-8705-eac1486cd769",
          "sourceHash": "a08c13bab3fd0808aa8b953c5635b526",
          "urlHttpCode": 200,
          "clientScriptErrors": [
            {},
            {}
          ],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=cd19d240-898a-4eb1-8d7e-8b400f42f5d8",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 1167
                },
                "height": 1167,
                "width": 1024
              },
              "position": {
                "line": 7839,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit ",
              "xpath": "/html/body",
              "issueID": "4a583d3569850c5fa8eeec8e3ea88e90",
              "signature": "74012ec984a03c6c1cfa015f586d6d00",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=4a583d3569850c5fa8eeec8e3ea88e90"
            },
            {
              "tID": 36,
              "bpID": 4,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This text is justified.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid using justified text",
              "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 30
                },
                "bottom-right": {
                  "x": 487,
                  "y": 42
                },
                "height": 12,
                "width": 487
              },
              "position": {
                "line": 13565,
                "column": 8
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-4f5b6ee elementor-widget elementor-widget-text-editor\" data-id=\"4f5b6ee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"&gt; &lt;div class=\"elementor-widget-container\"&gt; &lt;style sty",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]",
              "issueID": "1d6c2741f988866747da18ec2f5448c6",
              "signature": "04f1e3e10226ef63052348b2af599231",
              "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=1d6c2741f988866747da18ec2f5448c6"
            },
            {
              "tID": 36,
              "bpID": 4,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This text is justified.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid using justified text",
              "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 491,
                  "y": 49
                },
                "height": 49,
                "width": 491
              },
              "position": {
                "line": 13566,
                "column": 6
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;style style=\"\"&gt;/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-edit",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]",
              "issueID": "2b9602b5dea6da82a7d669efb8b91ab5",
              "signature": "a1254bcbb02761787cb1824c77eda20b",
              "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=2b9602b5dea6da82a7d669efb8b91ab5"
            },
            {
              "tID": 36,
              "bpID": 4,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This text is justified.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid using justified text",
              "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 592,
                  "y": 1078
                },
                "height": 1078,
                "width": 592
              },
              "position": {
                "line": 13570,
                "column": 4
              },
              "errorSnippet": "&lt;style style=\"\"&gt;/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-dr",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/style[1]",
              "issueID": "bf53d552a14ddae282aa7c3ede66ecac",
              "signature": "ddd588386a7b20ee8d028f4bd9917d60",
              "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=bf53d552a14ddae282aa7c3ede66ecac"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": -4,
                  "y": 0
                },
                "bottom-right": {
                  "x": 487,
                  "y": 49
                },
                "height": 49,
                "width": 491
              },
              "position": {
                "line": 1550,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;ASSEMBLYMEMBER&lt;/p&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]",
              "issueID": "d6294b50944795d81f10d2665a4b2252",
              "signature": "f185273201b3973a5eec7fac555e1df7",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=d6294b50944795d81f10d2665a4b2252"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": -7,
                  "y": -7
                },
                "bottom-right": {
                  "x": 494,
                  "y": 93
                },
                "height": 100,
                "width": 501
              },
              "position": {
                "line": 1550,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;Bill&lt;/p&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]",
              "issueID": "bd899ee0bafbc20da97352c7a22b482b",
              "signature": "b6b4a4fca659efa9f61a3ccf9175abe5",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=bd899ee0bafbc20da97352c7a22b482b"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": -5,
                  "y": -51
                },
                "bottom-right": {
                  "x": 487,
                  "y": 49
                },
                "height": 100,
                "width": 492
              },
              "position": {
                "line": 1555,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;Essayli&lt;/p&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]",
              "issueID": "bb34b1a9e74f2fd5f6c903ba34242bf7",
              "signature": "e00634578fc0291d99a38727dacb4943",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=bb34b1a9e74f2fd5f6c903ba34242bf7"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 13581,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;style style=\"\"&gt;/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-wid",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]",
              "issueID": "d9fe46e7086911c00bcbd0369f353323",
              "signature": "378cdaf4d26dfe5fdca4fcb0d7170f23",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=d9fe46e7086911c00bcbd0369f353323"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -6
                },
                "bottom-right": {
                  "x": 0,
                  "y": 14
                },
                "height": 20,
                "width": 0
              },
              "position": {
                "line": 13762,
                "column": 0
              },
              "errorSnippet": "&lt;span class=\"fr_label startapp\" style=\"cursor: pointer;\"&gt;Screen Reader&lt;/span&gt;",
              "xpath": "/html/body/div[3]/div[2]/span[1]",
              "issueID": "c66088d786824fb66e64f1c84db537a3",
              "signature": "f94d4daf5846695b14fc557d28ea0cd7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=c66088d786824fb66e64f1c84db537a3"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 56.796875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 864.796875,
                  "y": 19
                },
                "height": 19,
                "width": 808
              },
              "position": {
                "line": 13686,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"ct-footer-copyright\" data-id=\"copyright\"&gt; &lt;p&gt;&lt;a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\"&gt;Privacy and Conditions of Use&lt;/a&gt; | &lt;a href=\"htt",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]",
              "issueID": "3f4b3503fd47c60fd35e30efecdd0bc2",
              "signature": "c3030bf020339e824d535e8c8c7aebb6",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=3f4b3503fd47c60fd35e30efecdd0bc2"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 939,
                  "y": 703
                },
                "bottom-right": {
                  "x": 960,
                  "y": 724
                },
                "height": 21,
                "width": 21
              },
              "position": {
                "line": 9796,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"&gt; &lt;svg class=\"ct-icon\" width=\"15\" height=\"15\" viewBox=\"0 0 20 20\"&gt;&lt;path d=\"M10,0L9.4,0.6L0.8,9",
              "xpath": "/html/body/div[2]/a[1]",
              "issueID": "b84c2709b249f15bbbbb896bfbea4b00",
              "signature": "71559e94a68bd2395fb4952e4276b938",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b84c2709b249f15bbbbb896bfbea4b00"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 107.5,
                  "y": 90
                },
                "height": 90,
                "width": 107.5
              },
              "position": {
                "line": 5803,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\" class=\"ct-menu-link\"&gt;My District&lt;span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"&gt;&lt;svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"&gt;&lt;path d=\"M2.1,3.2",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "725e30ebaca64950480f723a6e35738e",
              "signature": "79c90afa68fc6c139f3cf910ba21a943",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=725e30ebaca64950480f723a6e35738e"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 66.5,
                  "y": 90
                },
                "height": 90,
                "width": 66.5
              },
              "position": {
                "line": 5804,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\" class=\"ct-menu-link\"&gt;About&lt;span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"&gt;&lt;svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"&gt;&lt;path d=\"M2.1,3.2l5.4,5",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "899680d142402167b089ab388e739d49",
              "signature": "c03f8039b30c8ad6817a11886ced2d0c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=899680d142402167b089ab388e739d49"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 487,
                  "y": 232
                },
                "height": 232,
                "width": 487
              },
              "position": {
                "line": 13572,
                "column": 4
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-7cd1263 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"7cd1263\" data-element_type=\"widget\" data-widget_type=\"text-editor.",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]",
              "issueID": "d34901a12a78109712d8a175ffa44d9d",
              "signature": "c80464ea39c16097e97efb8d4dd0b65b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d34901a12a78109712d8a175ffa44d9d"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 13576,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;p&gt;HONORED TO SERVE: RIVERSIDE COUTY – ANZA, IDYLLWILD-PINE COVE, VALLE VISTA, SAN DIEGO COUNTY – ALPINE, BORREGO SPRINGS, DESCANSO, EL CAJON, EUCALYPTUS HILLS, GRANITE HILLS, HARBISON CANYON, JACUMBA ",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]",
              "issueID": "dd1cc18069cb1a73d30af311e394be0e",
              "signature": "536e8ad11cd39e8ab576456d6d1a5e66",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=dd1cc18069cb1a73d30af311e394be0e"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1555,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;HONORED TO SERVE: RIVERSIDE COUTY – ANZA, IDYLLWILD-PINE COVE, VALLE VISTA, SAN DIEGO COUNTY – ALPINE, BORREGO SPRINGS, DESCANSO, EL CAJON, EUCALYPTUS HILLS, GRANITE HILLS, HARBISON CANYON, JACUMBA HOT SPRINGS, JAMUL, JULIAN, LA PRESA – LAKESIDE",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]/p[1]",
              "issueID": "537bbb5f82503492e944ae93f2e23710",
              "signature": "58f73a4640415b9537587a3de017ba30",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=537bbb5f82503492e944ae93f2e23710"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 640
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 828
                },
                "height": 188,
                "width": 1024
              },
              "position": {
                "line": 13627,
                "column": 5
              },
              "errorSnippet": "&lt;section class=\"elementor-section elementor-top-section elementor-element elementor-element-5b3d929 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b3d929\" data-element_type=\"section\" data-settings=",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]",
              "issueID": "8f6a4d6b382d38d2589882cc6c46334c",
              "signature": "ab6885fecef20b31c2d4c5953165c28c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8f6a4d6b382d38d2589882cc6c46334c"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0.000025000000000829914,
                  "y": 20
                },
                "bottom-right": {
                  "x": 921.5940250000001,
                  "y": 208
                },
                "height": 188,
                "width": 921.594
              },
              "position": {
                "line": 13593,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-container elementor-column-gap-default\"&gt; &lt;div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-9d3c1b1\" data-id=\"9d3c1b1\" data-element_type=\"column\"&gt; &lt;div class=\"elemen",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]",
              "issueID": "9f2721d6b1d91ceba8cbc865a4f7b2a8",
              "signature": "750c913cff3ddb4edc3300dbc35d1f9e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9f2721d6b1d91ceba8cbc865a4f7b2a8"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 230.390625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 460.78162499999996,
                  "y": 188
                },
                "height": 188,
                "width": 230.391
              },
              "position": {
                "line": 13616,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e2e3deb\" data-id=\"e2e3deb\" data-element_type=\"column\"&gt; &lt;div class=\"elementor-widget-wrap elementor-element-populated\"&gt; &lt;div class=\"eleme",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]",
              "issueID": "e46de04aaa87273bf364d6560ef65065",
              "signature": "8e6298e5c7d47a9d2e2568c4ba25a19d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e46de04aaa87273bf364d6560ef65065"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 210.391,
                  "y": 168
                },
                "height": 168,
                "width": 210.391
              },
              "position": {
                "line": 13621,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-wrap elementor-element-populated\"&gt; &lt;div class=\"elementor-element elementor-element-b953f36 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"b953f36\" data-element_type=\"widget\" data-widg",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]",
              "issueID": "afe008e97e345af8f12522949ee407a2",
              "signature": "2126fc6dc8a2a15769adc297acac922a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=afe008e97e345af8f12522949ee407a2"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 10,
                  "y": 10
                },
                "bottom-right": {
                  "x": 220.391,
                  "y": 178
                },
                "height": 168,
                "width": 210.391
              },
              "position": {
                "line": 13622,
                "column": 4
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-b953f36 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"b953f36\" data-element_type=\"widget\" data-widget_type=\"ha-icon-box.default\"&gt; &lt;a class=\"elementor-widget-contai",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]",
              "issueID": "c3d4964049d9baac353ac8a535cc67a7",
              "signature": "e24b7b79d86c3c893d2ad1cc59621980",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c3d4964049d9baac353ac8a535cc67a7"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 691.171875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 921.562875,
                  "y": 188
                },
                "height": 188,
                "width": 230.391
              },
              "position": {
                "line": 13631,
                "column": 9
              },
              "errorSnippet": "&lt;div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f1d3dc1\" data-id=\"f1d3dc1\" data-element_type=\"column\"&gt; &lt;div class=\"elementor-widget-wrap elementor-element-populated\"&gt; &lt;div class=\"eleme",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]",
              "issueID": "07ff57eb124efc6af939b42986db5c6a",
              "signature": "17a4d1182fa5f88a4ebfa33fad404c3f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=07ff57eb124efc6af939b42986db5c6a"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 210.391,
                  "y": 168
                },
                "height": 168,
                "width": 210.391
              },
              "position": {
                "line": 13641,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-wrap elementor-element-populated\"&gt; &lt;div class=\"elementor-element elementor-element-ea748af elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"ea748af\" data-element_type=\"widget\" data-widg",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]",
              "issueID": "f3f13d7f0f0c757e2420dcfe3edad3c2",
              "signature": "acb79d26427f88e841f2722a62660a26",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f3f13d7f0f0c757e2420dcfe3edad3c2"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 10,
                  "y": 10
                },
                "bottom-right": {
                  "x": 220.391,
                  "y": 158
                },
                "height": 148,
                "width": 210.391
              },
              "position": {
                "line": 13642,
                "column": 4
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-ea748af elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"ea748af\" data-element_type=\"widget\" data-widget_type=\"ha-icon-box.default\"&gt; &lt;a class=\"elementor-widget-contai",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]",
              "issueID": "0532c0696c871b16b8a7c5de8a20cf09",
              "signature": "fe120dea6a7d993447ec892431e101c1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0532c0696c871b16b8a7c5de8a20cf09"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 190.391,
                  "y": 128
                },
                "height": 128,
                "width": 190.391
              },
              "position": {
                "line": 5852,
                "column": 79
              },
              "errorSnippet": "&lt;a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD63\"&gt; &lt;span class=\"ha-icon-box-icon\"&gt; &lt;i aria-hidden=\"true\" class=\"icon icon-newsletter\"&gt;&lt;/i&gt; &",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]",
              "issueID": "a000aedf146a3fbd5815afde5261a1b7",
              "signature": "db1ccadbf6ab40939320a9beb25380ca",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a000aedf146a3fbd5815afde5261a1b7"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 10,
                  "y": 98
                },
                "bottom-right": {
                  "x": 200.391,
                  "y": 138
                },
                "height": 40,
                "width": 190.391
              },
              "position": {
                "line": 13673,
                "column": 3
              },
              "errorSnippet": "&lt;h2 class=\"ha-icon-box-title\"&gt;SIGN UP FOR &lt;br&gt; MY NEWSLETTER&lt;/h2&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]/h2[1]",
              "issueID": "a5d512b1cf02b7bad6e37c570a9c0e9e",
              "signature": "49c8fb89f12d462ce36d695fc100a2b1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a5d512b1cf02b7bad6e37c570a9c0e9e"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 1167
                },
                "height": 1167,
                "width": 1024
              },
              "position": {
                "line": 7839,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit ",
              "xpath": "/html/body",
              "issueID": "eed37819bb1021851cec37bef50a1237",
              "signature": "06807e89dd9aeada730b67a3af3e80e6",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=eed37819bb1021851cec37bef50a1237"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -5
                },
                "bottom-right": {
                  "x": 25,
                  "y": 20
                },
                "height": 25,
                "width": 25
              },
              "position": {
                "line": 13762,
                "column": 0
              },
              "errorSnippet": "&lt;span id=\"toolbar_closer\" data-title=\"Close accessibility interface\" aria-label=\"Close accessibility interface\" role=\"button\" class=\"scaccessibletoolbarcloser\" style=\"color: transparent; text-shadow: rgb(0, 79, 206) 0px 0px 0px;\"&gt;❌&lt;/span&gt;",
              "xpath": "/html/body/div[3]/div[1]/span[2]",
              "issueID": "516c5b1755cea3d38ec690c213cbd17b",
              "signature": "af2c3d9d5deaf1542a3eea9505314d17",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=516c5b1755cea3d38ec690c213cbd17b"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 20,
                  "y": 703
                },
                "bottom-right": {
                  "x": 65,
                  "y": 748
                },
                "height": 45,
                "width": 45
              },
              "position": {
                "line": 13698,
                "column": 0
              },
              "errorSnippet": "&lt;div id=\"text_plugin\" class=\"scbasebin screenreader text\" style=\"background-color: rgb(0, 79, 206); cursor: pointer;\" aria-label=\" - Screen Reader - \" role=\"button\" accesskey=\"L\"&gt;&lt;span class=\"fr_label startapp\" style=\"cursor: pointer;\"&gt;Screen",
              "xpath": "/html/body/div[3]/div[2]",
              "issueID": "140db145b6707158487b12e36d530aff",
              "signature": "6b0c64cb470fec78fdcc27051a64e964",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=140db145b6707158487b12e36d530aff"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 33,
                  "y": 33
                },
                "height": 33,
                "width": 33
              },
              "position": {
                "line": 13762,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"sc-range-plus sc-range-button\" data-sc-range-action=\"increase\" accesskey=\"+\" role=\"button\" aria-label=\"Increase\"&gt;&lt;i class=\"acsbi-chevron_up\"&gt;+&lt;/i&gt;&lt;/div&gt;",
              "xpath": "/html/body/div[3]/div[3]/div[1]/div[2]/div[1]/div[1]",
              "issueID": "01cc6fd66b66da77f96ccfc4a86b2936",
              "signature": "0f618fc4d3b126f395e812b70438f2d6",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=01cc6fd66b66da77f96ccfc4a86b2936"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 33,
                  "y": 33
                },
                "height": 33,
                "width": 33
              },
              "position": {
                "line": 13762,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"sc-range-minus sc-range-button\" data-sc-range-action=\"decrease\" accesskey=\"-\" role=\"button\" aria-label=\"Decrease\"&gt; &lt;i class=\"acsbi-chevron_down\"&gt;-&lt;/i&gt;&lt;/div&gt;",
              "xpath": "/html/body/div[3]/div[3]/div[1]/div[2]/div[1]/div[3]",
              "issueID": "7f7637ebacf6f8736974d718bb2a1f7a",
              "signature": "0ba81d32e7baba08faa65143f07dbf0f",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=7f7637ebacf6f8736974d718bb2a1f7a"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 56.796875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 257.796875,
                  "y": 18
                },
                "height": 18,
                "width": 201
              },
              "position": {
                "line": 6844,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\"&gt;Privacy and Conditions of Use&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "693e538c3bf0b58c563d979408264086",
              "signature": "fe204d3d664f6d0225f9bd831ec3485f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=693e538c3bf0b58c563d979408264086"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 269.796875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 355.796875,
                  "y": 18
                },
                "height": 18,
                "width": 86
              },
              "position": {
                "line": 6860,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\"&gt;Accessibility&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]",
              "issueID": "f78a955e482a40d9f9dd782b14ae9f90",
              "signature": "39f7dfa9306e934b594412618573edca",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f78a955e482a40d9f9dd782b14ae9f90"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 367.796875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 494.796875,
                  "y": 18
                },
                "height": 18,
                "width": 127
              },
              "position": {
                "line": 6860,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\"&gt;General Disclaimer&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]",
              "issueID": "d87841f6bade7bc1c85a0f38023ff5d1",
              "signature": "4fe2136689ec560e5440e1f782c00108",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d87841f6bade7bc1c85a0f38023ff5d1"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          18,
          16
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit "
          },
          {
            "ruleID": "36",
            "what": "This text is justified.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-4f5b6ee elementor-widget elementor-widget-text-editor\" data-id=\"4f5b6ee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> <div class=\"elementor-widget-container\"> <style sty"
          },
          {
            "ruleID": "36",
            "what": "This text is justified.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-edit"
          },
          {
            "ruleID": "36",
            "what": "This text is justified.",
            "ordinalSeverity": 3,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/style[1]"
            },
            "excerpt": "<style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-dr"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]"
            },
            "excerpt": "<p>ASSEMBLYMEMBER</p>"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]"
            },
            "excerpt": "<p>Bill</p>"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]"
            },
            "excerpt": "<p>Essayli</p>"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-wid"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[3]/div[2]/span[1]"
            },
            "excerpt": "<span class=\"fr_label startapp\" style=\"cursor: pointer;\">Screen Reader</span>"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"ct-footer-copyright\" data-id=\"copyright\"> <p><a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a> | <a href=\"htt"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[2]/a[1]"
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> <svg class=\"ct-icon\" width=\"15\" height=\"15\" viewBox=\"0 0 20 20\"><path d=\"M10,0L9.4,0.6L0.8,9"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">My District<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"><path d=\"M2.1,3.2"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"#\" class=\"ct-menu-link\">About<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"><path d=\"M2.1,3.2l5.4,5"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-7cd1263 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"7cd1263\" data-element_type=\"widget\" data-widget_type=\"text-editor."
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <p>HONORED TO SERVE: RIVERSIDE COUTY – ANZA, IDYLLWILD-PINE COVE, VALLE VISTA, SAN DIEGO COUNTY – ALPINE, BORREGO SPRINGS, DESCANSO, EL CAJON, EUCALYPTUS HILLS, GRANITE HILLS, HARBISON CANYON, JACUMBA "
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]/p[1]"
            },
            "excerpt": "<p>HONORED TO SERVE: RIVERSIDE COUTY – ANZA, IDYLLWILD-PINE COVE, VALLE VISTA, SAN DIEGO COUNTY – ALPINE, BORREGO SPRINGS, DESCANSO, EL CAJON, EUCALYPTUS HILLS, GRANITE HILLS, HARBISON CANYON, JACUMBA HOT SPRINGS, JAMUL, JULIAN, LA PRESA – LAKESIDE"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5b3d929 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b3d929\" data-element_type=\"section\" data-settings="
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]"
            },
            "excerpt": "<div class=\"elementor-container elementor-column-gap-default\"> <div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-9d3c1b1\" data-id=\"9d3c1b1\" data-element_type=\"column\"> <div class=\"elemen"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]"
            },
            "excerpt": "<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e2e3deb\" data-id=\"e2e3deb\" data-element_type=\"column\"> <div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"eleme"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"elementor-element elementor-element-b953f36 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"b953f36\" data-element_type=\"widget\" data-widg"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-b953f36 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"b953f36\" data-element_type=\"widget\" data-widget_type=\"ha-icon-box.default\"> <a class=\"elementor-widget-contai"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]"
            },
            "excerpt": "<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f1d3dc1\" data-id=\"f1d3dc1\" data-element_type=\"column\"> <div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"eleme"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"elementor-element elementor-element-ea748af elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"ea748af\" data-element_type=\"widget\" data-widg"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-ea748af elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"ea748af\" data-element_type=\"widget\" data-widget_type=\"ha-icon-box.default\"> <a class=\"elementor-widget-contai"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD63\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-newsletter\"></i> &"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR <br> MY NEWSLETTER</h2>"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit "
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "toolbar_closer",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[3]/div[1]/span[2]"
            },
            "excerpt": "<span id=\"toolbar_closer\" data-title=\"Close accessibility interface\" aria-label=\"Close accessibility interface\" role=\"button\" class=\"scaccessibletoolbarcloser\" style=\"color: transparent; text-shadow: rgb(0, 79, 206) 0px 0px 0px;\">❌</span>"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "text_plugin",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[3]/div[2]"
            },
            "excerpt": "<div id=\"text_plugin\" class=\"scbasebin screenreader text\" style=\"background-color: rgb(0, 79, 206); cursor: pointer;\" aria-label=\" - Screen Reader - \" role=\"button\" accesskey=\"L\"><span class=\"fr_label startapp\" style=\"cursor: pointer;\">Screen"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[3]/div[3]/div[1]/div[2]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"sc-range-plus sc-range-button\" data-sc-range-action=\"increase\" accesskey=\"+\" role=\"button\" aria-label=\"Increase\"><i class=\"acsbi-chevron_up\">+</i></div>"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[3]/div[3]/div[1]/div[2]/div[1]/div[3]"
            },
            "excerpt": "<div class=\"sc-range-minus sc-range-button\" data-sc-range-action=\"decrease\" accesskey=\"-\" role=\"button\" aria-label=\"Decrease\"> <i class=\"acsbi-chevron_down\">-</i></div>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]"
            },
            "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]"
            },
            "excerpt": "<a href=\"https://ad63.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>"
          }
        ]
      },
      "endTime": 1687102133126
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687102133126,
      "url": "https://ad63.asmrc.org/",
      "what": "Testaro",
      "result": {
        "rules": {
          "allHidden": {
            "what": "page that is entirely or mostly hidden",
            "data": {
              "hidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "reallyHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "display": {
                "document": "block",
                "body": "block",
                "main": "block"
              },
              "visHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "ariaHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "tagName": {
                "document": "HTML",
                "body": "BODY",
                "main": "MAIN"
              },
              "id": {
                "body": "",
                "main": "main"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 106
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": [],
              "prevented": true
            },
            "totals": [
              0,
              0,
              0,
              10
            ],
            "standardInstances": [
              {
                "ruleID": "dupAtt",
                "what": "Page prevented this test (treated as 10 instances)",
                "ordinalSeverity": 3,
                "count": 10,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 0,
                "impactedElements": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 16,
              "tabFocused": 16,
              "discrepancy": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 16,
                "types": {
                  "missing": {
                    "total": 16,
                    "tagNames": {
                      "A": 14,
                      "SPAN": 2
                    }
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 0,
                    "meanDelay": 0,
                    "tagNames": {}
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Press Releases"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "My District"
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About"
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "IN THE NEWS"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "BUSINESS RESOURCES"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "CONTACT ME"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "SIGN UP FOR MY NEWSLETTER"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "916-319-2063"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "951-369-6644"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy and Conditions of Use"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Accessibility"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "General Disclaimer"
                  }
                ],
                "nonoutline": [],
                "outline": []
              }
            },
            "totals": [
              0,
              0,
              0,
              16
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Press Releases"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "My District"
              },
              {
                "ruleID": "focInd",
                "what": "SPAN element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "focInd",
                "what": "SPAN element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IN THE NEWS"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "BUSINESS RESOURCES"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CONTACT ME"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "SIGN UP FOR MY NEWSLETTER"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "916-319-2063"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "951-369-6644"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Privacy and Conditions of Use"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Accessibility"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "General Disclaimer"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 34,
                "types": {
                  "onlyFocusable": {
                    "total": 4,
                    "tagNames": {
                      "SPAN": 4
                    }
                  },
                  "onlyOperable": {
                    "total": 1,
                    "tagNames": {
                      "SPAN": 1
                    }
                  },
                  "focusableAndOperable": {
                    "total": 29,
                    "tagNames": {
                      "A": 29
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
                  }
                ],
                "onlyOperable": [
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "<span class=\"ct-close-button\" style=\"cursor: default;\"> <svg class=\"ct-icon\" width=\"12\" height=\"12\" ",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Press Releases",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "My District",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Biography",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Me",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Menu",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Twitter",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "IN THE NEWS",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "BUSINESS RESOURCES",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "CONTACT ME",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "SIGN UP FOR MY NEWSLETTER",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "916-319-2063",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "951-369-6644",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy and Conditions of Use",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Accessibility",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "General Disclaimer",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Press Releases",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "My District",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Biography",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Me",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              4,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"ct-close-button\" style=\"cursor: default;\"> <svg class=\"ct-icon\" width=\"12\" height=\"12\" "
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 17,
                "triggerSample": 17,
                "impactTriggers": 5,
                "additions": 13,
                "removals": 1,
                "opacityChanges": 1,
                "opacityImpact": 0,
                "unhoverables": 1,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "menu-item-3588",
                    "text": "My District District Map",
                    "additions": 3,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "My District",
                    "additions": 2,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "menu-item-3589",
                    "text": "About Biography Contact Me",
                    "additions": 5,
                    "removals": 1,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About",
                    "additions": 3,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              14,
              1,
              6
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "menu-item-3588",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "My District District Map"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "My District"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "menu-item-3589",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Biography Contact Me"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 0
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkTo": {
            "what": "links without destinations",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkUl": {
            "what": "missing underlines on inline links",
            "data": {
              "totals": {
                "links": 29,
                "adjacent": {
                  "total": 25,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Skip to content"
                  },
                  {
                    "id": "",
                    "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                  },
                  {
                    "id": "",
                    "text": "Press Releases"
                  },
                  {
                    "id": "",
                    "text": "My District"
                  },
                  {
                    "id": "",
                    "text": "District Map"
                  },
                  {
                    "id": "",
                    "text": "About"
                  },
                  {
                    "id": "",
                    "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                  },
                  {
                    "id": "",
                    "text": "Menu"
                  },
                  {
                    "id": "",
                    "text": "Facebook"
                  },
                  {
                    "id": "",
                    "text": "Twitter"
                  },
                  {
                    "id": "",
                    "text": "Instagram"
                  },
                  {
                    "id": "",
                    "text": "IN THE NEWS"
                  },
                  {
                    "id": "",
                    "text": "BUSINESS RESOURCES"
                  },
                  {
                    "id": "",
                    "text": "CONTACT ME"
                  },
                  {
                    "id": "",
                    "text": "SIGN UP FOR MY NEWSLETTER"
                  },
                  {
                    "id": "",
                    "text": "916-319-2063"
                  },
                  {
                    "id": "",
                    "text": "951-369-6644"
                  },
                  {
                    "id": "",
                    "text": "Privacy and Conditions of Use"
                  },
                  {
                    "id": "",
                    "text": "Accessibility"
                  },
                  {
                    "id": "",
                    "text": "General Disclaimer"
                  },
                  {
                    "id": "",
                    "text": "Press Releases"
                  },
                  {
                    "id": "",
                    "text": "My District"
                  },
                  {
                    "id": "",
                    "text": "District Map"
                  },
                  {
                    "id": "",
                    "text": "About"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
                  }
                ]
              }
            },
            "totals": [
              0,
              25,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Press Releases"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "My District"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Menu"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Twitter"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IN THE NEWS"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "BUSINESS RESOURCES"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CONTACT ME"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "SIGN UP FOR MY NEWSLETTER"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "916-319-2063"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "951-369-6644"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Privacy and Conditions of Use"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Accessibility"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "General Disclaimer"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Press Releases"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "My District"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
              }
            ]
          },
          "menuNav": {
            "what": "nonstandard keyboard navigation between focusable menu items",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "menuItems": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "menus": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "menuItems": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "miniText": {
            "what": "text smaller than 11 pixels",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 0,
                "inSet": 0,
                "percent": "N.A."
              },
              "items": {
                "inSet": [],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 12,
              "badRoleElements": 4,
              "redundantRoleElements": 0,
              "tagNames": {
                "SPAN": {
                  "button": {
                    "bad": 4,
                    "redundant": 0
                  }
                }
              }
            },
            "totals": [
              0,
              0,
              0,
              4
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "SPAN elements have invalid or native-replaceable explicit role button (count: 4)",
                "count": 4,
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "adjacentLink": {
                  "total": 25,
                  "subtotals": [
                    16,
                    7,
                    1,
                    1
                  ]
                },
                "listLink": {
                  "total": 4,
                  "subtotals": [
                    2,
                    2
                  ]
                },
                "h2": {
                  "total": 4
                },
                "h5": {
                  "total": 2
                }
              },
              "items": {
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "Skip to content",
                      "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                      "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                      "Menu",
                      "Facebook",
                      "Twitter",
                      "Instagram",
                      "IN THE NEWS",
                      "BUSINESS RESOURCES",
                      "CONTACT ME",
                      "SIGN UP FOR MY NEWSLETTER",
                      "916-319-2063",
                      "951-369-6644",
                      "Privacy and Conditions of Use",
                      "Accessibility",
                      "General Disclaimer",
                      "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
                    ],
                    "500": [
                      "District Map"
                    ],
                    "700": [
                      "Press Releases",
                      "My District",
                      "About",
                      "Press Releases",
                      "My District",
                      "District Map",
                      "About"
                    ]
                  },
                  "opacity": {
                    "0": [
                      "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
                    ],
                    "1": [
                      "Skip to content",
                      "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                      "Press Releases",
                      "My District",
                      "District Map",
                      "About",
                      "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte",
                      "Menu",
                      "Facebook",
                      "Twitter",
                      "Instagram",
                      "IN THE NEWS",
                      "BUSINESS RESOURCES",
                      "CONTACT ME",
                      "SIGN UP FOR MY NEWSLETTER",
                      "916-319-2063",
                      "951-369-6644",
                      "Privacy and Conditions of Use",
                      "Accessibility",
                      "General Disclaimer",
                      "Press Releases",
                      "My District",
                      "District Map",
                      "About"
                    ]
                  }
                },
                "listLink": {
                  "fontWeight": {
                    "500": [
                      "Biography",
                      "Contact Me"
                    ],
                    "700": [
                      "Biography",
                      "Contact Me"
                    ]
                  },
                  "color": {
                    "rgb(25, 42, 61)": [
                      "Biography",
                      "Contact Me"
                    ],
                    "rgb(255, 255, 255)": [
                      "Biography",
                      "Contact Me"
                    ]
                  },
                  "fontSize": {
                    "16px": [
                      "Biography",
                      "Contact Me"
                    ],
                    "20px": [
                      "Biography",
                      "Contact Me"
                    ]
                  },
                  "lineHeight": {
                    "26.4px": [
                      "Biography",
                      "Contact Me"
                    ],
                    "33px": [
                      "Biography",
                      "Contact Me"
                    ]
                  }
                }
              }
            },
            "totals": [
              3,
              1,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 4 different styles",
                "count": 3,
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Links in columns have 2 different styles",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "tabNav": {
            "what": "nonstandard keyboard navigation between elements with the tab role",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "tabElements": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "tabLists": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "tabElements": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 8,
                "tagNames": {
                  "HEADER": 1,
                  "DIV": 4,
                  "UL": 2,
                  "A": 1
                }
              },
              "items": [
                {
                  "tagName": "HEADER",
                  "id": "header",
                  "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "District Map"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Biography Contact Me"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
                },
                {
                  "tagName": "DIV",
                  "id": "offcanvas",
                  "text": "Press Releases My District District Map About Biography Contact Me"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
                }
              ]
            },
            "totals": [
              8,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "HEADER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "HEADER",
                "id": "header",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Biography Contact Me"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "offcanvas",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Press Releases My District District Map About Biography Contact Me"
              },
              {
                "ruleID": "zIndex",
                "what": "A element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          11,
          40,
          5,
          37
        ],
        "instances": [
          {
            "ruleID": "dupAtt",
            "what": "Page prevented this test (treated as 10 instances)",
            "ordinalSeverity": 3,
            "count": 10,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Press Releases"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "My District"
          },
          {
            "ruleID": "focInd",
            "what": "SPAN element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "focInd",
            "what": "SPAN element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IN THE NEWS"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "BUSINESS RESOURCES"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CONTACT ME"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "SIGN UP FOR MY NEWSLETTER"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "916-319-2063"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "951-369-6644"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Privacy and Conditions of Use"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Accessibility"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "General Disclaimer"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"ct-close-button\" style=\"cursor: default;\"> <svg class=\"ct-icon\" width=\"12\" height=\"12\" "
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-3588",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "My District District Map"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "My District"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-3589",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Biography Contact Me"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Press Releases"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "My District"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Menu"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Twitter"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IN THE NEWS"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "BUSINESS RESOURCES"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CONTACT ME"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "SIGN UP FOR MY NEWSLETTER"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "916-319-2063"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "951-369-6644"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Privacy and Conditions of Use"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Accessibility"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "General Disclaimer"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Press Releases"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "My District"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
          },
          {
            "ruleID": "role",
            "what": "SPAN elements have invalid or native-replaceable explicit role button (count: 4)",
            "count": 4,
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "In-line links have 4 different styles",
            "count": 3,
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Links in columns have 2 different styles",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "zIndex",
            "what": "HEADER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Biography Contact Me"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"684\" height=\"167\" alt=\"AD63 Bill Essayli Logo\" data-src=\"https://ad63.asmrc.org/wp-conte"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "offcanvas",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Press Releases My District District Map About Biography Contact Me"
          },
          {
            "ruleID": "zIndex",
            "what": "A element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri"
          }
        ]
      },
      "endTime": 1687102166777
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687102166777,
      "url": "https://ad63.asmrc.org/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "AD63 | ESSAYLI | Assemblyman Bill Essayli",
          "pageurl": "https://ad63.asmrc.org/",
          "time": 3.31,
          "creditsremaining": 1068,
          "allitemcount": 110,
          "totalelements": 435,
          "waveurl": "http://wave.webaim.org/report?url=https://ad63.asmrc.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 3,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 34,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "h1_missing": {
                "id": "h1_missing",
                "description": "Missing first level heading",
                "count": 1,
                "selectors": [
                  false
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER:first-child + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-8 > H5:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child > META:first-child + META + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + SCRIPT + SCRIPT + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + SCRIPT + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT"
                ],
                "wcag": []
              },
              "accesskey": {
                "id": "accesskey",
                "description": "Accesskey",
                "count": 12,
                "selectors": [
                  "HTML > DIV#accessibility-links > DIV#text_plugin",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > BUTTON#fr_screenreader_play",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > BUTTON#fr_screenreader_pause",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > BUTTON#fr_screenreader_stop",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > DIV#volume_plugin > DIV:first-child > DIV:first-child",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > DIV#volume_plugin > DIV:first-child > DIV:first-child + DIV + DIV",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-fontsize > BUTTON#fr_screenreader_font_increase",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-fontsize > BUTTON#fr_screenreader_font_decrease",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-fontsize > BUTTON#fr_screenreader_font_reset",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-highcontrast > BUTTON#fr_screenreader_highcontrast",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-highcontrast > BUTTON#fr_screenreader_highcontrast2",
                  "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-highcontrast > BUTTON#fr_screenreader_highcontrast3"
                ],
                "wcag": [
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  }
                ]
              },
              "text_justified": {
                "id": "text_justified",
                "description": "Justified text",
                "count": 9,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child"
                ],
                "wcag": []
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          34,
          0,
          0,
          3
        ],
        "instances": [
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_redundant",
            "what": "Redundant alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_redundant",
            "what": "Redundant alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG"
            },
            "excerpt": ""
          },
          {
            "ruleID": "h1_missing",
            "what": "Missing first level heading",
            "ordinalSeverity": 0,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": false
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER:first-child + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-8 > H5:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_possible",
            "what": "Possible heading",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_possible",
            "what": "Possible heading",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_possible",
            "what": "Possible heading",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child > META:first-child + META + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + SCRIPT + SCRIPT + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + SCRIPT + STYLE + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "text_plugin",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#text_plugin"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_play",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > BUTTON#fr_screenreader_play"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_pause",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > BUTTON#fr_screenreader_pause"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_stop",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > BUTTON#fr_screenreader_stop"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > DIV#volume_plugin > DIV:first-child > DIV:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-audio > DIV#volume_plugin > DIV:first-child > DIV:first-child + DIV + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_font_increase",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-fontsize > BUTTON#fr_screenreader_font_increase"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_font_decrease",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-fontsize > BUTTON#fr_screenreader_font_decrease"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_font_reset",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-fontsize > BUTTON#fr_screenreader_font_reset"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_highcontrast",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-highcontrast > BUTTON#fr_screenreader_highcontrast"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_highcontrast2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-highcontrast > BUTTON#fr_screenreader_highcontrast2"
            },
            "excerpt": ""
          },
          {
            "ruleID": "accesskey",
            "what": "Accesskey",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "fr_screenreader_highcontrast3",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > DIV#accessibility-links > DIV#speaker_plugin > DIV#sc-section-highcontrast > BUTTON#fr_screenreader_highcontrast3"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_justified",
            "what": "Justified text",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687102170409
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD63-a",
      "which": "https://ad63.asmrc.org/",
      "what": "Member Bill Essayli (R)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T15:27:59",
    "endTime": "2023-06-18T15:29:30",
    "elapsedSeconds": 90,
    "visitLatency": 18,
    "logCount": 13,
    "logSize": 607,
    "errorLogCount": 0,
    "errorLogSize": 0,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        34
      ],
      [
        "testaro",
        14
      ],
      [
        "alfa",
        6
      ],
      [
        "ibm",
        5
      ],
      [
        "wave",
        4
      ],
      [
        "qualWeb",
        3
      ],
      [
        "tenon",
        1
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ],
      [
        "nuVal",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 1089,
      "issue": 697,
      "tool": 89,
      "prevention": 300,
      "log": 3,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          125,
          88,
          86,
          82
        ],
        "byTool": {
          "testaro": [
            11,
            40,
            5,
            37
          ],
          "alfa": [
            16,
            0,
            0,
            11
          ],
          "axe": [
            16,
            3,
            1,
            3
          ],
          "continuum": [
            0,
            0,
            0,
            0
          ],
          "htmlcs": [
            22,
            0,
            0,
            8
          ],
          "ibm": [
            0,
            1,
            0,
            2
          ],
          "qualWeb": [
            26,
            44,
            62,
            2
          ],
          "tenon": [
            0,
            0,
            18,
            16
          ],
          "wave": [
            34,
            0,
            0,
            3
          ]
        }
      },
      "prevention": {
        "nuVal": 300
      },
      "issue": {
        "headingLevelSkip": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r53": {
                "quality": 1,
                "what": "Heading skips one or more levels",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Headings are structured"
                  ]
                }
              }
            },
            "axe": {
              "heading-order": {
                "quality": 1,
                "what": "Heading levels do not increase by only one",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading levels should only increase by one; Heading order invalid"
                  ]
                }
              }
            },
            "wave": {
              "heading_skipped": {
                "quality": 1,
                "what": "Skipped heading level",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Skipped heading level"
                  ]
                }
              }
            }
          }
        },
        "h1Missing": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "alfa": {
              "r61": {
                "quality": 1,
                "what": "First heading is not h1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Documents start with a level 1 heading"
                  ]
                }
              }
            },
            "wave": {
              "h1_missing": {
                "quality": 1,
                "what": "Missing first level heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Missing first level heading"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 64,
          "maxCount": 16,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Element in sequential focus order has visible focus"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "This rule checks that each element in sequential focus order has some visible focus indication."
                  ]
                }
              }
            },
            "testaro": {
              "focInd": {
                "quality": 1,
                "what": "Focused element displays a nonstandard or no focus indicator",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "A element has no focus indicator",
                    "SPAN element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G17.Fail": {
                "quality": 1,
                "what": "Text has insufficient contrast",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation:  change text colour to #030303.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.06:1. Recommendation:  change text colour to #1f1f1f."
                  ]
                }
              }
            },
            "tenon": {
              "95": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This element has insufficient color contrast (Level AAA)."
                  ]
                }
              }
            }
          }
        },
        "leadingInsufficient": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r73": {
                "quality": 1,
                "what": "Paragraph of text has insufficient line height",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Paragraphs of text have sufficient line height"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 8,
          "maxCount": 4,
          "weight": 2,
          "tools": {
            "alfa": {
              "r74": {
                "quality": 1,
                "what": "Paragraph text has an absolute font size",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Paragraphs of text do not have font sizes defined in absolute units"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T28": {
                "quality": 1,
                "what": "Percent, em, or name is used for a font size",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "headingOfNothing": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "alfa": {
              "r78": {
                "quality": 1,
                "what": "No content between two headings of the same level",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Headings of same level have text content between them"
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G18.Fail": {
                "quality": 1,
                "what": "Contrast between the text and its background is less than 4.5:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 16,
          "maxCount": 16,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                  ]
                }
              }
            }
          }
        },
        "pseudoHeadingRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H42": {
                "quality": 1,
                "what": "Heading coding is not used but the element may be intended as a heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading markup should be used if this content is intended as a heading."
                  ]
                }
              }
            },
            "wave": {
              "heading_possible": {
                "quality": 1,
                "what": "Possible heading",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Possible heading"
                  ]
                }
              }
            }
          }
        },
        "pseudoOrderedListRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48.2": {
                "quality": 1,
                "what": "Ordered list may fail to be coded as such",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document."
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48": {
                "quality": 1,
                "what": "Navigation links are not coded as a list",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "If this element contains a navigation section, it is recommended that it be marked up as a list."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
                    "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_3_F24.F24.BGColour": {
                "quality": 1,
                "what": "Inline background color may lack a complementary foreground color",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image."
                  ]
                }
              },
              "AAA.1_4_3_F24.F24.FGColour": {
                "quality": 1,
                "what": "Inline foreground color may lack a complementary background color",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour."
                  ]
                }
              },
              "AAA.1_4_6.G17.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 7:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.3_2_5.H83.3": {
                "quality": 1,
                "what": "Link text may fail to indicate that the link will open in a new window",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "linkBrokenRisk": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.A.Placeholder": {
                "quality": 1,
                "what": "Link has text but no href, id, or name attribute",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Anchor element found with link content, but no href, ID or name attribute has been supplied."
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.",
                    "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.",
                    "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested."
                  ]
                }
              }
            },
            "tenon": {
              "155": {
                "quality": 1,
                "what": "Headings are not structured in a hierarchical manner",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These headings are not structured in a hierarchical manner."
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "ibm": {
              "element_id_unique": {
                "quality": 1,
                "what": "Element has an id attribute value that is already in use",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The <span> element has the id \"elementor-device-mode\" that is already in use"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The HTML attribute(s) \"charset\" is deprecated for the <link> element in HTML 5"
                  ]
                }
              }
            }
          }
        },
        "mainNone": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R63": {
                "quality": 1,
                "what": "Document has no landmark with non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content"
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 9,
          "maxCount": 9,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              },
              "QW-BP17": {
                "quality": 1,
                "what": "No link at the beginning of a block of repeated content goes to the end of the block",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 21,
          "maxCount": 21,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 21,
                  "texts": [
                    "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T9": {
                "quality": 1,
                "what": "Page is not organized using headings",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T10": {
                "quality": 1,
                "what": "Adjacent image and text links for the same resource are not combined",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link."
                  ]
                }
              }
            },
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        },
        "ignorable": {
          "score": 0,
          "maxCount": 1,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T20": {
                "quality": 1,
                "what": "Link text is not supplemented with a title attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Supplementing link text with the title attribute"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "colorMissing": {
          "score": 228,
          "maxCount": 57,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T31": {
                "quality": 1,
                "what": "Foreground or background color is specified but not both",
                "complaints": {
                  "countTotal": 57,
                  "texts": [
                    "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination."
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "horizontalScrolling": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "28": {
                "quality": 1,
                "what": "Layout or sizing of the page causes horizontal scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The layout or sizing of this page causes horizontal scrolling."
                  ]
                }
              }
            }
          }
        },
        "justification": {
          "score": 18,
          "maxCount": 9,
          "weight": 2,
          "tools": {
            "tenon": {
              "36": {
                "quality": 1,
                "what": "Text is fully justified",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This text is justified."
                  ]
                }
              }
            },
            "wave": {
              "text_justified": {
                "quality": 1,
                "what": "Text is justified",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "Justified text"
                  ]
                }
              }
            }
          }
        },
        "fontSmall": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "tenon": {
              "134": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Very small text found."
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "allCaps": {
          "score": 15,
          "maxCount": 15,
          "weight": 1,
          "tools": {
            "tenon": {
              "153": {
                "quality": 1,
                "what": "Long string of text is in all caps",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "This long string of text is in all caps."
                  ]
                }
              }
            }
          }
        },
        "tabIndexMissing": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "tenon": {
              "190": {
                "quality": 1,
                "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "duplicateAttribute": {
          "score": 14,
          "maxCount": 7,
          "weight": 2,
          "tools": {
            "testaro": {
              "dupAtt": {
                "quality": 0.7,
                "what": "Source code of the element contains 2 or more of the same attribute",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "Page prevented this test (treated as 10 instances)"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 50,
          "maxCount": 25,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 25,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "SPAN elements have invalid or native-replaceable explicit role button (count: 4)"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "In-line links have 4 different styles",
                    "Links in columns have 2 different styles"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "HEADER element has a non-default Z index",
                    "DIV element has a non-default Z index",
                    "UL element has a non-default Z index",
                    "A element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "imageTextRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "wave": {
              "alt_redundant": {
                "quality": 1,
                "what": "Redundant text alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Redundant alternative text"
                  ]
                }
              }
            }
          }
        },
        "noScriptRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "wave": {
              "noscript": {
                "quality": 1,
                "what": "noscript element may fail to contain an accessible equivalent or alternative",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Noscript element"
                  ]
                }
              }
            }
          }
        },
        "accessKeyDuplicate": {
          "score": 36,
          "maxCount": 12,
          "weight": 3,
          "tools": {
            "wave": {
              "accesskey": {
                "quality": 1,
                "what": "Accesskey",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Accesskey"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}