Accessibility test digest

Synopsis

Page: Disability Rights Advocates

URL: https://dralegal.org/

Score: 402

Tested by: Testaro, procedure tp16

Scored by: Testilo, procedure sp16a

Digested by: Testilo, procedure dp16a

Introduction

The Testaro application used its tp16 testing procedure to test the accessibility (barrier-free design and coding) of the Disability Rights Advocates web page at https://dralegal.org/ on 2022/10/02. The procedure performed 1229 tests. Of these, 23 are custom tests or quasi-tests by Testaro, and the others belong to these eight other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp16a scoring procedure to compute partial and total scores for the page. The total score is 402 (where 0 is the best possible score). The scored report is appended below.

Finally, Testilo used procedure dp16a to produce this digest, briefly explaining how sp16a computed the scores.

Score summary

Score components
total402
log25
contrastAA94
linkForcesNewWindow35
contrastAAA28
linkIndication25
visibleLabelNotName18
styleParentBad18
targetSize17
targetEmpty14
typeRedundant12
hoverSurprise11
contrastRisk10
leadingClipsText10
inconsistentStyles9
navConfusion8
roleBad7
zIndexNotZero5
h1Missing5
selectNoText5
horizontalScrolling5
focusableOperable4
headingOfNothing4
landmarkConfusion4
decorativeImageRisk4
linkPair4
visibleBulk3
hiddenContentRisk3
selectFlatRisk3
headingStructure3
roleRedundant3
articleHeadingless3
pseudoHeadingRisk3

Issue summary

Special issues

log: Score 25. This is based on the amount of browser error logging and miscellaneous logging during the tests.

Classified issues

contrastAA: Score 94. Issues reported by tests in this category:

linkForcesNewWindow: Score 35. Issues reported by tests in this category:

contrastAAA: Score 28. Issues reported by tests in this category:

linkIndication: Score 25. Issues reported by tests in this category:

visibleLabelNotName: Score 18. Issues reported by tests in this category:

styleParentBad: Score 18. Issues reported by tests in this category:

targetSize: Score 17. Issues reported by tests in this category:

targetEmpty: Score 14. Issues reported by tests in this category:

typeRedundant: Score 12. Issues reported by tests in this category:

hoverSurprise: Score 11. Issues reported by tests in this category:

contrastRisk: Score 10. Issues reported by tests in this category:

leadingClipsText: Score 10. Issues reported by tests in this category:

inconsistentStyles: Score 9. Issues reported by tests in this category:

navConfusion: Score 8. Issues reported by tests in this category:

roleBad: Score 7. Issues reported by tests in this category:

zIndexNotZero: Score 5. Issues reported by tests in this category:

h1Missing: Score 5. Issues reported by tests in this category:

selectNoText: Score 5. Issues reported by tests in this category:

horizontalScrolling: Score 5. Issues reported by tests in this category:

focusableOperable: Score 4. Issues reported by tests in this category:

headingOfNothing: Score 4. Issues reported by tests in this category:

landmarkConfusion: Score 4. Issues reported by tests in this category:

decorativeImageRisk: Score 4. Issues reported by tests in this category:

linkPair: Score 4. Issues reported by tests in this category:

visibleBulk: Score 3. Issues reported by tests in this category:

hiddenContentRisk: Score 3. Issues reported by tests in this category:

selectFlatRisk: Score 3. Issues reported by tests in this category:

headingStructure: Score 3. Issues reported by tests in this category:

roleRedundant: Score 3. Issues reported by tests in this category:

articleHeadingless: Score 3. Issues reported by tests in this category:

pseudoHeadingRisk: Score 3. Issues reported by tests in this category:

Discussion

Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp16a. You can modify and extend Testaro and Testilo to fit other theories and priorities.

Here, in brief, is how sp16a computes a score for a page.

The precise rules of sp16a are found in the code itself.

Report

{
  "id": "69jmj-dra",
  "host": {
    "id": "dra",
    "which": "https://dralegal.org/",
    "what": "Disability Rights Advocates"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-10-02T14:38:05"
    },
    {
      "event": "endTime",
      "value": "2022-10-02T14:39:32"
    }
  ],
  "script": {
    "id": "tp16",
    "what": "Alfa, Axe, Continuum, HTML CodeSniffer, IBM, Nu Html Checker, Tenon, WAVE, and 19 custom tests",
    "strict": true,
    "timeLimit": 500,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://dralegal.org/",
        "what": "Disability Rights Advocates"
      },
      {
        "type": "tenonRequest",
        "id": "a",
        "withNewContent": true,
        "what": "Tenon API version 2 test request"
      },
      {
        "type": "test",
        "which": "motion",
        "what": "spontaneous change of content; requires webkit",
        "delay": 2500,
        "interval": 2500,
        "count": 5
      },
      {
        "type": "launch",
        "which": "chromium",
        "what": "Chromium browser"
      },
      {
        "type": "url",
        "which": "https://dralegal.org/",
        "what": "Disability Rights Advocates"
      },
      {
        "type": "test",
        "which": "allHidden",
        "what": "document entirely or mainly hidden"
      },
      {
        "type": "test",
        "which": "bulk",
        "what": "count of visible elements"
      },
      {
        "type": "test",
        "which": "docType",
        "what": "missing or invalid doctype declaration"
      },
      {
        "type": "test",
        "which": "embAc",
        "withItems": true,
        "what": "active elements incorrectly embedded in each other"
      },
      {
        "type": "test",
        "which": "focAll",
        "what": "Tab-focusability"
      },
      {
        "type": "test",
        "which": "focInd",
        "revealAll": false,
        "allowedDelay": 250,
        "withItems": true,
        "what": "focus indicators"
      },
      {
        "type": "test",
        "which": "focOp",
        "withItems": true,
        "what": "focusability and operability of elements"
      },
      {
        "type": "test",
        "which": "focVis",
        "withItems": true,
        "what": "links outside display when focused"
      },
      {
        "type": "test",
        "which": "hover",
        "sampleSize": 20,
        "withItems": true,
        "what": "hover impacts"
      },
      {
        "type": "test",
        "which": "labClash",
        "withItems": true,
        "what": "unlabeled and mislabeled form controls"
      },
      {
        "type": "test",
        "which": "linkTo",
        "withItems": true,
        "what": "links without destinations"
      },
      {
        "type": "test",
        "which": "linkUl",
        "withItems": true,
        "what": "underlining of inline links"
      },
      {
        "type": "test",
        "which": "menuNav",
        "withItems": true,
        "what": "keyboard navigation within true-focus menus"
      },
      {
        "type": "test",
        "which": "miniText",
        "withItems": true,
        "what": "small text"
      },
      {
        "type": "test",
        "which": "nonTable",
        "withItems": true,
        "what": "tables used for layout"
      },
      {
        "type": "test",
        "which": "radioSet",
        "withItems": true,
        "what": "grouping of radio buttons in fieldsets"
      },
      {
        "type": "test",
        "which": "role",
        "what": "validity and necessity of role assignments"
      },
      {
        "type": "test",
        "which": "styleDiff",
        "withItems": true,
        "what": "style consistency of headings, buttons, and links"
      },
      {
        "type": "test",
        "which": "tabNav",
        "withItems": true,
        "what": "keyboard navigation within tab lists"
      },
      {
        "type": "test",
        "which": "titledEl",
        "withItems": true,
        "what": "title attributes on inappropriate elements"
      },
      {
        "type": "test",
        "which": "zIndex",
        "withItems": true,
        "what": "elements with non-auto z indexes"
      },
      {
        "type": "test",
        "which": "alfa",
        "what": "Siteimprove alfa"
      },
      {
        "type": "test",
        "which": "axe",
        "detailLevel": 2,
        "rules": [],
        "what": "Axe core, all rules"
      },
      {
        "type": "test",
        "which": "continuum",
        "what": "Continuum"
      },
      {
        "type": "test",
        "which": "htmlcs",
        "what": "HTML CodeSniffer"
      },
      {
        "type": "test",
        "which": "ibm",
        "withItems": true,
        "what": "IBM Accessibility Checker, with page content and again with URL"
      },
      {
        "type": "test",
        "which": "nuVal",
        "what": "Nu Html Checker"
      },
      {
        "type": "test",
        "which": "wave",
        "reportType": 4,
        "what": "WAVE, report-type 4"
      },
      {
        "type": "test",
        "which": "tenon",
        "id": "a",
        "what": "Tenon API version 2 result retrieval"
      }
    ]
  },
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "what": "Webkit browser",
      "startTime": 1664721485018,
      "endTime": 1664721485829
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "Disability Rights Advocates",
      "startTime": 1664721485829,
      "result": "https://dralegal.org/",
      "endTime": 1664721488855
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "startTime": 1664721488855,
      "url": "https://dralegal.org/",
      "endTime": 1664721490079
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "startTime": 1664721490079,
      "url": "https://dralegal.org/",
      "result": {
        "bytes": [
          175799,
          175799,
          175799,
          175799,
          175799
        ],
        "localRatios": [
          1,
          1,
          1,
          1
        ],
        "meanLocalRatio": 1,
        "maxLocalRatio": 1,
        "globalRatio": 1,
        "pixelChanges": [
          0,
          0,
          0,
          0
        ],
        "meanPixelChange": 0,
        "maxPixelChange": 0,
        "changeFrequency": 0,
        "success": true
      },
      "endTime": 1664721503202
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser",
      "startTime": 1664721503203,
      "endTime": 1664721503769
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "Disability Rights Advocates",
      "startTime": 1664721503769,
      "result": "https://dralegal.org/",
      "endTime": 1664721505965
    },
    {
      "type": "test",
      "which": "allHidden",
      "what": "page that is entirely or mostly hidden",
      "startTime": 1664721505965,
      "url": "https://dralegal.org/",
      "result": {
        "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
        },
        "success": true
      },
      "endTime": 1664721505972
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "startTime": 1664721505973,
      "url": "https://dralegal.org/",
      "result": {
        "visibleElements": 321,
        "success": true
      },
      "endTime": 1664721506147
    },
    {
      "type": "test",
      "which": "docType",
      "what": "document without a doctype property",
      "startTime": 1664721506147,
      "url": "https://dralegal.org/",
      "result": {
        "docHasType": true,
        "success": true
      },
      "endTime": 1664721506156
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "startTime": 1664721506156,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": [],
        "success": true
      },
      "endTime": 1664721506167
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "startTime": 1664721506167,
      "url": "https://dralegal.org/",
      "result": {
        "tabFocusables": 83,
        "tabFocused": 83,
        "discrepancy": 0,
        "success": true
      },
      "endTime": 1664721506889
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721506889,
      "endTime": 1664721507397
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721507397,
      "result": "https://dralegal.org/",
      "endTime": 1664721509308
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "startTime": 1664721509308,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "total": 83,
          "types": {
            "indicatorMissing": {
              "total": 0,
              "tagNames": {}
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 83,
              "meanDelay": 0,
              "tagNames": {
                "A": 69,
                "INPUT": 9,
                "BUTTON": 1,
                "SELECT": 4
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to Content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "d",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Impact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Cases",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Investigations",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Staff and Leadership",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Jobs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA’s 2022 Gala",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Past Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Media",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Press",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Coverage Archive",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA Video Archive",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsletter Archive",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Get Involved",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsletter Subscription",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Cy Pres Awards",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Donate",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Linkedin",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Instagram",
              "delay": 0
            },
            {
              "tagName": "SELECT",
              "text": "All Architectural Barriers Education/Schools Emergency Preparedness Employment Healthcare Housing In",
              "delay": 0
            },
            {
              "tagName": "SELECT",
              "text": "All Blind/Low Vision Deaf/Hard-of-Hearing Developmental Learning Disability Mental Disability Mobili",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA’s 2022 Gala is One Week Away! September 29, 2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General E",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking Ban September 26, 20",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA September 2022 Newsletter September 20, 2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA is Hiring! September 8, 2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "You’re Invited to DRA’s 2022 Gala! August 18, 2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Celebrating 32 Years with the ADA July 26, 2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthcare Facilities July ",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA 2022 Summer Newsletter July 7, 2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Impact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Cases",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Investigations",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Staff and Leadership",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Jobs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA’s 2022 Gala",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Past Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Media",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Press",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Coverage Archive",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DRA Video Archive",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsletter Archive",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Get Involved",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsletter Subscription",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Cy Pres Awards",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Donate",
              "delay": 0
            },
            {
              "tagName": "SELECT",
              "text": "$100 $250 $500 $1,000 Other Amount",
              "delay": 0
            },
            {
              "tagName": "SELECT",
              "text": "One-time Monthly Yearly",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read the rest of DRA’s DEI statement",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Linkedin",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Instagram",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@dralegal",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "https://t.co/AisHG6wz7Y",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sitemap",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Legal",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Log in",
              "delay": 0
            }
          ]
        },
        "success": true
      },
      "endTime": 1664721509417
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721509417,
      "endTime": 1664721509925
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721509925,
      "result": "https://dralegal.org/",
      "endTime": 1664721511971
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "startTime": 1664721511971,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "total": 126,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 1,
              "tagNames": {
                "DIV": 1
              }
            },
            "focusableAndOperable": {
              "total": 125,
              "tagNames": {
                "A": 89,
                "INPUT": 21,
                "BUTTON": 9,
                "SELECT": 4,
                "TEXTAREA": 1,
                "IFRAME": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "DIV",
              "id": "mobile-menu",
              "text": "Search d Impact\nImpact Cases Investigations Resources About\nAbout Staff and Lead",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to Content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "dralegal_search_89366",
              "text": "<input id=\"dralegal_search_89366\" type=\"search\" class=\"search-field\" value=\"\" na",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "d",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://dralegal.org\" style=\"cursor: default;\"> <img id=\"logo\" alt=\"Dis",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Impact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cases",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Investigations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff and Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA’s 2022 Gala",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Past Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Coverage Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA Video Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get Involved",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter Subscription",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cy Pres Awards",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Donate",
              "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": "Linkedin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "mobile-logo",
              "text": "<a href=\"https://dralegal.org\" id=\"mobile-logo\" style=\"cursor: default;\"> <img a",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "mobile-header-icon",
              "text": "Menu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "dralegal_search_82970",
              "text": "<input id=\"dralegal_search_82970\" type=\"search\" class=\"search-field\" value=\"\" na",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "d",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Impact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Impact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cases",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Investigations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff and Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA’s 2022 Gala",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Past Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Coverage Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA Video Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Get Involved",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get Involved",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter Subscription",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cy Pres Awards",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Donate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "SELECT",
              "id": "life_area_tax",
              "text": "All Architectural Barriers Education/Schools Emergency Preparedness Employment H",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "SELECT",
              "id": "disability_tax",
              "text": "All Blind/Low Vision Deaf/Hard-of-Hearing Developmental Learning Disability Ment",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "search-field",
              "text": "<input class=\"search-field\" name=\"s\" type=\"text\" id=\"search-field\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"post_type\" value=\"case_post\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input class=\"search-submit\" type=\"submit\" value=\"Search\" style=\"cursor: default",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA’s 2022 Gala is One Week Away! September 29, 2022",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA September 2022 Newsletter September 20, 2022",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA is Hiring! September 8, 2022",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "You’re Invited to DRA’s 2022 Gala! August 18, 2022",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Celebrating 32 Years with the ADA July 26, 2022",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthc",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA 2022 Summer Newsletter July 7, 2022",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Impact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cases",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Investigations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff and Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA’s 2022 Gala",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Past Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Coverage Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DRA Video Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get Involved",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter Subscription",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cy Pres Awards",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Donate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SELECT",
              "id": "amount",
              "text": "$100 $250 $500 $1,000 Other Amount",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "SELECT",
              "id": "frequency",
              "text": "One-time Monthly Yearly",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input class=\"button\" type=\"submit\" value=\"Continue to Payment\" style=\"cursor: d",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read the rest of DRA’s DEI statement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "input_3_3",
              "text": "<input name=\"input_3\" id=\"input_3_3\" type=\"text\" value=\"\" class=\"medium\" aria-re",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "input_3_4",
              "text": "<input name=\"input_4\" id=\"input_3_4\" type=\"text\" value=\"\" class=\"medium\" aria-re",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "input_3_2",
              "text": "<input name=\"input_2\" id=\"input_3_2\" type=\"text\" value=\"\" class=\"medium\" aria-in",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "input_3_5",
              "text": "<input name=\"input_5\" id=\"input_3_5\" type=\"text\" value=\"\" class=\"medium\" aria-re",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "input_3_6",
              "text": "<input name=\"input_6\" id=\"input_3_6\" type=\"text\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "gform_submit_button_3",
              "text": "<input type=\"submit\" id=\"gform_submit_button_3\" class=\"gform_button button\" valu",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"gform_ajax\" value=\"form_id=3&amp;title=&amp;descripti",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" class=\"gform_hidden\" name=\"is_submit_3\" value=\"1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" class=\"gform_hidden\" name=\"gform_submit\" value=\"3\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" class=\"gform_hidden\" name=\"gform_unique_id\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" class=\"gform_hidden\" name=\"state_3\" value=\"WyJbXSIsIjhmZDUy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "gform_target_page_number_3",
              "text": "<input type=\"hidden\" class=\"gform_hidden\" name=\"gform_target_page_number_3\" id=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "gform_source_page_number_3",
              "text": "<input type=\"hidden\" class=\"gform_hidden\" name=\"gform_source_page_number_3\" id=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"gform_field_values\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "TEXTAREA",
              "id": "",
              "text": "<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "ak_js_1",
              "text": "<input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"1664721511272\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "IFRAME",
              "id": "gform_ajax_frame_3",
              "text": "<iframe style=\"display:none;width:0px;height:0px;\" src=\"about:blank\" name=\"gform",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "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": "Linkedin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@dralegal",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "https://t.co/AisHG6wz7Y",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sitemap",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Legal",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Log in",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        },
        "success": true
      },
      "endTime": 1664721512022
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721512022,
      "endTime": 1664721512536
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721512536,
      "result": "https://dralegal.org/",
      "endTime": 1664721514681
    },
    {
      "type": "test",
      "which": "focVis",
      "withItems": true,
      "what": "links that are invisible when focused",
      "startTime": 1664721514681,
      "url": "https://dralegal.org/",
      "result": {
        "total": 0,
        "items": [],
        "success": true
      },
      "endTime": 1664721514765
    },
    {
      "type": "test",
      "which": "hover",
      "sampleSize": 20,
      "withItems": true,
      "what": "hover-caused content changes",
      "startTime": 1664721514765,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "triggers": 124,
          "triggerSample": 16,
          "impactTriggers": 0,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 37
        },
        "items": {
          "impactTriggers": [],
          "unhoverables": [
            {
              "tagName": "A",
              "id": "",
              "text": "Cases"
            },
            {
              "tagName": "LI",
              "id": "menu-item-886",
              "text": "Investigations"
            },
            {
              "tagName": "LI",
              "id": "menu-item-749",
              "text": "Resources"
            },
            {
              "tagName": "LI",
              "id": "menu-item-1051",
              "text": "StaffandLeadership"
            },
            {
              "tagName": "LI",
              "id": "menu-item-1221",
              "text": "ContactUs"
            },
            {
              "tagName": "A",
              "id": "",
              "text": "CyPresAwards"
            },
            {
              "tagName": "LI",
              "id": "",
              "text": "StaffandLeadership"
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs"
            }
          ]
        },
        "success": true
      },
      "endTime": 1664721531400
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721531400,
      "endTime": 1664721531905
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721531905,
      "result": "https://dralegal.org/",
      "endTime": 1664721534121
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "startTime": 1664721534121,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 25
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Search",
                "content": "d"
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu"
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Search",
                "content": "d"
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Impact"
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "About"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Events"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Media"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Get Involved"
              }
            },
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Donate"
              }
            },
            {
              "index": 11,
              "tagName": "SELECT",
              "type": "select-one",
              "labelType": "label",
              "texts": {
                "label": [
                  "Case Area"
                ]
              }
            },
            {
              "index": 12,
              "tagName": "SELECT",
              "type": "select-one",
              "labelType": "label",
              "texts": {
                "label": [
                  "Disability"
                ]
              }
            },
            {
              "index": 13,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search Keywords"
                ]
              }
            },
            {
              "index": 14,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 15,
              "tagName": "SELECT",
              "type": "select-one",
              "labelType": "label",
              "texts": {
                "label": [
                  "Donation"
                ]
              }
            },
            {
              "index": 16,
              "tagName": "SELECT",
              "type": "select-one",
              "labelType": "label",
              "texts": {
                "label": [
                  "Frequency"
                ]
              }
            },
            {
              "index": 17,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Continue to Payment"
              }
            },
            {
              "index": 18,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "First Name*"
                ]
              }
            },
            {
              "index": 19,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Last Name*"
                ]
              }
            },
            {
              "index": 20,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Company/Affiliation"
                ]
              }
            },
            {
              "index": 21,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email*"
                ]
              }
            },
            {
              "index": 22,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email"
                ]
              }
            },
            {
              "index": 23,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Submit"
              }
            },
            {
              "index": 24,
              "tagName": "TEXTAREA",
              "type": "textarea",
              "labelType": "label",
              "texts": {
                "label": [
                  "Δ"
                ]
              }
            }
          ]
        },
        "success": true
      },
      "endTime": 1664721534153
    },
    {
      "type": "test",
      "which": "linkTo",
      "withItems": true,
      "what": "links without destinations",
      "startTime": 1664721534153,
      "url": "https://dralegal.org/",
      "result": {
        "total": 0,
        "items": [],
        "success": true
      },
      "endTime": 1664721534161
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "startTime": 1664721534161,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "links": 89,
          "adjacent": {
            "total": 28,
            "underlined": 5,
            "underlinedPercent": 17
          }
        },
        "items": {
          "underlined": [
            "Skip to Content",
            "Accessibility",
            "Read the rest of DRA’s DEI statement",
            "@dralegal",
            "https://t.co/AisHG6wz7Y"
          ],
          "notUnderlined": [
            "",
            "Impact",
            "About",
            "Events",
            "Media",
            "Get Involved",
            "Donate",
            "",
            "DRA’s 2022 Gala is One Week Away!September 29, 2022",
            "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General ElectionSeptember 27, 2022",
            "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking BanSeptember 26, 2022",
            "DRA September 2022 NewsletterSeptember 20, 2022",
            "DRA is Hiring!September 8, 2022",
            "You’re Invited to DRA’s 2022 Gala!August 18, 2022",
            "Celebrating 32 Years with the ADAJuly 26, 2022",
            "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthcare FacilitiesJuly 26, 2022",
            "DRA 2022 Summer NewsletterJuly 7, 2022",
            "Impact",
            "About",
            "Events",
            "Media",
            "Get Involved",
            "Donate"
          ]
        },
        "success": true
      },
      "endTime": 1664721534168
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "startTime": 1664721534168,
      "url": "https://dralegal.org/",
      "result": {
        "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": []
        },
        "success": true
      },
      "endTime": 1664721534174
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721534174,
      "endTime": 1664721534670
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721534670,
      "result": "https://dralegal.org/",
      "endTime": 1664721537071
    },
    {
      "type": "test",
      "which": "miniText",
      "withItems": true,
      "what": "text smaller than 11 pixels",
      "startTime": 1664721537072,
      "url": "https://dralegal.org/",
      "result": {
        "total": 0,
        "items": [],
        "success": true
      },
      "endTime": 1664721537113
    },
    {
      "type": "test",
      "which": "nonTable",
      "withItems": true,
      "what": "table elements used for layout",
      "startTime": 1664721537113,
      "url": "https://dralegal.org/",
      "result": {
        "total": 0,
        "items": [],
        "success": true
      },
      "endTime": 1664721537118
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "startTime": 1664721537118,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        },
        "success": true
      },
      "endTime": 1664721537124
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "startTime": 1664721537124,
      "url": "https://dralegal.org/",
      "result": {
        "roleElements": 8,
        "badRoleElements": 2,
        "redundantRoleElements": 3,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 2
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 1,
              "redundant": 0
            }
          }
        },
        "success": true
      },
      "endTime": 1664721537140
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "startTime": 1664721537140,
      "url": "https://dralegal.org/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 9,
            "subtotals": [
              6,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 28,
            "subtotals": [
              12,
              11,
              3,
              1,
              1
            ]
          },
          "listLink": {
            "total": 61,
            "subtotals": [
              28,
              19,
              6,
              4,
              4
            ]
          },
          "h2": {
            "total": 2
          },
          "h3": {
            "total": 14,
            "subtotals": [
              9,
              5
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "Menu",
                "d"
              ],
              "700": [
                "d",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            },
            "borderStyle": {
              "solid": [
                "d",
                "Menu",
                "d"
              ],
              "none": [
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            },
            "borderWidth": {
              "1px": [
                "d"
              ],
              "2px": [
                "Menu",
                "d"
              ],
              "0px": [
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            },
            "height": {
              "35px": [
                "d"
              ],
              "63px": [
                "Menu"
              ],
              "auto": [
                "d",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            },
            "lineHeight": {
              "normal": [
                "d",
                "d"
              ],
              "20px": [
                "Menu"
              ],
              "30px": [
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            },
            "minHeight": {
              "auto": [
                "d"
              ],
              "0px": [
                "Menu",
                "d",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            },
            "minWidth": {
              "auto": [
                "d"
              ],
              "0px": [
                "Menu",
                "d",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to Content",
                "Accessibility",
                "",
                "",
                "DRA’s 2022 Gala is One Week Away!              September 29, 2022",
                "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General Election              September 27, 2022",
                "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking Ban              September 26, 2022",
                "DRA September 2022 Newsletter              September 20, 2022",
                "DRA is Hiring!              September 8, 2022",
                "You’re Invited to DRA’s 2022 Gala!              August 18, 2022",
                "Celebrating 32 Years with the ADA              July 26, 2022",
                "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthcare Facilities              July 26, 2022",
                "DRA 2022 Summer Newsletter              July 7, 2022",
                "https://t.co/AisHG6wz7Y"
              ],
              "600": [
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate",
                "@dralegal"
              ],
              "700": [
                "Read the rest of DRA’s DEI statement"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Skip to Content",
                "Accessibility",
                "Read the rest of DRA’s DEI statement",
                "@dralegal",
                "https://t.co/AisHG6wz7Y"
              ],
              "none": [
                "",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate",
                "",
                "DRA’s 2022 Gala is One Week Away!              September 29, 2022",
                "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General Election              September 27, 2022",
                "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking Ban              September 26, 2022",
                "DRA September 2022 Newsletter              September 20, 2022",
                "DRA is Hiring!              September 8, 2022",
                "You’re Invited to DRA’s 2022 Gala!              August 18, 2022",
                "Celebrating 32 Years with the ADA              July 26, 2022",
                "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthcare Facilities              July 26, 2022",
                "DRA 2022 Summer Newsletter              July 7, 2022",
                "Impact",
                "About",
                "Events",
                "Media",
                "Get Involved",
                "Donate"
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "400": [
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram"
              ],
              "600": [
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards"
              ],
              "700": [
                "Impact",
                "Cases",
                "Investigations",
                "Resources",
                "About",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "Events",
                "DRA’s 2022 Gala",
                "Past Events",
                "Media",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Get Involved",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram",
                "Privacy Policy",
                "Sitemap",
                "Accessibility Policy",
                "Legal",
                "Contact Us",
                "Log in"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram",
                "Impact",
                "Cases",
                "Investigations",
                "Resources",
                "About",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "Events",
                "DRA’s 2022 Gala",
                "Past Events",
                "Media",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Get Involved",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram"
              ],
              "underline": [
                "Privacy Policy",
                "Sitemap",
                "Accessibility Policy",
                "Legal",
                "Contact Us",
                "Log in"
              ]
            },
            "color": {
              "rgb(0, 0, 0)": [
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram",
                "Impact",
                "Cases",
                "Investigations",
                "Resources",
                "About",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "Events",
                "DRA’s 2022 Gala",
                "Past Events",
                "Media",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Get Involved",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards"
              ],
              "rgb(255, 255, 255)": [
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram",
                "Privacy Policy",
                "Sitemap",
                "Accessibility Policy",
                "Legal",
                "Contact Us",
                "Log in"
              ]
            },
            "fontSize": {
              "18.48px": [
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards"
              ],
              "25px": [
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram"
              ],
              "20px": [
                "Impact",
                "Cases",
                "Investigations",
                "Resources",
                "About",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "Events",
                "DRA’s 2022 Gala",
                "Past Events",
                "Media",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Get Involved",
                "Newsletter Subscription",
                "Cy Pres Awards"
              ],
              "21px": [
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram",
                "Privacy Policy",
                "Sitemap",
                "Accessibility Policy",
                "Legal",
                "Contact Us",
                "Log in"
              ]
            },
            "lineHeight": {
              "27.72px": [
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards",
                "Cases",
                "Investigations",
                "Resources",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "DRA’s 2022 Gala",
                "Past Events",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Newsletter Subscription",
                "Cy Pres Awards"
              ],
              "37.5px": [
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram"
              ],
              "30px": [
                "Impact",
                "Cases",
                "Investigations",
                "Resources",
                "About",
                "Staff and Leadership",
                "Jobs",
                "Contact Us",
                "Events",
                "DRA’s 2022 Gala",
                "Past Events",
                "Media",
                "Press",
                "Coverage Archive",
                "DRA Video Archive",
                "Newsletter Archive",
                "Get Involved",
                "Newsletter Subscription",
                "Cy Pres Awards"
              ],
              "31.5px": [
                "Facebook",
                "Twitter",
                "Linkedin",
                "Instagram",
                "Privacy Policy",
                "Sitemap",
                "Accessibility Policy",
                "Legal",
                "Contact Us",
                "Log in"
              ]
            }
          },
          "h3": {
            "color": {
              "rgb(9, 121, 195)": [
                "DRA’s 2022 Gala is One Week Away!",
                "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General Election",
                "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking Ban",
                "DRA September 2022 Newsletter",
                "DRA is Hiring!",
                "You’re Invited to DRA’s 2022 Gala!",
                "Celebrating 32 Years with the ADA",
                "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthcare Facilities",
                "DRA 2022 Summer Newsletter"
              ],
              "rgb(255, 255, 255)": [
                "Donate Today",
                "DEI Statement",
                "Get Our Newsletter",
                "Follow Us",
                "Our Tweets"
              ]
            },
            "fontSize": {
              "19.74px": [
                "DRA’s 2022 Gala is One Week Away!",
                "Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General Election",
                "Civil Rights Organizations Settle Lawsuit Against City of Mountain View Parking Ban",
                "DRA September 2022 Newsletter",
                "DRA is Hiring!",
                "You’re Invited to DRA’s 2022 Gala!",
                "Celebrating 32 Years with the ADA",
                "Providence Sued for Discrimination against Deaf Patients at Seattle-Area Healthcare Facilities",
                "DRA 2022 Summer Newsletter"
              ],
              "42px": [
                "Donate Today",
                "DEI Statement",
                "Get Our Newsletter",
                "Follow Us",
                "Our Tweets"
              ]
            }
          }
        },
        "success": true
      },
      "endTime": 1664721537155
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "startTime": 1664721537155,
      "url": "https://dralegal.org/",
      "result": {
        "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": []
        },
        "success": true
      },
      "endTime": 1664721537159
    },
    {
      "type": "test",
      "which": "titledEl",
      "withItems": true,
      "what": "title attributes on inappropriate elements",
      "startTime": 1664721537159,
      "url": "https://dralegal.org/",
      "result": {
        "total": 0,
        "items": [],
        "success": true
      },
      "endTime": 1664721537163
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "startTime": 1664721537164,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "total": 13,
          "tagNames": {
            "UL": 10,
            "BUTTON": 1,
            "DIV": 2
          }
        },
        "items": [
          {
            "tagName": "UL",
            "id": "",
            "text": "Cases Investigations Resources"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Staff and Leadership Jobs Contact Us"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "DRA’s 2022 Gala Past Events"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Press Coverage Archive DRA Video Archive Newsletter Archive"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Newsletter Subscription Cy Pres Awards"
          },
          {
            "tagName": "BUTTON",
            "id": "mobile-header-icon",
            "text": "Menu"
          },
          {
            "tagName": "DIV",
            "id": "mobile-menu",
            "text": "Search d Impact\nImpact Cases Investigations Resources About\nAbout Staff and Leadership Jobs Contact "
          },
          {
            "tagName": "DIV",
            "id": "front-search",
            "text": "Search Our Cases Case Area All Architectural Barriers Education/Schools Emergency Preparedness Emplo"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Cases Investigations Resources"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Staff and Leadership Jobs Contact Us"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "DRA’s 2022 Gala Past Events"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Press Coverage Archive DRA Video Archive Newsletter Archive"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Newsletter Subscription Cy Pres Awards"
          }
        ],
        "success": true
      },
      "endTime": 1664721537174
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "startTime": 1664721537174,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "failures": 43,
          "warnings": 0
        },
        "items": [
          {
            "index": 76,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[3]/form[1]/div[1]/button[1]",
              "codeLines": [
                "<button type=\"submit\" class=\"search-submit\" aria-label=\"Search\">",
                "  d",
                "</button>"
              ]
            }
          },
          {
            "index": 865,
            "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": 967,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[3]/form[1]/label[1]/text()[1]",
              "codeLines": [
                "Search"
              ]
            }
          },
          {
            "index": 974,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Donate Today"
              ]
            }
          },
          {
            "index": 975,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "DRA does not charge its clients fees for representation. Please help us continue to improve the liv..."
              ]
            }
          },
          {
            "index": 976,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Donation"
              ]
            }
          },
          {
            "index": 977,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/label[2]/text()[1]",
              "codeLines": [
                "Frequency"
              ]
            }
          },
          {
            "index": 978,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[2]/h3[1]/text()[1]",
              "codeLines": [
                "DEI Statement"
              ]
            }
          },
          {
            "index": 979,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[2]/p[1]/text()[1]",
              "codeLines": [
                "DRA uses the law as a tool to advance the cause of justice for people with disabilities across the ..."
              ]
            }
          },
          {
            "index": 980,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/h3[1]/text()[1]",
              "codeLines": [
                "Get Our Newsletter"
              ]
            }
          },
          {
            "index": 981,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "First Name"
              ]
            }
          },
          {
            "index": 982,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 983,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[2]/label[1]/text()[1]",
              "codeLines": [
                "Last Name"
              ]
            }
          },
          {
            "index": 984,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[2]/label[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 985,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[3]/label[1]/text()[1]",
              "codeLines": [
                "Company/Affiliation"
              ]
            }
          },
          {
            "index": 986,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[4]/label[1]/text()[1]",
              "codeLines": [
                "Email"
              ]
            }
          },
          {
            "index": 987,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[4]/label[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 988,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Follow Us"
              ]
            }
          },
          {
            "index": 989,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/h3[1]/text()[1]",
              "codeLines": [
                "Our Tweets"
              ]
            }
          },
          {
            "index": 990,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "Sep 30"
              ]
            }
          },
          {
            "index": 991,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/span[2]/text()[1]",
              "codeLines": [
                "Hundreds of #RV residents in #MountainView CA, many with #disabilities, will NOT be displaced from ..."
              ]
            }
          },
          {
            "index": 992,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[3]/span[1]/text()[1]",
              "codeLines": [
                "© 2022 Disability Rights Advocates. All rights reserved."
              ]
            }
          },
          {
            "index": 1021,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[3]/form[1]/label[1]/text()[1]",
              "codeLines": [
                "Search"
              ]
            }
          },
          {
            "index": 1028,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Donate Today"
              ]
            }
          },
          {
            "index": 1029,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "DRA does not charge its clients fees for representation. Please help us continue to improve the liv..."
              ]
            }
          },
          {
            "index": 1030,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Donation"
              ]
            }
          },
          {
            "index": 1031,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/label[2]/text()[1]",
              "codeLines": [
                "Frequency"
              ]
            }
          },
          {
            "index": 1032,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[2]/h3[1]/text()[1]",
              "codeLines": [
                "DEI Statement"
              ]
            }
          },
          {
            "index": 1033,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[2]/p[1]/text()[1]",
              "codeLines": [
                "DRA uses the law as a tool to advance the cause of justice for people with disabilities across the ..."
              ]
            }
          },
          {
            "index": 1034,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/h3[1]/text()[1]",
              "codeLines": [
                "Get Our Newsletter"
              ]
            }
          },
          {
            "index": 1035,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "First Name"
              ]
            }
          },
          {
            "index": 1036,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 1037,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[2]/label[1]/text()[1]",
              "codeLines": [
                "Last Name"
              ]
            }
          },
          {
            "index": 1038,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[2]/label[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 1039,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[3]/label[1]/text()[1]",
              "codeLines": [
                "Company/Affiliation"
              ]
            }
          },
          {
            "index": 1040,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[4]/label[1]/text()[1]",
              "codeLines": [
                "Email"
              ]
            }
          },
          {
            "index": 1041,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[4]/label[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 1042,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Follow Us"
              ]
            }
          },
          {
            "index": 1043,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/h3[1]/text()[1]",
              "codeLines": [
                "Our Tweets"
              ]
            }
          },
          {
            "index": 1044,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "Sep 30"
              ]
            }
          },
          {
            "index": 1045,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/span[2]/text()[1]",
              "codeLines": [
                "Hundreds of #RV residents in #MountainView CA, many with #disabilities, will NOT be displaced from ..."
              ]
            }
          },
          {
            "index": 1046,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[3]/span[1]/text()[1]",
              "codeLines": [
                "© 2022 Disability Rights Advocates. All rights reserved."
              ]
            }
          },
          {
            "index": 1313,
            "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": "h3",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/h3[1]",
              "codeLines": [
                "<h3>",
                "  Follow Us",
                "</h3>"
              ]
            }
          }
        ],
        "success": true
      },
      "endTime": 1664721544128
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "startTime": 1664721544128,
      "url": "https://dralegal.org/",
      "result": {
        "totals": {
          "rulesNA": 46,
          "rulesPassed": 48,
          "rulesWarned": 3,
          "rulesViolated": 4,
          "warnings": {
            "minor": 11,
            "moderate": 0,
            "serious": 60,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 2,
            "serious": 15,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-10-02T14:39:04.915Z",
          "url": "https://dralegal.org/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "34.6pt (46.2px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Search Our Cases</h2>",
                  "target": [
                    ".inner-page > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"life_area_tax\">Case Area</label>",
                  "target": [
                    "label[for=\"life_area_tax\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"disability_tax\">Disability</label>",
                  "target": [
                    "label[for=\"disability_tax\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"search-field\">Search Keywords</label>",
                  "target": [
                    "label[for=\"search-field\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"search-description\">You can search all of our cases or filter by Case Area or Disability.</p>",
                  "target": [
                    ".search-description"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Donate Today</h3>",
                  "target": [
                    ".upper > .column-1.column:nth-child(1) > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>DRA does not charge its clients fees for representation. Please help us continue to improve the lives of people with all types of disabilities.</p>",
                  "target": [
                    ".column-1.column:nth-child(1) > 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-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"amount\">Donation</label>",
                  "target": [
                    "label[for=\"amount\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"frequency\">Frequency</label>",
                  "target": [
                    "label[for=\"frequency\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>DEI Statement</h3>",
                  "target": [
                    ".upper > .column-2.column > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".column-2.column > p:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/dei-statement/\">Read the rest of DRA’s DEI statement</a>",
                  "target": [
                    "p:nth-child(3) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Get Our Newsletter</h3>",
                  "target": [
                    ".column-1.column:nth-child(3) > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_3\">First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label>",
                  "target": [
                    "label[for=\"input_3_3\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_4\">Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label>",
                  "target": [
                    "label[for=\"input_3_4\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_2\">Company/Affiliation</label>",
                  "target": [
                    "label[for=\"input_3_2\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_5\">Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label>",
                  "target": [
                    "label[for=\"input_3_5\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Follow Us</h3>",
                  "target": [
                    ".lower > .column-1.column > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Our Tweets</h3>",
                  "target": [
                    ".column-3 > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"name\" href=\"https://twitter.com/dralegal/status/1575966298751713281\">@dralegal</a>",
                  "target": [
                    ".name"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"time\">Sep 30</span>",
                  "target": [
                    ".time"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.9pt (25.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"text block\">Hundreds of #RV residents in #MountainView CA, many with #disabilities, will NOT be displaced from the city due to… <a href=\"https://t.co/AisHG6wz7Y\">https://t.co/AisHG6wz7Y</a></span>",
                  "target": [
                    ".tweet > .text.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.9pt (25.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://t.co/AisHG6wz7Y\">https://t.co/AisHG6wz7Y</a>",
                  "target": [
                    "a[href$=\"AisHG6wz7Y\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/privacy-policy/\">Privacy Policy</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(1) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/sitemap/\">Sitemap</a>",
                  "target": [
                    "a[href$=\"sitemap/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/accessibility-policy/\">Accessibility Policy</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(3) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/legal/\">Legal</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(4) > a[href$=\"legal/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/contact-us/\">Contact Us</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(5) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a rel=\"nofollow\" href=\"https://dralegal.org/wp-login.php\">Log in</a>",
                  "target": [
                    "a[rel=\"nofollow\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"copy\">© 2022 Disability Rights Advocates. All rights reserved.</span>",
                  "target": [
                    ".copy"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "34.6pt (46.2px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Search Our Cases</h2>",
                  "target": [
                    ".inner-page > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"life_area_tax\">Case Area</label>",
                  "target": [
                    "label[for=\"life_area_tax\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"disability_tax\">Disability</label>",
                  "target": [
                    "label[for=\"disability_tax\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"search-field\">Search Keywords</label>",
                  "target": [
                    "label[for=\"search-field\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#222222",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"front-search\" class=\"block\">",
                          "target": [
                            "#front-search"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"search-description\">You can search all of our cases or filter by Case Area or Disability.</p>",
                  "target": [
                    ".search-description"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Donate Today</h3>",
                  "target": [
                    ".upper > .column-1.column:nth-child(1) > h3"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>DRA does not charge its clients fees for representation. Please help us continue to improve the lives of people with all types of disabilities.</p>",
                  "target": [
                    ".column-1.column:nth-child(1) > 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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"amount\">Donation</label>",
                  "target": [
                    "label[for=\"amount\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"frequency\">Frequency</label>",
                  "target": [
                    "label[for=\"frequency\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>DEI Statement</h3>",
                  "target": [
                    ".upper > .column-2.column > h3"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".column-2.column > p:nth-child(2)"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/dei-statement/\">Read the rest of DRA’s DEI statement</a>",
                  "target": [
                    "p:nth-child(3) > a"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Get Our Newsletter</h3>",
                  "target": [
                    ".column-1.column:nth-child(3) > h3"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_3\">First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label>",
                  "target": [
                    "label[for=\"input_3_3\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_4\">Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label>",
                  "target": [
                    "label[for=\"input_3_4\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_2\">Company/Affiliation</label>",
                  "target": [
                    "label[for=\"input_3_2\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label class=\"gfield_label\" for=\"input_3_5\">Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label>",
                  "target": [
                    "label[for=\"input_3_5\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Follow Us</h3>",
                  "target": [
                    ".lower > .column-1.column > h3"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Our Tweets</h3>",
                  "target": [
                    ".column-3 > h3"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"name\" href=\"https://twitter.com/dralegal/status/1575966298751713281\">@dralegal</a>",
                  "target": [
                    ".name"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"time\">Sep 30</span>",
                  "target": [
                    ".time"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.9pt (25.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"text block\">Hundreds of #RV residents in #MountainView CA, many with #disabilities, will NOT be displaced from the city due to… <a href=\"https://t.co/AisHG6wz7Y\">https://t.co/AisHG6wz7Y</a></span>",
                  "target": [
                    ".tweet > .text.block"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.9pt (25.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://t.co/AisHG6wz7Y\">https://t.co/AisHG6wz7Y</a>",
                  "target": [
                    "a[href$=\"AisHG6wz7Y\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/privacy-policy/\">Privacy Policy</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(1) > a"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/sitemap/\">Sitemap</a>",
                  "target": [
                    "a[href$=\"sitemap/\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/accessibility-policy/\">Accessibility Policy</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(3) > a"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/legal/\">Legal</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(4) > a[href$=\"legal/\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://dralegal.org/contact-us/\">Contact Us</a>",
                  "target": [
                    "nav[aria-label=\"Site Information\"] > ul > li:nth-child(5) > a"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a rel=\"nofollow\" href=\"https://dralegal.org/wp-login.php\">Log in</a>",
                  "target": [
                    "a[rel=\"nofollow\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" role=\"contentinfo\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"copy\">© 2022 Disability Rights Advocates. All rights reserved.</span>",
                  "target": [
                    ".copy"
                  ],
                  "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.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"menu-closed\" id=\"mobile-header\">",
                  "target": [
                    "#mobile-header"
                  ],
                  "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=\"mobile-menu\">",
                  "target": [
                    "#mobile-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-menu-1 > .menu-item-564.menu-item-has-children.menu-item-type-post_type > .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-menu-1 > .menu-item-481.menu-item-has-children.menu-item-type-post_type > .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-menu-1 > .menu-item-1156.menu-item-has-children.menu-item-type-post_type > .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-menu-1 > .menu-item-833.menu-item-type-custom.menu-item-object-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-menu-1 > .menu-item-34018.menu-item-has-children.menu-item-type-post_type > .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 id=\"field_3_6\" class=\"gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_visible\" data-js-reload=\"field_3_6\">",
                  "target": [
                    "#field_3_6"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<p style=\"display: none !important;\">",
                  "target": [
                    "#gform_3 > p"
                  ],
                  "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": "<iframe style=\"display:none;width:0px;height:0px;\" src=\"about:blank\" name=\"gform_ajax_frame_3\" id=\"gform_ajax_frame_3\" title=\"This iframe contains the logic required to handle Ajax powered Gravity Forms.\"></iframe>",
                  "target": [
                    "#gform_ajax_frame_3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<p id=\"a11y-speak-intro-text\" class=\"a11y-speak-intro-text\" style=\"position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;\" hidden=\"hidden\">",
                  "target": [
                    "#a11y-speak-intro-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">September 29, 2022</span>",
                  "target": [
                    ".pos-0 > article > a[target=\"_blank\"][rel=\"noopener\"] > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">September 27, 2022</span>",
                  "target": [
                    ".pos-1 > article > a > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">September 26, 2022</span>",
                  "target": [
                    ".pos-2 > article > a > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">September 20, 2022</span>",
                  "target": [
                    ".pos-3 > article > a[target=\"_blank\"][rel=\"noopener\"] > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">September 8, 2022</span>",
                  "target": [
                    ".pos-4 > article > a > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">August 18, 2022</span>",
                  "target": [
                    ".pos-5 > article > a[target=\"_blank\"][rel=\"noopener\"] > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">July 26, 2022</span>",
                  "target": [
                    ".pos-6 > article > a[target=\"_blank\"][rel=\"noopener\"] > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">July 26, 2022</span>",
                  "target": [
                    ".pos-7 > article > a > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0979c3",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.63,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" role=\"main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"meta block\">July 7, 2022</span>",
                  "target": [
                    ".pos-8 > article > a[target=\"_blank\"][rel=\"noopener\"] > .inner-block > .meta.block"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #0979c3, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "label-content-name-mismatch",
              "impact": "serious",
              "tags": [
                "cat.semantics",
                "wcag21a",
                "wcag253",
                "experimental"
              ],
              "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
              "help": "Elements must have their visible text as part of their accessible name",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/label-content-name-mismatch?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\" class=\"search-submit\" aria-label=\"Search\">d</button>",
                  "target": [
                    ".search > .search-form[method=\"get\"][action=\"https://dralegal.org/\"] > .wrapper > .search-submit[aria-label=\"Search\"][type=\"submit\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://fundraise.givesmart.com/e/tHF0uw?vid=s6zsk\" rel=\"noopener\" target=\"_blank\" aria-label=\"DRA’s 2022 Gala is One Week Away!\nSeptember 29, 2022 (opens in a new tab)\">",
                  "target": [
                    ".pos-0 > article > a[target=\"_blank\"][rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://mailchi.mp/dralegal/sep-2022-newsletter\" rel=\"noopener\" target=\"_blank\" aria-label=\"DRA September 2022 Newsletter\nSeptember 20, 2022 (opens in a new tab)\">",
                  "target": [
                    ".pos-3 > article > a[target=\"_blank\"][rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://mailchi.mp/dralegal/2022-gala-invite\" rel=\"noopener\" target=\"_blank\" aria-label=\"You’re Invited to DRA’s 2022 Gala!\nAugust 18, 2022 (opens in a new tab)\">",
                  "target": [
                    ".pos-5 > article > a[target=\"_blank\"][rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://mailchi.mp/dralegal/ada-2022\" rel=\"noopener\" target=\"_blank\" aria-label=\"Celebrating 32 Years with the ADA\nJuly 26, 2022 (opens in a new tab)\">",
                  "target": [
                    ".pos-6 > article > a[target=\"_blank\"][rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://mailchi.mp/dralegal/summer2022newsletter\" rel=\"noopener\" target=\"_blank\" aria-label=\"DRA 2022 Summer Newsletter\nJuly 7, 2022 (opens in a new tab)\">",
                  "target": [
                    ".pos-8 > article > a[target=\"_blank\"][rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": "social links"
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"socials\" aria-label=\"Social Links\">",
                          "target": [
                            ".column-1.column > .socials[aria-label=\"Social Links\"]"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"socials\" aria-label=\"Social Links\">",
                  "target": [
                    ".navigation > .socials[aria-label=\"Social Links\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "id": "page-has-heading-one",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
              "help": "Page should contain a level-one heading",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/page-has-heading-one?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-heading-one",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Page must have a level-one heading"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en-US\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Page must have a level-one heading"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "endTime": 1664721544951
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721544951,
      "endTime": 1664721545520
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721545520,
      "result": "https://dralegal.org/",
      "endTime": 1664721547614
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "startTime": 1664721547614,
      "url": "https://dralegal.org/",
      "result": [
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav aria-label=\"Social Links\" class=\"socials\"><ul class=\"soclist\"><li><a rel=\"noopener\" href=\"https ... con dra-icon-instagram\"></span><span class=\"screen-reader-text\">Instagram</span></a></li></ul></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"socials\"][aria-label=\"Social Links\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav aria-label=\"Social Links\" class=\"socials\"><ul class=\"soclist\"><li><a rel=\"noopener\" href=\"https ... con dra-icon-instagram\"></span><span class=\"screen-reader-text\">Instagram</span></a></li></ul></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"socials\"][aria-label=\"Social Links\"]",
            "attNo": 2
          }
        }
      ],
      "endTime": 1664721547808
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721547808,
      "endTime": 1664721548366
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721548366,
      "result": "https://dralegal.org/",
      "endTime": 1664721551159
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "startTime": 1664721551159,
      "url": "https://dralegal.org/",
      "result": {
        "Error": {},
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-2022-Gala-One-Week-Promo-v3-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-2022-Gala-Social-Media-v2-2-scaled-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-ADA-32-Graphic-homepage-thumbnail-v2-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-Homepage-Thumbnail-Hiring-v4-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-Press-Release-2022-Summer-Newsletter-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-Press-Release-Absentee-Voting-v1-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-Press-Release-Deaf-Discrimination-Thumbnail-v3-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-Press-Release-PARKING-BAN-V1-700x420.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" src=\"https://dralegal.org/wp-content/uploads/cc_resize/DRA-Press-Release-Sept-Newsletter-v2-700x420.jpg\">"
              }
            ]
          },
          "AA.1_3_1.H85.2": {
            "If this selection list contains groups of related options, they should be grouped with optgroup.": [
              {
                "tagName": "select",
                "id": "#amount",
                "code": "<select id=\"amount\" name=\"amount\">...</select>"
              },
              {
                "tagName": "select",
                "id": "#disability_tax",
                "code": "<select name=\"disability_tax\" id=\"disability_tax\">...</select>"
              },
              {
                "tagName": "select",
                "id": "#frequency",
                "code": "<select id=\"frequency\" name=\"frequency\">...</select>"
              },
              {
                "tagName": "select",
                "id": "#life_area_tax",
                "code": "<select name=\"life_area_tax\" id=\"life_area_tax\">...</select>"
              }
            ]
          },
          "AA.1_3_1_A.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>...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2>...</h2>"
              }
            ]
          },
          "AA.1_4_3.G145.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 3:1.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G145.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"name\" href=\"https://twitter.com/dralegal/status/1575966298751713281\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://dralegal.org/accessibility-policy/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://dralegal.org/contact-us/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://dralegal.org/dei-statement/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://dralegal.org/legal/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://dralegal.org/privacy-policy/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://dralegal.org/sitemap/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://t.co/AisHG6wz7Y\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"nofollow\" href=\"https://dralegal.org/wp-login.php\">...</a>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2>...</h2>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3>...</h3>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"gfield_label\" for=\"input_3_2\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"gfield_label\" for=\"input_3_3\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"gfield_label\" for=\"input_3_4\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"gfield_label\" for=\"input_3_5\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"amount\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"disability_tax\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"frequency\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"life_area_tax\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"search-field\">...</label>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"gfield_required gfield_required_asterisk\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"text block\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"time\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"search-description\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"copy\">...</span>"
              }
            ]
          },
          "AA.2_5_3.F96": {
            "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button type=\"submit\" class=\"search-submit\" aria-label=\"Search\">...</button>"
              }
            ]
          },
          "AA.4_1_2.H91.Select.Value": {
            "This select element does not have a value available to an accessibility API.": [
              {
                "tagName": "select",
                "id": "#amount",
                "code": "<select id=\"amount\" name=\"amount\">...</select>"
              },
              {
                "tagName": "select",
                "id": "#disability_tax",
                "code": "<select name=\"disability_tax\" id=\"disability_tax\">...</select>"
              },
              {
                "tagName": "select",
                "id": "#frequency",
                "code": "<select id=\"frequency\" name=\"frequency\">...</select>"
              },
              {
                "tagName": "select",
                "id": "#life_area_tax",
                "code": "<select name=\"life_area_tax\" id=\"life_area_tax\">...</select>"
              }
            ]
          }
        },
        "success": true
      },
      "endTime": 1664721551320
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721551320,
      "endTime": 1664721551870
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721551870,
      "result": "https://dralegal.org/",
      "endTime": 1664721554249
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "startTime": 1664721554249,
      "url": "https://dralegal.org/",
      "result": {
        "content": {
          "totals": {
            "violation": 0,
            "recommendation": 4,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 277,
                "height": 1606,
                "width": 800
              },
              "snippet": "<main role=\"main\" id=\"main\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 277,
                "width": 800
              },
              "snippet": "<header role=\"banner\" id=\"header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 40,
                "top": 1909,
                "height": 37,
                "width": 720
              },
              "snippet": "<nav aria-label=\"Main (2 of 2)\" role=\"navigation\" class=\"primary-nav\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 0,
                "top": 1883,
                "height": 1743,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" id=\"footer\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 0,
            "recommendation": 4,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 277,
                "height": 1606,
                "width": 800
              },
              "snippet": "<main role=\"main\" id=\"main\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 277,
                "width": 800
              },
              "snippet": "<header role=\"banner\" id=\"header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 40,
                "top": 1909,
                "height": 37,
                "width": 720
              },
              "snippet": "<nav aria-label=\"Main (2 of 2)\" role=\"navigation\" class=\"primary-nav\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 0,
                "top": 1883,
                "height": 1743,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" id=\"footer\">",
              "level": "recommendation"
            }
          ]
        },
        "success": true
      },
      "endTime": 1664721562334
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721562334,
      "endTime": 1664721562890
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721562890,
      "result": "https://dralegal.org/",
      "endTime": 1664721565113
    },
    {
      "type": "test",
      "which": "nuVal",
      "what": "failures to pass the Nu Html Checker",
      "startTime": 1664721565113,
      "url": "https://dralegal.org/",
      "result": {
        "messages": [
          {
            "type": "info",
            "lastLine": 3,
            "lastColumn": 92,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "=\"utf-8\">\n<script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 92
          },
          {
            "type": "info",
            "lastLine": 3,
            "lastColumn": 132,
            "firstColumn": 102,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "></script><script type=\"text/javascript\">\nvar g",
            "hiliteStart": 10,
            "hiliteLength": 31
          },
          {
            "type": "info",
            "lastLine": 30,
            "lastColumn": 152,
            "firstColumn": 8,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "->\n\t\t\t\t\t\t\t<script src=\"//www.googletagmanager.com/gtag/js?id=UA-115213279-1\" data-cfasync=\"false\" data-wpfc-render=\"false\" type=\"text/javascript\" async=\"\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 145
          },
          {
            "type": "info",
            "lastLine": 31,
            "lastColumn": 80,
            "firstColumn": 4,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "cript>\n\t\t\t<script data-cfasync=\"false\" data-wpfc-render=\"false\" type=\"text/javascript\">\n\t\t\t\tv",
            "hiliteStart": 10,
            "hiliteLength": 77
          },
          {
            "type": "info",
            "lastLine": 225,
            "lastColumn": 33,
            "firstColumn": 3,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "hts -->\n\t\t<script type=\"text/javascript\">\nwindo",
            "hiliteStart": 10,
            "hiliteLength": 31
          },
          {
            "type": "info",
            "lastLine": 229,
            "lastColumn": 125,
            "firstColumn": 10,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "\n</script><script src=\"https://dralegal.org/wp-includes/js/wp-emoji-release.min.js?ver=6.0.2\" type=\"text/javascript\" defer=\"\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 116
          },
          {
            "type": "info",
            "lastLine": 230,
            "lastColumn": 23,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute for the style element is not needed and should be omitted.",
            "extract": "</script>\n<style type=\"text/css\">\nimg.w",
            "hiliteStart": 10,
            "hiliteLength": 23
          },
          {
            "type": "info",
            "lastLine": 245,
            "lastColumn": 53,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute for the style element is not needed and should be omitted.",
            "extract": "ia=\"all\">\n<style id=\"global-styles-inline-css\" type=\"text/css\">\nbody{",
            "hiliteStart": 10,
            "hiliteLength": 53
          },
          {
            "type": "info",
            "lastLine": 261,
            "lastColumn": 75,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute for the style element is not needed and should be omitted.",
            "extract": "ia=\"all\">\n<style id=\"block-visibility-screen-size-styles-inline-css\" type=\"text/css\">\n/* La",
            "hiliteStart": 10,
            "hiliteLength": 75
          },
          {
            "type": "info",
            "lastLine": 283,
            "lastColumn": 189,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "\n</style>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.5.3\" id=\"monsterinsights-frontend-script-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 189
          },
          {
            "type": "info",
            "lastLine": 284,
            "lastColumn": 123,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script data-cfasync=\"false\" data-wpfc-render=\"false\" type=\"text/javascript\" id=\"monsterinsights-frontend-script-js-extra\">/* <![",
            "hiliteStart": 10,
            "hiliteLength": 123
          },
          {
            "type": "info",
            "lastLine": 287,
            "lastColumn": 124,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.0\" id=\"jquery-core-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 124
          },
          {
            "type": "info",
            "lastLine": 288,
            "lastColumn": 135,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\" id=\"jquery-migrate-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 135
          },
          {
            "type": "info",
            "lastLine": 289,
            "lastColumn": 149,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/photo-gallery/js/jquery.sumoselect.min.js?ver=3.3.24\" id=\"sumoselect-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 149
          },
          {
            "type": "info",
            "lastLine": 290,
            "lastColumn": 147,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/photo-gallery/js/jquery.mobile.min.js?ver=1.4.5\" id=\"jquery-mobile-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 147
          },
          {
            "type": "info",
            "lastLine": 291,
            "lastColumn": 167,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=3.1.5\" id=\"mCustomScrollbar-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 167
          },
          {
            "type": "info",
            "lastLine": 292,
            "lastColumn": 155,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/photo-gallery/js/jquery.fullscreen.min.js?ver=0.6.0\" id=\"jquery-fullscreen-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 155
          },
          {
            "type": "info",
            "lastLine": 293,
            "lastColumn": 58,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" id=\"bwg_frontend-js-extra\">\n/* <!",
            "hiliteStart": 10,
            "hiliteLength": 58
          },
          {
            "type": "info",
            "lastLine": 298,
            "lastColumn": 140,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/photo-gallery/js/scripts.min.js?ver=1.6.5\" id=\"bwg_frontend-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 140
          },
          {
            "type": "info",
            "lastLine": 299,
            "lastColumn": 57,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" id=\"mobile-menu-js-extra\">\n/* <!",
            "hiliteStart": 10,
            "hiliteLength": 57
          },
          {
            "type": "info",
            "lastLine": 304,
            "lastColumn": 133,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/themes/dralegal/js/mobile-menu.js?ver=6.0.2\" id=\"mobile-menu-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 133
          },
          {
            "type": "info",
            "lastLine": 312,
            "lastColumn": 23,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute for the style element is not needed and should be omitted.",
            "extract": "3.9.0 -->\n<style type=\"text/css\">.broke",
            "hiliteStart": 10,
            "hiliteLength": 23
          },
          {
            "type": "info",
            "lastLine": 322,
            "lastColumn": 37,
            "firstColumn": 4,
            "subType": "warning",
            "message": "The banner role is unnecessary for element header.",
            "extract": "page\">\n\t\t\t<header id=\"header\" role=\"banner\">\n\t\t\t\t<",
            "hiliteStart": 10,
            "hiliteLength": 34
          },
          {
            "type": "info",
            "lastLine": 350,
            "lastColumn": 73,
            "firstColumn": 8,
            "subType": "warning",
            "message": "The navigation role is unnecessary for element nav.",
            "extract": "\">\n\t\t\t\t\t\t\t<nav class=\"primary-nav\" role=\"navigation\" aria-label=\"Main Menu\">\n\t\t\t\t\t",
            "hiliteStart": 10,
            "hiliteLength": 66
          },
          {
            "type": "error",
            "lastLine": 354,
            "lastColumn": 193,
            "firstColumn": 112,
            "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "extract": "item-886\"><a target=\"\" rel=\"noopener\" href=\"https://dralegal.org/case-area/investigations/\">Invest",
            "hiliteStart": 10,
            "hiliteLength": 82
          },
          {
            "type": "error",
            "lastLine": 361,
            "lastColumn": 177,
            "firstColumn": 107,
            "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "extract": "item-839\"><a target=\"\" rel=\"noopener\" href=\"https://dralegal.org/category/jobs/\">Jobs</",
            "hiliteStart": 10,
            "hiliteLength": 71
          },
          {
            "type": "error",
            "lastLine": 376,
            "lastColumn": 183,
            "firstColumn": 107,
            "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "extract": "item-832\"><a target=\"\" rel=\"noopener\" href=\"https://dralegal.org/category/newsletter/\">Newsle",
            "hiliteStart": 10,
            "hiliteLength": 77
          },
          {
            "type": "info",
            "lastLine": 460,
            "lastColumn": 31,
            "firstColumn": 4,
            "subType": "warning",
            "message": "The main role is unnecessary for element main.",
            "extract": "eader>\n\t\t\t<main id=\"main\" role=\"main\">\n\t\t\t\t<",
            "hiliteStart": 10,
            "hiliteLength": 28
          },
          {
            "type": "info",
            "lastLine": 616,
            "lastColumn": 42,
            "firstColumn": 3,
            "subType": "warning",
            "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "extract": "</div>\n\n\t\t<article id=\"front-cases\" class=\"block\">\n\t\t\n\n\t",
            "hiliteStart": 10,
            "hiliteLength": 40
          },
          {
            "type": "info",
            "lastLine": 624,
            "lastColumn": 51,
            "firstColumn": 13,
            "subType": "warning",
            "message": "The contentinfo role is unnecessary for element footer.",
            "extract": "          <footer id=\"footer\" role=\"contentinfo\">\n     ",
            "hiliteStart": 10,
            "hiliteLength": 39
          },
          {
            "type": "info",
            "lastLine": 627,
            "lastColumn": 94,
            "firstColumn": 25,
            "subType": "warning",
            "message": "The navigation role is unnecessary for element nav.",
            "extract": "          <nav class=\"primary-nav\" role=\"navigation\" aria-label=\"Main (2 of 2)\">\n\t\t\t\t\t",
            "hiliteStart": 10,
            "hiliteLength": 70
          },
          {
            "type": "info",
            "lastLine": 699,
            "lastColumn": 63,
            "firstColumn": 33,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "          <script type=\"text/javascript\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 31
          },
          {
            "type": "info",
            "lastLine": 718,
            "lastColumn": 47,
            "firstColumn": 17,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "          <script type=\"text/javascript\">\ngform",
            "hiliteStart": 10,
            "hiliteLength": 31
          },
          {
            "type": "error",
            "lastLine": 771,
            "lastColumn": 9,
            "firstColumn": 3,
            "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "extract": "age -->\n\t\t<style>.wp-co",
            "hiliteStart": 10,
            "hiliteLength": 7
          },
          {
            "type": "error",
            "lastLine": 772,
            "lastColumn": 7,
            "firstColumn": 1,
            "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "extract": "}</style>\n<style>.wp-co",
            "hiliteStart": 10,
            "hiliteLength": 7
          },
          {
            "type": "error",
            "lastLine": 773,
            "lastColumn": 7,
            "firstColumn": 1,
            "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "extract": "}</style>\n<style>.wp-co",
            "hiliteStart": 10,
            "hiliteLength": 7
          },
          {
            "type": "error",
            "lastLine": 774,
            "lastColumn": 7,
            "firstColumn": 1,
            "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "extract": "}</style>\n<style>.wp-co",
            "hiliteStart": 10,
            "hiliteLength": 7
          },
          {
            "type": "info",
            "lastLine": 775,
            "lastColumn": 139,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "}</style>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6\" id=\"page-links-to-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 139
          },
          {
            "type": "info",
            "lastLine": 776,
            "lastColumn": 64,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" id=\"dralegal-front-end-js-extra\">\n/* <!",
            "hiliteStart": 10,
            "hiliteLength": 64
          },
          {
            "type": "info",
            "lastLine": 781,
            "lastColumn": 136,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-content/themes/dralegal/js/front-end.js?ver=1.0\" id=\"dralegal-front-end-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 136
          },
          {
            "type": "info",
            "lastLine": 782,
            "lastColumn": 151,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9\" id=\"regenerator-runtime-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 151
          },
          {
            "type": "info",
            "lastLine": 783,
            "lastColumn": 135,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\" id=\"wp-polyfill-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 135
          },
          {
            "type": "info",
            "lastLine": 784,
            "lastColumn": 153,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/dist/dom-ready.min.js?ver=d996b53411d1533a84951212ab6ac4ff\" id=\"wp-dom-ready-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 153
          },
          {
            "type": "info",
            "lastLine": 785,
            "lastColumn": 145,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/dist/hooks.min.js?ver=c6d64f2cb8f5c6bb49caca37f8828ce3\" id=\"wp-hooks-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 145
          },
          {
            "type": "info",
            "lastLine": 786,
            "lastColumn": 143,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/dist/i18n.min.js?ver=ebee46757c6a411e38fd079a7ac71d94\" id=\"wp-i18n-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 143
          },
          {
            "type": "info",
            "lastLine": 787,
            "lastColumn": 53,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" id=\"wp-i18n-js-after\">\nwp.i1",
            "hiliteStart": 10,
            "hiliteLength": 53
          },
          {
            "type": "info",
            "lastLine": 790,
            "lastColumn": 143,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" src=\"https://dralegal.org/wp-includes/js/dist/a11y.min.js?ver=a38319d7ba46c6e60f7f9d4c371222c5\" id=\"wp-a11y-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 143
          },
          {
            "type": "info",
            "lastLine": 791,
            "lastColumn": 155,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" defer=\"defer\" src=\"https://dralegal.org/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.6.3\" id=\"gform_json-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 155
          },
          {
            "type": "info",
            "lastLine": 792,
            "lastColumn": 64,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" id=\"gform_gravityforms-js-extra\">\n/* <!",
            "hiliteStart": 10,
            "hiliteLength": 64
          },
          {
            "type": "info",
            "lastLine": 800,
            "lastColumn": 164,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\" defer=\"defer\" src=\"https://dralegal.org/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.6.3\" id=\"gform_gravityforms-js\"></scri",
            "hiliteStart": 10,
            "hiliteLength": 164
          },
          {
            "type": "info",
            "lastLine": 801,
            "lastColumn": 31,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\">\ngform",
            "hiliteStart": 10,
            "hiliteLength": 31
          },
          {
            "type": "info",
            "lastLine": 804,
            "lastColumn": 31,
            "firstColumn": 1,
            "subType": "warning",
            "message": "The type attribute is unnecessary for JavaScript resources.",
            "extract": "</script>\n<script type=\"text/javascript\">\ngform",
            "hiliteStart": 10,
            "hiliteLength": 31
          }
        ],
        "success": true
      },
      "endTime": 1664721565474
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "startTime": 1664721565474,
      "url": "https://dralegal.org/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Disability Rights Advocates - Advancing equal rights for people with all types of disabilities nationwide.",
          "pageurl": "https://dralegal.org/",
          "time": 3.32,
          "creditsremaining": 704,
          "allitemcount": 112,
          "totalelements": 545,
          "waveurl": "http://wave.webaim.org/report?url=https://dralegal.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 6,
            "items": {
              "h1_missing": {
                "id": "h1_missing",
                "description": "Missing first level heading",
                "count": 1,
                "selectors": [
                  false
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#footer > DIV:first-child > DIV#footer-2 > DIV:first-child > DIV:first-child + DIV > H3:first-child + P + P",
                  "HTML > HEAD:first-child + BODY > P#a11y-speak-intro-text"
                ],
                "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": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#header > DIV#header-2 > DIV:first-child > DIV:first-child + DIV > NAV:first-child > DIV#main-menu > UL#menu-main-menu > LI#menu-item-833 > A:first-child + UL > LI#menu-item-766 > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#header > DIV#header-2 > DIV#mobile-menu > DIV#mobile-menu-wrapper > UL#menu-main-menu-1 > LI:first-child + LI + LI + LI > BUTTON:first-child + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#footer > DIV:first-child > DIV#footer-1 > NAV:first-child > DIV#sub-menu > UL#menu-main-menu-2 > LI:first-child + LI + LI + LI > A:first-child + UL > LI: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"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "endTime": 1664721569010
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser",
      "startTime": 1664721569010,
      "endTime": 1664721569523
    },
    {
      "type": "url",
      "which": "https://dralegal.org/",
      "what": "URL",
      "startTime": 1664721569524,
      "result": "https://dralegal.org/",
      "endTime": 1664721571625
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "startTime": 1664721571625,
      "url": "https://dralegal.org/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.106",
        "responseTime": "2022-10-02T14:39:32.071Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1036038,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 175,
              "failing": 5
            },
            "issues": {
              "totalErrors": 19,
              "totalWarnings": 1,
              "totalIssues": 20
            },
            "issuesByLevel": {
              "A": {
                "count": 6,
                "pct": 30
              },
              "AA": {
                "count": 5,
                "pct": 25
              },
              "AAA": {
                "count": 20,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "9dbc496e-9f80-48fa-bfc4-4266a64c3b29",
          "docID": "aab62c52-751b-428b-8a35-05da360f3c77",
          "sourceHash": "c2951b304be724a4e22a7603c32ac152",
          "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=9dbc496e-9f80-48fa-bfc4-4266a64c3b29",
          "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": 3396.72
                },
                "height": 3396.72,
                "width": 1024
              },
              "position": {
                "line": 2809,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-4 wp-embed-responsive page-home sidebar-active\"&gt; &lt;div id=\"page\"&gt; &lt;header id=\"header\" role=\"banner\"&gt; &lt;div id=\"header-1\" class=\"block\"&gt; &lt;div class=\"inner-page\"&gt; &lt;div clas",
              "xpath": "/html/body",
              "issueID": "cd3f80a8dfd1d04b45eaec5a8170b88a",
              "signature": "6a0289816798af408b0324e0a176040d",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=cd3f80a8dfd1d04b45eaec5a8170b88a"
            },
            {
              "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": 362,
                  "y": 997.921875
                },
                "bottom-right": {
                  "x": 642,
                  "y": 1132.921875
                },
                "height": 135,
                "width": 280
              },
              "position": {
                "line": 8691,
                "column": 4
              },
              "errorSnippet": "&lt;h3 class=\"title block\"&gt;Federal Judge’s Ruling Improves Absentee Ballot Access for Voters with Disabilities in the General Election&lt;/h3&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[2]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]/h3[1]",
              "issueID": "ed3d4ab21520e464d73a82f92647848a",
              "signature": "9bc68521e1b321d9ff5dbb6fe8cdb9db",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ed3d4ab21520e464d73a82f92647848a"
            },
            {
              "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": 381.984375,
                  "y": 3000.71875
                },
                "bottom-right": {
                  "x": 988.984375,
                  "y": 3094.71875
                },
                "height": 94,
                "width": 607
              },
              "position": {
                "line": 8909,
                "column": 11
              },
              "errorSnippet": "&lt;span class=\"text block\"&gt;Hundreds of #RV residents in #MountainView CA, many with #disabilities, will NOT be displaced from the city due to… &lt;a href=\"https://t.co/AisHG6wz7Y\"&gt;https://t.co/AisHG6wz7Y&lt;/a&gt;&lt;/span&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/span[2]",
              "issueID": "c2cf4b5fe1779700f1877049ab6c364a",
              "signature": "a4debf889496d6f581bdf4e9887b7e54",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c2cf4b5fe1779700f1877049ab6c364a"
            },
            {
              "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": 960,
                  "y": 7
                },
                "bottom-right": {
                  "x": 980,
                  "y": 29
                },
                "height": 22,
                "width": 20
              },
              "position": {
                "line": 8496,
                "column": 90
              },
              "errorSnippet": "&lt;button type=\"submit\" class=\"search-submit\" aria-label=\"Search\"&gt;d&lt;/button&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[3]/form[1]/div[1]/button[1]",
              "issueID": "95d8055ecaee1f768bd83c92c7b3e93a",
              "signature": "98f6cc3618df8ad608b69255554b5a33",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=95d8055ecaee1f768bd83c92c7b3e93a"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -18,
                  "y": -18
                },
                "height": -18,
                "width": -18
              },
              "position": {
                "line": 4538,
                "column": 34
              },
              "errorSnippet": "&lt;input id=\"dralegal_search_49103\" type=\"search\" class=\"search-field\" value=\"\" name=\"s\"&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[1]/form[1]/div[1]/input[1]",
              "issueID": "d7ac1620d9418456e0c416e53e726b32",
              "signature": "b22dac4606454f96a1f3a1a43cc4b178",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d7ac1620d9418456e0c416e53e726b32"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -4
                },
                "height": -4,
                "width": -20
              },
              "position": {
                "line": 8579,
                "column": 90
              },
              "errorSnippet": "&lt;button type=\"submit\" class=\"search-submit\" aria-label=\"Search\"&gt;d&lt;/button&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[1]/form[1]/div[1]/button[1]",
              "issueID": "d99e9a5641d85778ad9666aeecda5c98",
              "signature": "8ee3de0e793c6601d06b7fc0bfbac52f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d99e9a5641d85778ad9666aeecda5c98"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -32,
                  "y": 32.5
                },
                "height": 32.5,
                "width": -32
              },
              "position": {
                "line": 8665,
                "column": 4
              },
              "errorSnippet": "&lt;input name=\"input_6\" id=\"input_3_6\" type=\"text\" value=\"\"&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/div[1]/div[1]/div[5]/div[1]/input[1]",
              "issueID": "8ba268a7b99e7c090268657f3bfc62bd",
              "signature": "8769d97488576349e9b0fd3dc15426e9",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8ba268a7b99e7c090268657f3bfc62bd"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -32,
                  "y": 32.5
                },
                "height": 32.5,
                "width": -32
              },
              "position": {
                "line": 774,
                "column": 14812
              },
              "errorSnippet": "&lt;textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"&gt;&lt;/textarea&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[2]/div[1]/div[3]/div[1]/form[1]/p[1]/label[1]/textarea[1]",
              "issueID": "8b87de713b53cedb1d76943411d324ab",
              "signature": "e6e4993abdb8fc39607f05de3e0f95d7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8b87de713b53cedb1d76943411d324ab"
            },
            {
              "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": 3396.72
                },
                "height": 3396.72,
                "width": 1024
              },
              "position": {
                "line": 2809,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-4 wp-embed-responsive page-home sidebar-active\"&gt; &lt;div id=\"page\"&gt; &lt;header id=\"header\" role=\"banner\"&gt; &lt;div id=\"header-1\" class=\"block\"&gt; &lt;div class=\"inner-page\"&gt; &lt;div clas",
              "xpath": "/html/body",
              "issueID": "ee2b7649804d7d180834a6d85fceffdb",
              "signature": "00fac3397acadc917620462739e1b99e",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=ee2b7649804d7d180834a6d85fceffdb"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4767,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" rel=\"noopener\" href=\"https://dralegal.org/case-area/investigations/\"&gt;Investigations&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/ul[1]/li[1]/ul[1]/li[3]/a[1]",
              "issueID": "87dbd52a6563db575c4f9b7d3c6af823",
              "signature": "b2415006509b669b66727165c2872b23",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=87dbd52a6563db575c4f9b7d3c6af823"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4935,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" rel=\"noopener\" href=\"https://dralegal.org/category/jobs/\"&gt;Jobs&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/ul[1]/li[2]/ul[1]/li[3]/a[1]",
              "issueID": "b453938970ee88e36f3602ecdaf7b23e",
              "signature": "d72e0907c1a2fc9dcebf31b7c9174e69",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b453938970ee88e36f3602ecdaf7b23e"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5235,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" rel=\"noopener\" href=\"https://dralegal.org/category/newsletter/\"&gt;Newsletter Archive&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/ul[1]/li[4]/ul[1]/li[5]/a[1]",
              "issueID": "a35e88f1acafd4af5c2ac5f6296f3c97",
              "signature": "ab8f69e0e971a3e1306ed398ab5ba54a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a35e88f1acafd4af5c2ac5f6296f3c97"
            },
            {
              "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": 32,
                  "y": 746.921875
                },
                "bottom-right": {
                  "x": 332,
                  "y": 1061.921875
                },
                "height": 315,
                "width": 300
              },
              "position": {
                "line": 5403,
                "column": 40
              },
              "errorSnippet": "&lt;a href=\"https://fundraise.givesmart.com/e/tHF0uw?vid=s6zsk\" rel=\"noopener\" target=\"_blank\" aria-label=\"DRA’s 2022 Gala is One Week Away!\nSeptember 29, 2022 (opens in a new tab)\"&gt; &lt;h3 class=\"title block\"&gt;DRA’s 2022 Gala is One Week Away!&lt;/",
              "xpath": "/html/body/div[1]/main[1]/div[2]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]",
              "issueID": "14dd098e280f6eb8b0e0c270fe1d7c32",
              "signature": "b525901d07ffc777fb8679d5d702947b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=14dd098e280f6eb8b0e0c270fe1d7c32"
            },
            {
              "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": 32,
                  "y": 1172.921875
                },
                "bottom-right": {
                  "x": 332,
                  "y": 1487.921875
                },
                "height": 315,
                "width": 300
              },
              "position": {
                "line": 5822,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://mailchi.mp/dralegal/sep-2022-newsletter\" rel=\"noopener\" target=\"_blank\" aria-label=\"DRA September 2022 Newsletter\nSeptember 20, 2022 (opens in a new tab)\"&gt; &lt;h3 class=\"title block\"&gt;DRA September 2022 Newsletter&lt;/h3&gt; &lt;",
              "xpath": "/html/body/div[1]/main[1]/div[2]/div[1]/div[1]/div[1]/div[4]/article[1]/a[1]",
              "issueID": "12ca5357634c6a045f324347650cad54",
              "signature": "05c854b00b84d56465384646b22e7888",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=12ca5357634c6a045f324347650cad54"
            },
            {
              "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": 692,
                  "y": 1172.921875
                },
                "bottom-right": {
                  "x": 992,
                  "y": 1487.921875
                },
                "height": 315,
                "width": 300
              },
              "position": {
                "line": 5823,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://mailchi.mp/dralegal/2022-gala-invite\" rel=\"noopener\" target=\"_blank\" aria-label=\"You’re Invited to DRA’s 2022 Gala!\nAugust 18, 2022 (opens in a new tab)\"&gt; &lt;h3 class=\"title block\"&gt;You’re Invited to DRA’s 2022 Gala!&lt;/h3&gt; ",
              "xpath": "/html/body/div[1]/main[1]/div[2]/div[1]/div[1]/div[1]/div[6]/article[1]/a[1]",
              "issueID": "f8dc4407905fd31977dd8a16857f3484",
              "signature": "b5ef2a74bd1d382f806b4f7cfa87b768",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f8dc4407905fd31977dd8a16857f3484"
            },
            {
              "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": 32,
                  "y": 1517.921875
                },
                "bottom-right": {
                  "x": 332,
                  "y": 1832.921875
                },
                "height": 315,
                "width": 300
              },
              "position": {
                "line": 6571,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://mailchi.mp/dralegal/ada-2022\" rel=\"noopener\" target=\"_blank\" aria-label=\"Celebrating 32 Years with the ADA\nJuly 26, 2022 (opens in a new tab)\"&gt; &lt;h3 class=\"title block\"&gt;Celebrating 32 Years with the ADA&lt;/h3&gt; &lt;span cla",
              "xpath": "/html/body/div[1]/main[1]/div[2]/div[1]/div[1]/div[1]/div[7]/article[1]/a[1]",
              "issueID": "e1aec1e2424e98405d38ebd391da81eb",
              "signature": "edb6a28b87cda5589d6d992b3bfc63af",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e1aec1e2424e98405d38ebd391da81eb"
            },
            {
              "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": 692,
                  "y": 1517.921875
                },
                "bottom-right": {
                  "x": 992,
                  "y": 1832.921875
                },
                "height": 315,
                "width": 300
              },
              "position": {
                "line": 6572,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://mailchi.mp/dralegal/summer2022newsletter\" rel=\"noopener\" target=\"_blank\" aria-label=\"DRA 2022 Summer Newsletter\nJuly 7, 2022 (opens in a new tab)\"&gt; &lt;h3 class=\"title block\"&gt;DRA 2022 Summer Newsletter&lt;/h3&gt; &lt;span class=",
              "xpath": "/html/body/div[1]/main[1]/div[2]/div[1]/div[1]/div[1]/div[9]/article[1]/a[1]",
              "issueID": "fcc06379e26449c24ec24865665fc6ba",
              "signature": "063258606bc364c916acbb2a8b34ae94",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=fcc06379e26449c24ec24865665fc6ba"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 203.28,
                  "y": 26.9888
                },
                "height": 26.9888,
                "width": 203.28
              },
              "position": {
                "line": 6931,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" rel=\"noopener\" href=\"https://dralegal.org/case-area/investigations/\"&gt;Investigations&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/ul[1]/li[2]/a[1]",
              "issueID": "18c7955c1010ec40dc8b781a92eaef37",
              "signature": "94589afe149b2d08f0d7a3046247407c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=18c7955c1010ec40dc8b781a92eaef37"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 203.28,
                  "y": 26.9888
                },
                "height": 26.9888,
                "width": 203.28
              },
              "position": {
                "line": 6932,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" rel=\"noopener\" href=\"https://dralegal.org/category/jobs/\"&gt;Jobs&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]",
              "issueID": "936b977ba4fffe2845b8f0237694d2f6",
              "signature": "ba5727f7da9726ef3565cafa39aaab58",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=936b977ba4fffe2845b8f0237694d2f6"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 203.28,
                  "y": 26.9888
                },
                "height": 26.9888,
                "width": 203.28
              },
              "position": {
                "line": 7172,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" rel=\"noopener\" href=\"https://dralegal.org/category/newsletter/\"&gt;Newsletter Archive&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/ul[1]/li[4]/a[1]",
              "issueID": "0b4cbd9e19c85eea11ed4b4f5be03ecb",
              "signature": "e902c83f2068eea3c88003fecf68e4bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0b4cbd9e19c85eea11ed4b4f5be03ecb"
            }
          ],
          "log": []
        },
        "success": true
      },
      "endTime": 1664721572065
    }
  ],
  "timeStamp": "69jmj",
  "startTime": "2022-10-02T14:38:05",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      17
    ],
    [
      "motion",
      13
    ],
    [
      "ibm",
      8
    ],
    [
      "alfa",
      7
    ],
    [
      "wave",
      4
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "allHidden",
      0
    ],
    [
      "bulk",
      0
    ],
    [
      "docType",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focInd",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "focVis",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkTo",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "miniText",
      0
    ],
    [
      "nonTable",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "titledEl",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "continuum",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "nuVal",
      0
    ],
    [
      "tenon",
      0
    ]
  ],
  "logCount": 12,
  "logSize": 552,
  "errorLogCount": 0,
  "errorLogSize": 0,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "visitLatency": 26,
  "endTime": "2022-10-02T14:39:32",
  "elapsedSeconds": 87,
  "score": {
    "scoreProcID": "sp16a",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10,
      "visitLatency": 1
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 0,
        "focOp": 2,
        "hover": 37,
        "linkUl": 46,
        "role": 7,
        "styleDiff": 27,
        "zIndex": 13
      },
      "alfa": {
        "r14": 4,
        "r61": 4,
        "r66": 80,
        "r69": 80,
        "r78": 4
      },
      "axe": {
        "color-contrast-enhanced": 57,
        "color-contrast": 30,
        "hidden-content": 0,
        "label-content-name-mismatch": 18,
        "landmark-unique": 2,
        "page-has-heading-one": 2
      },
      "continuum": {
        "531": 8
      },
      "htmlcs": {
        "w:AA.1_1_1.H67.2": 9,
        "w:AA.1_3_1.H85.2": 4,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_3.G145.Abs": 1,
        "w:AA.1_4_3.G145.BgImage": 24,
        "w:AA.1_4_3.G18.BgImage": 3,
        "w:AA.2_5_3.F96": 1,
        "w:AA.4_1_2.H91.Select.Value": 4
      },
      "ibm": {
        "aria_role_redundant": 4
      },
      "nuVal": {
        "The type attribute is unnecessary for JavaScript resources.": 35,
        "The type attribute for the style element is not needed and should be omitted.": 4,
        "The banner role is unnecessary for element header.": 1,
        "The navigation role is unnecessary for element nav.": 2,
        "Bad value  for attribute target on element a: Browsing context name must be at least one character long.": 12,
        "The main role is unnecessary for element main.": 1,
        "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": 1,
        "The contentinfo role is unnecessary for element footer.": 1,
        "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)": 16
      },
      "wave": {
        "a:h1_missing": 1,
        "a:heading_possible": 2,
        "a:link_redundant": 3
      },
      "tenon": {
        "28": 4,
        "144": 8,
        "152": 20,
        "155": 2,
        "218": 44
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 2,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 9,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 23,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 5,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 7,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 3,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "visibleLabelNotName": {
          "alfa": {
            "r14": {
              "score": 3,
              "what": "Visible label is not in the accessible name"
            }
          },
          "axe": {
            "label-content-name-mismatch": {
              "score": 14,
              "what": "Element visible text is not part of its accessible name"
            }
          },
          "htmlcs": {
            "w:AA.2_5_3.F96": {
              "score": 1,
              "what": "Visible label is not in the accessible name"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          },
          "axe": {
            "page-has-heading-one": {
              "score": 1,
              "what": "Page contains no level-one heading"
            }
          },
          "wave": {
            "a:h1_missing": {
              "score": 1,
              "what": "Missing first level heading"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 20,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 14,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 80,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 30,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 2,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 2,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          }
        },
        "navConfusion": {
          "continuum": {
            "531": {
              "score": 6,
              "what": "nav element has an accessible name that is non-unique among the nav elements"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 2,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "selectFlatRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H85.2": {
              "score": 1,
              "what": "Selection list may contain groups of related options that are not grouped with optgroup"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1"
            },
            "w:AA.1_4_3.G145.BgImage": {
              "score": 6,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "selectNoText": {
          "htmlcs": {
            "w:AA.4_1_2.H91.Select.Value": {
              "score": 3,
              "what": "Select element value has no accessible name"
            }
          }
        },
        "roleRedundant": {
          "ibm": {
            "aria_role_redundant": {
              "score": 1,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          },
          "nuVal": {
            "^The .+ role is unnecessary for element .+$": {
              "score": 1,
              "what": "explicit role is redundant for its element"
            }
          }
        },
        "typeRedundant": {
          "nuVal": {
            "The type attribute is unnecessary for JavaScript resources.": {
              "score": 9,
              "what": "type attribute is unnecessary for a JavaScript resource"
            },
            "The type attribute for the style element is not needed and should be omitted.": {
              "score": 1,
              "what": "type attribute is unnecessary for a style element"
            }
          }
        },
        "targetEmpty": {
          "nuVal": {
            "Bad value  for attribute target on element a: Browsing context name must be at least one character long.": {
              "score": 12,
              "what": "target attribute on an a element is empty"
            }
          }
        },
        "articleHeadingless": {
          "nuVal": {
            "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": {
              "score": 1,
              "what": "article has no heading"
            }
          }
        },
        "styleParentBad": {
          "nuVal": {
            "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)": {
              "score": 16,
              "what": "style element not allowed as a child of the body element"
            }
          }
        },
        "pseudoHeadingRisk": {
          "wave": {
            "a:heading_possible": {
              "score": 1,
              "what": "Possible heading"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 2,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 8,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 15,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 33,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 402,
      "log": 25,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "contrastAA",
          "score": 94
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 35
        },
        {
          "groupName": "contrastAAA",
          "score": 28
        },
        {
          "groupName": "linkIndication",
          "score": 25
        },
        {
          "groupName": "visibleLabelNotName",
          "score": 18
        },
        {
          "groupName": "styleParentBad",
          "score": 18
        },
        {
          "groupName": "targetSize",
          "score": 17
        },
        {
          "groupName": "targetEmpty",
          "score": 14
        },
        {
          "groupName": "typeRedundant",
          "score": 12
        },
        {
          "groupName": "hoverSurprise",
          "score": 11
        },
        {
          "groupName": "contrastRisk",
          "score": 10
        },
        {
          "groupName": "leadingClipsText",
          "score": 10
        },
        {
          "groupName": "inconsistentStyles",
          "score": 9
        },
        {
          "groupName": "navConfusion",
          "score": 8
        },
        {
          "groupName": "roleBad",
          "score": 7
        },
        {
          "groupName": "zIndexNotZero",
          "score": 5
        },
        {
          "groupName": "h1Missing",
          "score": 5
        },
        {
          "groupName": "selectNoText",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "focusableOperable",
          "score": 4
        },
        {
          "groupName": "headingOfNothing",
          "score": 4
        },
        {
          "groupName": "landmarkConfusion",
          "score": 4
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 4
        },
        {
          "groupName": "linkPair",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "selectFlatRisk",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "roleRedundant",
          "score": 3
        },
        {
          "groupName": "articleHeadingless",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        }
      ]
    }
  },
  "scoreProcID": "sp16a"
}