Accessibility test digest

Synopsis

Page: PEAT

URL: https://www.peatworks.org/

Score: 696

Tested by: Testaro, procedure tp12

Scored by: Testilo, procedure sp12b

Digested by: Testilo, procedure dp12b

Introduction

The Testaro application used its tp12 testing procedure to test the accessibility (barrier-free design and coding) of the PEAT web page at https://www.peatworks.org/ on 2022/07/06. The procedure performed 808 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these six other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

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

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

Score summary

Score components
total696
log297
linkIndication41
focusableOperable38
tabFocusability37
focusIndication33
contrastAA28
contrastAAA23
hoverSurprise20
zIndexNotZero14
leadingClipsText14
linkForcesNewWindow14
inconsistentStyles10
contentBeyondLandmarks10
contrastRisk10
linkTextsSame10
targetSize10
fontSmall8
controlLabel8
headingStructure6
iframeTitleBad6
linkNoText6
textAreaNoText6
horizontalScrolling5
landmarkConfusion4
labelEmpty4
linkPair4
visibleBulk3
roleBad3
hiddenContentRisk3
linkConfusionRisk3
footerMultiple3
pseudoNavListRisk3
scrollRisk3
imageTextRedundant3
allCaps3
pseudoParagraphRisk3

Issue summary

Special issues

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

Classified issues

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

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

tabFocusability: Score 37. Issues reported by tests in this category:

focusIndication: Score 33. Issues reported by tests in this category:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframeTitleBad: Score 6. Issues reported by tests in this category:

linkNoText: Score 6. Issues reported by tests in this category:

textAreaNoText: Score 6. Issues reported by tests in this category:

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

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

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

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

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

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

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

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

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

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

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

pseudoParagraphRisk: 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 sp12b. You can modify and extend Testaro and Testilo to fit other theories and priorities.

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

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

Report

{
  "id": "3zjtz-peat",
  "host": {
    "id": "peat",
    "which": "https://www.peatworks.org/",
    "what": "PEAT"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-06T01:52:57"
    },
    {
      "event": "endTime",
      "value": "2022-07-06T01:55:12"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://www.peatworks.org/",
        "what": "PEAT"
      },
      {
        "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://www.peatworks.org/",
        "what": "PEAT"
      },
      {
        "type": "test",
        "which": "bulk",
        "what": "count of visible elements"
      },
      {
        "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": "hover",
        "headSize": 20,
        "headSampleSize": 20,
        "tailSampleSize": 15,
        "withItems": true,
        "what": "hover impacts"
      },
      {
        "type": "test",
        "which": "labClash",
        "withItems": true,
        "what": "unlabeled and mislabeled form controls"
      },
      {
        "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": "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": "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": "htmlcs",
        "what": "HTML CodeSniffer"
      },
      {
        "type": "test",
        "which": "ibm",
        "withItems": true,
        "what": "IBM Accessibility Checker, with page content and again with URL"
      },
      {
        "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"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "PEAT",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.peatworks.org/",
      "result": {
        "bytes": [
          660975,
          660975,
          660975,
          660975,
          660975
        ],
        "localRatios": [
          1,
          1,
          1,
          1
        ],
        "meanLocalRatio": 1,
        "maxLocalRatio": 1,
        "globalRatio": 1,
        "pixelChanges": [
          0,
          0,
          0,
          0
        ],
        "meanPixelChange": 0,
        "maxPixelChange": 0,
        "changeFrequency": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "PEAT",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.peatworks.org/",
      "result": {
        "visibleElements": 385
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://www.peatworks.org/",
      "result": {
        "tabFocusables": 60,
        "tabFocused": 83,
        "discrepancy": 23
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "total": 60,
          "types": {
            "indicatorMissing": {
              "total": 10,
              "tagNames": {
                "INPUT": 6,
                "A": 4
              }
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 50,
              "meanDelay": 0,
              "tagNames": {
                "A": 50
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "Go to the Future of Work podcast"
            },
            {
              "tagName": "A",
              "text": "Go to PEAT’s Impact page"
            },
            {
              "tagName": "A",
              "text": "Go to the Accessibility Playbook for Emerging Technology Initiatives"
            },
            {
              "tagName": "A",
              "text": "Learn More About PEAT"
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            }
          ],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "linkedin",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About PEAT",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resource Library",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "The Future of Work",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Employer Toolkits",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resources for Your Job",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Hear from accessibility experts",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Make virtual meetings accessible",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Handle captioning & ASL requests",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe to PEAT’s Newsletter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Inclusive XR & Hybrid Work Toolkit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "AI & Disability Inclusion",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Telework & Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Inclusive XR in the Workplace",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DOJ Affirms the ADA Applies to Digital Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read More »",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Extended Reality & Mental Health Support",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read More »",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Nondiscrimination, Technology and the Americans with Disabilities Act (ADA)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read More »",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Check Out PEAT’s axe-con & CSUN Slides",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read More »",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more about our Staff Training Resources.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more about TalentWorks.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more about Buy-IT!.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more about Policy Matters.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "procurement language",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Explore 175 settlements addressing how the ADA applies to digital accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Use this checklist",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About PEAT",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resource Library",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "The Future of Work",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Digital Accessibility Toolkits",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Policy and Workforce Development",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Podcast: A Personal Story of Long COVID & Disability Disclosure",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Creating a Truly Inclusive Workplace: A Conversation Between Colleagues with Disabilities",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DOJ Affirms the ADA Applies to Digital Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "EEOC Informal Discussion Letters Relating to Selection, Pre-Employment Inquiries, and Confidentialit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Office of Disability Employment Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Wheelhouse Group",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy and Security Statement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility Statement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "linkedin",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "total": 151,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 24,
              "tagNames": {
                "DIV": 1,
                "LI": 22,
                "INPUT": 1
              }
            },
            "focusableAndOperable": {
              "total": 127,
              "tagNames": {
                "A": 107,
                "BUTTON": 6,
                "INPUT": 11,
                "IFRAME": 2,
                "TEXTAREA": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"fusion-close-search\" style=\"cursor: default;\"></div>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-55",
              "text": "The Future of WorkArtificial Intelligence (AI)Autonomous Vehicles (AV)Extended R",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-56",
              "text": "Artificial Intelligence (AI)",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-57",
              "text": "Autonomous Vehicles (AV)",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-60",
              "text": "Extended Reality (XR)",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-58",
              "text": "Digital Accessibility",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-59",
              "text": "Future of Work Podcast",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-70",
              "text": "Inclusive Apprenticeship Programs",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-72",
              "text": "The Accessible Technology Skills Gap",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-61",
              "text": "Employer ToolkitsInclusive XR & Hybrid Work ToolkitAI & Disability Inclusion Too",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-10629",
              "text": "Inclusive XR & Hybrid Work Toolkit",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-9525",
              "text": "AI & Disability Inclusion Toolkit",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-62",
              "text": "Buy IT!—Your Guide for Purchasing Accessible Technology",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-3436",
              "text": "Staff Training Resources",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-3447",
              "text": "TalentWorks: Accessible eRecruiting for Employers",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-7449",
              "text": "TechCheck",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-388",
              "text": "Telework and Accessibility",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-71",
              "text": "Policy Matters: ICT Laws and Regulations",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-9741",
              "text": "Collaboration & ActionTeach Access: A Case StudyInclusive Workplace XRThe Access",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-9744",
              "text": "Teach Access: A Case Study",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-9742",
              "text": "Inclusive Workplace XR",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "menu-item-278",
              "text": "The Accessibility Playbook for Emerging Technology Initiatives",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "LI",
              "id": "",
              "text": "<li class=\"fusion-custom-menu-item fusion-main-menu-search fusion-search-overlay",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" tabindex=\"-1\" autocomplete=\"o",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to content",
              "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": "About PEAT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What We Do",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PEAT Think Tank",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PEAT Newsletter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resource Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Go to...",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About PEAT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button href=\"#\" aria-label=\"Open submenu of About PEAT\" aria-expanded=\"false\" c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What We Do",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PEAT Think Tank",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PEAT Newsletter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resource Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"fusion-logo-link\" href=\"https://www.peatworks.org/\" style=\"cursor: def",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"search\" value=\"\" name=\"s\" class=\"s\" placeholder=\"Search...\" require",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"submit\" class=\"fusion-search-submit searchsubmit\" value=\"\" style=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Future of Work",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Artificial Intelligence (AI)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Autonomous Vehicles (AV)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Extended Reality (XR)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Future of Work Podcast",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive Apprenticeship Programs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Accessible Technology Skills Gap",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employer Toolkits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive XR & Hybrid Work Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "AI & Disability Inclusion Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Buy IT!—Your Guide for Purchasing Accessible Technology",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff Training Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TalentWorks: Accessible eRecruiting for Employers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TechCheck",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Telework and Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Policy Matters: ICT Laws and Regulations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Collaboration & Action",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access: A Case Study",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive Workplace XR",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Accessibility Playbook for Emerging Technology Initiatives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"fusion-main-menu-icon fusion-bar-highlight\" href=\"#\" aria-label=\"Searc",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Go to...",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Future of Work",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button href=\"#\" aria-label=\"Open submenu of The Future of Work\" aria-expanded=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Artificial Intelligence (AI)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Autonomous Vehicles (AV)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Extended Reality (XR)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Future of Work Podcast",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive Apprenticeship Programs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Accessible Technology Skills Gap",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employer Toolkits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button href=\"#\" aria-label=\"Open submenu of Employer Toolkits\" aria-expanded=\"f",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive XR & Hybrid Work Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "AI & Disability Inclusion Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Buy IT!—Your Guide for Purchasing Accessible Technology",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff Training Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TalentWorks: Accessible eRecruiting for Employers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TechCheck",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Telework and Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Policy Matters: ICT Laws and Regulations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Collaboration & Action",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button href=\"#\" aria-label=\"Open submenu of Collaboration &amp; Action\" aria-ex",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access: A Case Study",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive Workplace XR",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Accessibility Playbook for Emerging Technology Initiatives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"search\" value=\"\" name=\"s\" class=\"s\" placeholder=\"Search...\" require",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"submit\" class=\"fusion-search-submit searchsubmit\" value=\"\" style=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "admin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Hear from accessibility experts",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Make virtual meetings accessible",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Handle captioning & ASL requests",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe to PEAT’s Newsletter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive XR & Hybrid Work Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "AI & Disability Inclusion",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Telework & Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusive XR in the Workplace",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DOJ Affirms the ADA Applies to Digital Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read More »",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Extended Reality & Mental Health Support",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read More »",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nondiscrimination, Technology and the Americans with Disabilities Act (ADA)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read More »",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Check Out PEAT’s axe-con & CSUN Slides",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read More »",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Go to the Future of Work podcast",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Go to PEAT’s Impact page",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Go to the Accessibility Playbook for Emerging Technology Initiatives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more about our Staff Training Resources.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more about TalentWorks.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more about Buy-IT!.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more about Policy Matters.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "procurement language",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Explore 175 settlements addressing how the ADA applies to digital accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Use this checklist",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More About PEAT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input class=\"button2\" type=\"submit\" value=\"Sign up\" style=\"cursor: default;\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"_mc4wp_timestamp\" value=\"1657040416\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"_mc4wp_form_id\" value=\"5775\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"_mc4wp_form_element_id\" value=\"mc4wp-form-1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About PEAT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resource Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Future of Work",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Accessibility Toolkits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Policy and Workforce Development",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Podcast: A Personal Story of Long COVID & Disability Disclosure",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Creating a Truly Inclusive Workplace: A Conversation Between Colleagues with Dis",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DOJ Affirms the ADA Applies to Digital Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EEOC Informal Discussion Letters Relating to Selection, Pre-Employment Inquiries",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Office of Disability Employment Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Wheelhouse Group",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy and Security Statement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Statement",
              "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": "<a class=\"fusion-one-page-text-link fusion-page-load-link\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "toTop",
              "text": "Go to Top",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "TEXTAREA",
              "id": "g-recaptcha-response-100000",
              "text": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe style=\"display: none;\"></iframe>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "triggers": 72,
          "headTriggers": 20,
          "tailTriggers": 52,
          "impactTriggers": 13,
          "additions": 146,
          "removals": 0,
          "opacityChanges": 5,
          "opacityImpact": 11,
          "unhoverables": 1
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "twitter",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 2
              },
              {
                "tagName": "A",
                "text": "linkedin",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 2
              },
              {
                "tagName": "LI",
                "text": "AboutPEATWhatWeDoPEATThinkTankPEATNewsletterBlog",
                "additions": 13,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "AboutPEAT",
                "additions": 13,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "TheFutureofWorkArtificialIntelligence(AI)Autonomou",
                "additions": 22,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "TheFutureofWork",
                "additions": 22,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "EmployerToolkitsTheAccessibilityPlaybookforEmergin",
                "additions": 28,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "EmployerToolkits",
                "additions": 28,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "ResourcesforYourJobHR,HiringManagers&RecruitersOrg",
                "additions": 10,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "ResourcesforYourJob",
                "additions": 10,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptocontent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "twitter",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 2
              }
            ],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 1,
          "wellLabeled": 15
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [
            {
              "index": 15,
              "tagName": "TEXTAREA",
              "type": "textarea"
            }
          ],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Go to..."
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Open submenu of About PEAT"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search for:"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": ""
              }
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Go to..."
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Open submenu of The Future of Work"
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Open submenu of Employer Toolkits"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Open submenu of Collaboration & Action"
              }
            },
            {
              "index": 8,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search for:"
                ]
              }
            },
            {
              "index": 9,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": ""
              }
            },
            {
              "index": 10,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "First Name"
                ]
              }
            },
            {
              "index": 11,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Last Name"
                ]
              }
            },
            {
              "index": 12,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email address:"
                ]
              }
            },
            {
              "index": 13,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Sign up"
              }
            },
            {
              "index": 14,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Leave this field empty if you're human:"
                ]
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "links": 107,
          "adjacent": {
            "total": 56,
            "underlined": 18,
            "underlinedPercent": 32
          }
        },
        "items": {
          "underlined": [
            "Subscribe to PEAT’s Newsletter",
            "Inclusive XR & Hybrid Work Toolkit",
            "AI & Disability Inclusion",
            "Telework & Accessibility",
            "Inclusive XR in the Workplace",
            "Learn more about our Staff Training Resources.",
            "Learn more about TalentWorks.",
            "Learn more about Buy-IT!.",
            "Learn more about Policy Matters.",
            "procurement language",
            "Explore 175 settlements addressing how the ADA applies to digital accessibility",
            "Use this checklist",
            "Contact Us",
            "About PEAT",
            "Resource Library",
            "The Future of Work",
            "Digital Accessibility Toolkits",
            "Policy and Workforce Development"
          ],
          "notUnderlined": [
            "Skip to content",
            "twitter",
            "linkedin",
            "About PEAT",
            "Resource Library",
            "Contact",
            "About PEAT",
            "Resource Library",
            "Contact",
            "",
            "The Future of Work",
            "Employer Toolkits",
            "Collaboration & Action",
            "",
            "The Future of Work",
            "Employer Toolkits",
            "Collaboration & Action",
            "admin",
            "DOJ Affirms the ADA Applies to Digital Accessibility",
            "Read More »",
            "Extended Reality & Mental Health Support",
            "Read More »",
            "Nondiscrimination, Technology and the Americans with Disabilities Act (ADA)",
            "Read More »",
            "Check Out PEAT’s axe-con & CSUN Slides",
            "Read More »",
            "Go to the Future of Work podcast",
            "Go to PEAT’s Impact page",
            "Go to the Accessibility Playbook for Emerging Technology Initiatives",
            "Learn More About PEAT",
            "Office of Disability Employment Policy",
            "Wheelhouse Group",
            "Privacy and Security Statement",
            "Accessibility Statement",
            "twitter",
            "linkedin",
            "",
            "Go to Top"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.peatworks.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": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.peatworks.org/",
      "result": {
        "roleElements": 4,
        "badRoleElements": 0,
        "redundantRoleElements": 1,
        "tagNames": {
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.peatworks.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": 6,
            "subtotals": [
              4,
              2
            ]
          },
          "adjacentLink": {
            "total": 56,
            "subtotals": [
              29,
              14,
              4,
              4,
              4,
              1
            ]
          },
          "listLink": {
            "total": 51,
            "subtotals": [
              22,
              18,
              4,
              4,
              3
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 6,
            "subtotals": [
              5,
              1
            ]
          },
          "h3": {
            "total": 14,
            "subtotals": [
              7,
              4,
              3
            ]
          },
          "h4": {
            "total": 5,
            "subtotals": [
              4,
              1
            ]
          }
        },
        "items": {
          "button": {
            "borderStyle": {
              "solid": [
                "Go to...",
                "Go to..."
              ],
              "none": [
                "",
                "",
                "",
                ""
              ]
            },
            "borderWidth": {
              "1px": [
                "Go to...",
                "Go to..."
              ],
              "0px": [
                "",
                "",
                "",
                ""
              ]
            },
            "minWidth": {
              "0px": [
                "Go to...",
                "Go to..."
              ],
              "50px": [
                "",
                "",
                "",
                ""
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to content",
                "twitter",
                "linkedin",
                "About PEAT",
                "Resource Library",
                "Contact",
                "About PEAT",
                "Resource Library",
                "Contact",
                "",
                "The Future of Work",
                "Employer Toolkits",
                "Collaboration & Action",
                "",
                "The Future of Work",
                "Employer Toolkits",
                "Collaboration & Action",
                "admin",
                "Subscribe to PEAT’s Newsletter",
                "Read More »",
                "Read More »",
                "Read More »",
                "Read More »",
                "Learn more about our Staff Training Resources.",
                "Learn more about TalentWorks.",
                "Learn more about Buy-IT!.",
                "Learn more about Policy Matters.",
                "procurement language",
                "Explore 175 settlements addressing how the ADA applies to digital accessibility",
                "Use this checklist",
                "Contact Us",
                "About PEAT",
                "Resource Library",
                "The Future of Work",
                "Digital Accessibility Toolkits",
                "Policy and Workforce Development",
                "Office of Disability Employment Policy",
                "Wheelhouse Group",
                "Privacy and Security Statement",
                "Accessibility Statement",
                "twitter",
                "linkedin",
                "",
                "Go to Top"
              ],
              "600": [
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion",
                "Telework & Accessibility",
                "Inclusive XR in the Workplace",
                "Go to the Future of Work podcast",
                "Go to PEAT’s Impact page",
                "Go to the Accessibility Playbook for Emerging Technology Initiatives",
                "Learn More About PEAT"
              ],
              "700": [
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "Extended Reality & Mental Health Support",
                "Nondiscrimination, Technology and the Americans with Disabilities Act (ADA)",
                "Check Out PEAT’s axe-con & CSUN Slides"
              ]
            },
            "opacity": {
              "1": [
                "Skip to content",
                "twitter",
                "linkedin",
                "About PEAT",
                "Resource Library",
                "Contact",
                "About PEAT",
                "Resource Library",
                "Contact",
                "",
                "The Future of Work",
                "Employer Toolkits",
                "Collaboration & Action",
                "",
                "The Future of Work",
                "Employer Toolkits",
                "Collaboration & Action",
                "admin",
                "Subscribe to PEAT’s Newsletter",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion",
                "Telework & Accessibility",
                "Inclusive XR in the Workplace",
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "Read More »",
                "Extended Reality & Mental Health Support",
                "Read More »",
                "Nondiscrimination, Technology and the Americans with Disabilities Act (ADA)",
                "Read More »",
                "Check Out PEAT’s axe-con & CSUN Slides",
                "Read More »",
                "Go to the Future of Work podcast",
                "Go to PEAT’s Impact page",
                "Go to the Accessibility Playbook for Emerging Technology Initiatives",
                "Learn more about our Staff Training Resources.",
                "Learn more about TalentWorks.",
                "Learn more about Buy-IT!.",
                "Learn more about Policy Matters.",
                "procurement language",
                "Explore 175 settlements addressing how the ADA applies to digital accessibility",
                "Use this checklist",
                "Learn More About PEAT",
                "Contact Us",
                "About PEAT",
                "Resource Library",
                "The Future of Work",
                "Digital Accessibility Toolkits",
                "Policy and Workforce Development",
                "Office of Disability Employment Policy",
                "Wheelhouse Group",
                "Privacy and Security Statement",
                "Accessibility Statement",
                "twitter",
                "linkedin",
                ""
              ],
              "0.9": [
                "Go to Top"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Skip to content",
                "twitter",
                "linkedin",
                "About PEAT",
                "Resource Library",
                "Contact",
                "About PEAT",
                "Resource Library",
                "Contact",
                "",
                "The Future of Work",
                "Employer Toolkits",
                "Collaboration & Action",
                "",
                "The Future of Work",
                "Employer Toolkits",
                "Collaboration & Action",
                "admin",
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "Read More »",
                "Extended Reality & Mental Health Support",
                "Read More »",
                "Nondiscrimination, Technology and the Americans with Disabilities Act (ADA)",
                "Read More »",
                "Check Out PEAT’s axe-con & CSUN Slides",
                "Read More »",
                "Go to the Future of Work podcast",
                "Go to PEAT’s Impact page",
                "Go to the Accessibility Playbook for Emerging Technology Initiatives",
                "Learn More About PEAT",
                "Office of Disability Employment Policy",
                "Wheelhouse Group",
                "Privacy and Security Statement",
                "Accessibility Statement",
                "twitter",
                "linkedin",
                "",
                "Go to Top"
              ],
              "underline": [
                "Subscribe to PEAT’s Newsletter",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion",
                "Telework & Accessibility",
                "Inclusive XR in the Workplace",
                "Learn more about our Staff Training Resources.",
                "Learn more about TalentWorks.",
                "Learn more about Buy-IT!.",
                "Learn more about Policy Matters.",
                "procurement language",
                "Explore 175 settlements addressing how the ADA applies to digital accessibility",
                "Use this checklist",
                "Contact Us",
                "About PEAT",
                "Resource Library",
                "The Future of Work",
                "Digital Accessibility Toolkits",
                "Policy and Workforce Development"
              ]
            }
          },
          "listLink": {
            "textDecorationLine": {
              "none": [
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives",
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "underline": [
                "Hear from accessibility experts",
                "Make virtual meetings accessible",
                "Handle captioning & ASL requests",
                "Podcast: A Personal Story of Long COVID & Disability Disclosure",
                "Creating a Truly Inclusive Workplace: A Conversation Between Colleagues with Disabilities",
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "EEOC Informal Discussion Letters Relating to Selection, Pre-Employment Inquiries, and Confidentiality"
              ]
            },
            "color": {
              "rgb(74, 78, 87)": [
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "rgb(33, 41, 52)": [
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "rgb(255, 255, 255)": [
                "Hear from accessibility experts",
                "Make virtual meetings accessible",
                "Handle captioning & ASL requests"
              ],
              "rgba(255, 255, 255, 0.8)": [
                "Podcast: A Personal Story of Long COVID & Disability Disclosure",
                "Creating a Truly Inclusive Workplace: A Conversation Between Colleagues with Disabilities",
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "EEOC Informal Discussion Letters Relating to Selection, Pre-Employment Inquiries, and Confidentiality"
              ]
            },
            "fontSize": {
              "14px": [
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "12px": [
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "17px": [
                "Hear from accessibility experts",
                "Make virtual meetings accessible",
                "Handle captioning & ASL requests",
                "Podcast: A Personal Story of Long COVID & Disability Disclosure",
                "Creating a Truly Inclusive Workplace: A Conversation Between Colleagues with Disabilities",
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "EEOC Informal Discussion Letters Relating to Selection, Pre-Employment Inquiries, and Confidentiality"
              ]
            },
            "lineHeight": {
              "normal": [
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog"
              ],
              "42px": [
                "What We Do",
                "PEAT Think Tank",
                "PEAT Newsletter",
                "Blog",
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "21px": [
                "Artificial Intelligence (AI)",
                "Autonomous Vehicles (AV)",
                "Extended Reality (XR)",
                "Digital Accessibility",
                "Future of Work Podcast",
                "Inclusive Apprenticeship Programs",
                "The Accessible Technology Skills Gap",
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion Toolkit",
                "Buy IT!—Your Guide for Purchasing Accessible Technology",
                "Staff Training Resources",
                "TalentWorks: Accessible eRecruiting for Employers",
                "TechCheck",
                "Telework and Accessibility",
                "Policy Matters: ICT Laws and Regulations",
                "Teach Access: A Case Study",
                "Inclusive Workplace XR",
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "25.5px": [
                "Hear from accessibility experts",
                "Make virtual meetings accessible",
                "Handle captioning & ASL requests",
                "Podcast: A Personal Story of Long COVID & Disability Disclosure",
                "Creating a Truly Inclusive Workplace: A Conversation Between Colleagues with Disabilities",
                "DOJ Affirms the ADA Applies to Digital Accessibility",
                "EEOC Informal Discussion Letters Relating to Selection, Pre-Employment Inquiries, and Confidentiality"
              ]
            }
          },
          "h2": {
            "color": {
              "rgb(21, 117, 160)": [
                "Discover Something New",
                "",
                "",
                "Featured Resources",
                "About the Partnership on Employment & Accessible Technology (PEAT)"
              ],
              "rgb(255, 255, 255)": [
                "Explore PEAT’s Workplace Accessibility Toolkits"
              ]
            }
          },
          "h3": {
            "color": {
              "rgb(21, 117, 160)": [
                "Inclusive XR & Hybrid Work Toolkit",
                "AI & Disability Inclusion",
                "Telework & Accessibility",
                "Inclusive XR in the Workplace",
                "Model Procurement Language for ICT",
                "How is the Department of Justice (DOJ) Addressing Website and ICT Accessibility?",
                "Checklist for an Accessible Virtual Meeting & Presentation"
              ],
              "rgb(30, 56, 106)": [
                "A Personal Story of Long COVID & Disability Disclosure",
                "Discover PEAT’s Impact",
                "FEATURED TOOLKIT"
              ],
              "rgb(255, 255, 255)": [
                "Staff Training",
                "TalentWorks",
                "Buy-IT!",
                "Policy Matters"
              ]
            }
          },
          "h4": {
            "color": {
              "rgb(30, 56, 106)": [
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "rgb(255, 255, 255)": [
                "About the Partnership on Employment & Accessible Technology (PEAT)",
                "Receive our Newsletter",
                "Quick Links",
                "Recent News"
              ]
            },
            "fontSize": {
              "20px": [
                "The Accessibility Playbook for Emerging Technology Initiatives"
              ],
              "16px": [
                "About the Partnership on Employment & Accessible Technology (PEAT)",
                "Receive our Newsletter",
                "Quick Links",
                "Recent News"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.peatworks.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": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "total": 46,
          "tagNames": {
            "HEADER": 1,
            "NAV": 2,
            "UL": 4,
            "BUTTON": 4,
            "DIV": 19,
            "SPAN": 14,
            "FOOTER": 1,
            "A": 1
          }
        },
        "items": [
          {
            "tagName": "HEADER",
            "id": "",
            "text": "twitterlinkedin Building a future that worksAbout PEATWhat We DoPEAT Think TankPEAT NewsletterBlogRe"
          },
          {
            "tagName": "NAV",
            "id": "",
            "text": "About PEATWhat We DoPEAT Think TankPEAT NewsletterBlogResource LibraryContact"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "What We DoPEAT Think TankPEAT NewsletterBlog"
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "NAV",
            "id": "",
            "text": "Search for: The Future of WorkArtificial Intelligence (AI)Autonomous Vehicles (AV)Extended Reality ("
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Artificial Intelligence (AI)Autonomous Vehicles (AV)Extended Reality (XR)Digital AccessibilityFuture"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Inclusive XR & Hybrid Work ToolkitAI & Disability Inclusion ToolkitBuy IT!—Your Guide for Purchasing"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Teach Access: A Case StudyInclusive Workplace XRThe Accessibility Playbook for Emerging Technology I"
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Spark Inclusion in Your OrganizationPEAT’s vision is a future where new and emerging technologies ar"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Discover Something NewInclusive XR & Hybrid Work ToolkitEnsure that the extended reality (XR) techno"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Inclusive XR & Hybrid Work ToolkitEnsure that the extended reality (XR) technologies you use are acc"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ".fusion-widget-area-1 {padding:0px 0px 0px 0px;}.fusion-widget-area-1 .widget h4 {color:#1575a0;}.fu"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "A Personal Story of Long COVID & Disability DisclosurePam Bingham, Senior Program Manager for the Di"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Explore PEAT’s Workplace Accessibility ToolkitsStaff TrainingFind detailed guidance for training emp"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Explore PEAT’s Workplace Accessibility Toolkits"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Staff TrainingFind detailed guidance for training employees across your organization with the access"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Featured Resources"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Model Procurement Language for ICTEmployers and others can add the following procurement language to"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "About the Partnership on Employment & Accessible Technology (PEAT)Our mission is to foster collabora"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "FOOTER",
            "id": "footer",
            "text": "PEAT is funded by the Office of Disability Employment Policy, U.S. Department of Labor and managed b"
          },
          {
            "tagName": "A",
            "id": "toTop",
            "text": "Go to Top"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "failures": 10,
          "warnings": 9
        },
        "items": [
          {
            "index": 628,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h4",
              "path": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]/div[1]/div[1]/div[1]/section[1]/h4[1]",
              "codeLines": [
                "<h4 class=\"widget-title fusion-responsive-typography-calculated\" data-fontsize=\"16\" data-lineheight...",
                "  About the Partnership on Employment & Accessible Technology (PEAT)",
                "</h4>"
              ]
            }
          },
          {
            "index": 740,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[3]/div[2]/a[1]/text()[1]",
              "codeLines": [
                "Privacy"
              ]
            }
          },
          {
            "index": 741,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[3]/div[2]/a[2]/text()[1]",
              "codeLines": [
                "Terms"
              ]
            }
          },
          {
            "index": 742,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[4]/span[1]/text()[1]",
              "codeLines": [
                "protected by"
              ]
            }
          },
          {
            "index": 743,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[4]/span[1]/strong[1]/text()[1]",
              "codeLines": [
                "reCAPTCHA"
              ]
            }
          },
          {
            "index": 790,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]",
              "codeLines": [
                "<input type=\"search\" value=\"\" name=\"s\" class=\"s\" placeholder=\"Search...\" required=\"\" aria-required=..."
              ]
            }
          },
          {
            "index": 791,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[1]/div[1]/form[1]/div[1]/div[2]/input[1]",
              "codeLines": [
                "<input type=\"submit\" class=\"fusion-search-submit searchsubmit\" value=\"\">"
              ]
            }
          },
          {
            "index": 826,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]/div[1]/div[1]/div[2]/section[1]/form[1]/div[1]/p[4]/input[1]",
              "codeLines": [
                "<input class=\"button2\" type=\"submit\" value=\"Sign up\">"
              ]
            }
          },
          {
            "index": 845,
            "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]/div[2]/header[1]/div[1]/div[1]/div[1]/div[2]/text()[1]",
              "codeLines": [
                "Building a future that works"
              ]
            }
          },
          {
            "index": 846,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Spark Inclusion in Your Organization"
              ]
            }
          },
          {
            "index": 847,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "PEAT’s vision is a future where new and emerging technologies are accessible to the workforce by de..."
              ]
            }
          },
          {
            "index": 848,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "to stay current on accessible workplace technology topics."
              ]
            }
          },
          {
            "index": 896,
            "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[2]/div[4]/span[1]/text()[1]",
              "codeLines": [
                "protected by"
              ]
            }
          },
          {
            "index": 897,
            "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[2]/div[4]/span[1]/strong[1]/text()[1]",
              "codeLines": [
                "reCAPTCHA"
              ]
            }
          },
          {
            "index": 905,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/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]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Spark Inclusion in Your Organization"
              ]
            }
          },
          {
            "index": 906,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/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]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "PEAT’s vision is a future where new and emerging technologies are accessible to the workforce by de..."
              ]
            }
          },
          {
            "index": 907,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/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]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "to stay current on accessible workplace technology topics."
              ]
            }
          },
          {
            "index": 1084,
            "verdict": "failed",
            "rule": {
              "ruleID": "r75",
              "ruleSummary": "Font sizes are not too small",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r75",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[2]/div[3]/div[2]",
              "codeLines": [
                "<div class=\"rc-anchor-pt\">",
                "  <a href=\"https://www.google.com/intl/en/policies/privacy/\" target=\"_blank\">",
                "    Privacy",
                "  </a>",
                "  <span aria-hidden=\"true\" role=\"presentation\">",
                "    -",
                "  </span>",
                "  <a href=\"https://www.google.com/intl/en/policies/terms/\" target=\"_blank\">",
                "    Terms",
                "  </a>",
                "</div>"
              ]
            }
          },
          {
            "index": 1086,
            "verdict": "failed",
            "rule": {
              "ruleID": "r75",
              "ruleSummary": "Font sizes are not too small",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r75",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[2]/div[4]/div[1]",
              "codeLines": [
                "<div class=\"rc-anchor-pt\">",
                "  <a href=\"https://www.google.com/intl/en/policies/privacy/\" target=\"_blank\" style=\"\">",
                "    Privacy",
                "  </a>",
                "  <span aria-hidden=\"true\" role=\"presentation\">",
                "    -",
                "  </span>",
                "  <a href=\"https://www.google.com/intl/en/policies/terms/\" target=\"_blank\" style=\"\">",
                "    Terms",
                "  </a>",
                "</div>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.peatworks.org/",
      "result": {
        "totals": {
          "rulesNA": 48,
          "rulesPassed": 47,
          "rulesWarned": 5,
          "rulesViolated": 5,
          "warnings": {
            "minor": 23,
            "moderate": 0,
            "serious": 50,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 3,
            "serious": 21,
            "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-07-06T01:54:26.883Z",
          "url": "https://www.peatworks.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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "48.8pt (65px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: left; --fontSize:65; line-height: 1.1;\" data-fontsize=\"65\" data-lineheight=\"71.5px\">Spark Inclusion in Your Organization</h1>",
                  "target": [
                    "h1"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: left;\">PEAT’s vision is a future where new and emerging technologies are accessible to the workforce by design.</p>",
                  "target": [
                    ".fusion-column-content > .fusion-text > .white: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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"white\" href=\"https://www.peatworks.org/futureofwork/future-of-work-podcast/\">Hear from accessibility experts</a>",
                  "target": [
                    ".white:nth-child(1) > .white"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"white\" href=\"https://www.peatworks.org/checklist-for-an-accessible-virtual-meeting-presentation/\">Make virtual meetings accessible</a>",
                  "target": [
                    ".white:nth-child(2) > .white"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"white\" href=\"https://www.peatworks.org/how-to-handle-captioning-asl-requests-for-virtual-meetings/\">Handle captioning &amp; ASL requests</a>",
                  "target": [
                    ".white:nth-child(3) > .white"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\"><a class=\"white\" href=\"https://www.peatworks.org/enews/\"><u>Subscribe to PEAT’s Newsletter</u></a> to stay current on accessible workplace technology topics.</p>",
                  "target": [
                    ".white:nth-child(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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<u>Subscribe to PEAT’s Newsletter</u>",
                  "target": [
                    ".white > u"
                  ],
                  "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": "28.5pt (38px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:38; line-height: 1.2;\" data-fontsize=\"38\" data-lineheight=\"45.6px\">Explore PEAT’s Workplace Accessibility Toolkits</h2>",
                  "target": [
                    ".fusion-column-wrapper-7 > .fusion-text > 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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">Staff Training</h3>",
                  "target": [
                    ".fusion-column-wrapper-8 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"NormalTextRun SCXW120087109 BCX0\">Find detailed guidance for training employees across your organization with the accessibility knowledge they need, specific to their role.</span>",
                  "target": [
                    ".NormalTextRun"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/staff-training-resources/\">Learn more about our Staff Training Resources.</a>",
                  "target": [
                    ".fusion-column-wrapper-8 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">TalentWorks</h3>",
                  "target": [
                    ".fusion-column-wrapper-9 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: center;\">",
                  "target": [
                    ".fusion-column-wrapper-9 > .fusion-text > .white:nth-child(2)"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/talentworks/\">Learn more about TalentWorks.</a>",
                  "target": [
                    ".fusion-column-wrapper-9 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">Buy-IT!</h3>",
                  "target": [
                    ".fusion-column-wrapper-10 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: center;\">",
                  "target": [
                    ".fusion-column-wrapper-10 > .fusion-text > .white:nth-child(2)"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/buy-it/\">Learn more about Buy-IT!.</a>",
                  "target": [
                    ".fusion-column-wrapper-10 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">Policy Matters</h3>",
                  "target": [
                    ".fusion-column-wrapper-11 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: center;\">",
                  "target": [
                    ".fusion-column-wrapper-11 > .fusion-text > .white:nth-child(2)"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/policy-workforce-development/policy-matters/\">Learn more about Policy Matters.</a>",
                  "target": [
                    ".fusion-column-wrapper-11 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label>First Name <input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\"> </label>",
                  "target": [
                    "p:nth-child(1) > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label>Last Name <input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\"> </label>",
                  "target": [
                    "p:nth-child(2) > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label>Email address: <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\"> </label>",
                  "target": [
                    "p:nth-child(3) > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                }
              ]
            },
            {
              "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "48.8pt (65px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: left; --fontSize:65; line-height: 1.1;\" data-fontsize=\"65\" data-lineheight=\"71.5px\">Spark Inclusion in Your Organization</h1>",
                  "target": [
                    "h1"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: left;\">PEAT’s vision is a future where new and emerging technologies are accessible to the workforce by design.</p>",
                  "target": [
                    ".fusion-column-content > .fusion-text > .white: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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"white\" href=\"https://www.peatworks.org/futureofwork/future-of-work-podcast/\">Hear from accessibility experts</a>",
                  "target": [
                    ".white:nth-child(1) > .white"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"white\" href=\"https://www.peatworks.org/checklist-for-an-accessible-virtual-meeting-presentation/\">Make virtual meetings accessible</a>",
                  "target": [
                    ".white:nth-child(2) > .white"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"white\" href=\"https://www.peatworks.org/how-to-handle-captioning-asl-requests-for-virtual-meetings/\">Handle captioning &amp; ASL requests</a>",
                  "target": [
                    ".white:nth-child(3) > .white"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\"><a class=\"white\" href=\"https://www.peatworks.org/enews/\"><u>Subscribe to PEAT’s Newsletter</u></a> to stay current on accessible workplace technology topics.</p>",
                  "target": [
                    ".white:nth-child(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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-column-wrapper\" style=\"padding: 3% 3% 3% 8%; background-image: url(&quot;https://www.peatworks.org/wp-content/uploads/2021/09/design.png&quot;); background-position: center center; background-blend-mode: screen; background-repeat: no-repeat; background-size: cover; min-height: 559.485px; height: auto;\" data-bg-url=\"https://www.peatworks.org/wp-content/uploads/2021/09/design.png\">",
                          "target": [
                            ".fusion-builder-column-0 > .fusion-column-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<u>Subscribe to PEAT’s Newsletter</u>",
                  "target": [
                    ".white > u"
                  ],
                  "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": "28.5pt (38px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:38; line-height: 1.2;\" data-fontsize=\"38\" data-lineheight=\"45.6px\">Explore PEAT’s Workplace Accessibility Toolkits</h2>",
                  "target": [
                    ".fusion-column-wrapper-7 > .fusion-text > 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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">Staff Training</h3>",
                  "target": [
                    ".fusion-column-wrapper-8 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"NormalTextRun SCXW120087109 BCX0\">Find detailed guidance for training employees across your organization with the accessibility knowledge they need, specific to their role.</span>",
                  "target": [
                    ".NormalTextRun"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/staff-training-resources/\">Learn more about our Staff Training Resources.</a>",
                  "target": [
                    ".fusion-column-wrapper-8 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">TalentWorks</h3>",
                  "target": [
                    ".fusion-column-wrapper-9 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: center;\">",
                  "target": [
                    ".fusion-column-wrapper-9 > .fusion-text > .white:nth-child(2)"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/talentworks/\">Learn more about TalentWorks.</a>",
                  "target": [
                    ".fusion-column-wrapper-9 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">Buy-IT!</h3>",
                  "target": [
                    ".fusion-column-wrapper-10 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: center;\">",
                  "target": [
                    ".fusion-column-wrapper-10 > .fusion-text > .white:nth-child(2)"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/buy-it/\">Learn more about Buy-IT!.</a>",
                  "target": [
                    ".fusion-column-wrapper-10 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">Policy Matters</h3>",
                  "target": [
                    ".fusion-column-wrapper-11 > .fusion-text > h3"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"white\" style=\"text-align: center;\">",
                  "target": [
                    ".fusion-column-wrapper-11 > .fusion-text > .white:nth-child(2)"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #1575a0;background-image:linear-gradient(229deg, #1e386a 0%,#1575a0 100%);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;\">",
                          "target": [
                            ".fusion-builder-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/policy-workforce-development/policy-matters/\">Learn more about Policy Matters.</a>",
                  "target": [
                    ".fusion-column-wrapper-11 > .fusion-text > .white:nth-child(2) > a"
                  ],
                  "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": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label>First Name <input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\"> </label>",
                  "target": [
                    "p:nth-child(1) > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label>Last Name <input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\"> </label>",
                  "target": [
                    "p:nth-child(2) > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label>Email address: <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\"> </label>",
                  "target": [
                    "p:nth-child(3) > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                }
              ]
            },
            {
              "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": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-3208 > .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": "<nav class=\"fusion-mobile-nav-holder fusion-mobile-menu-text-align-left\" aria-label=\"Secondary Mobile Menu\">",
                  "target": [
                    "nav[aria-label=\"Secondary 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 id=\"mobile-menu-second\" class=\"menu\">",
                  "target": [
                    "#mobile-menu-second"
                  ],
                  "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\" style=\"display: none;\">",
                  "target": [
                    "#mobile-menu-item-3208 > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-55 > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-61 > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-9741 > .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": "<nav class=\"fusion-mobile-nav-holder fusion-mobile-menu-text-align-left\" aria-label=\"Main Menu Mobile\">",
                  "target": [
                    "nav[aria-label=\"Main Menu Mobile\"]"
                  ],
                  "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 id=\"mobile-menu-new-main2\" class=\"fusion-menu\">",
                  "target": [
                    "#mobile-menu-new-main2"
                  ],
                  "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\" style=\"display: none;\">",
                  "target": [
                    "#mobile-menu-item-55 > .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\" style=\"display: none;\">",
                  "target": [
                    "#mobile-menu-item-61 > .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\" style=\"display: none;\">",
                  "target": [
                    "#mobile-menu-item-9741 > .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 class=\"fusion-mobile-menu-search\">",
                  "target": [
                    ".fusion-mobile-menu-search"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"entry-title rich-snippet-hidden\">PEAT – Building a Future That Works</span>",
                  "target": [
                    ".entry-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"vcard rich-snippet-hidden\"><span class=\"fn\"><a href=\"https://www.peatworks.org/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a></span></span>",
                  "target": [
                    ".vcard"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"updated rich-snippet-hidden\">2022-06-23T16:20:34+00:00</span>",
                  "target": [
                    ".updated"
                  ],
                  "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": "<label style=\"display: none !important;\">Leave this field empty if you're human: <input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" tabindex=\"-1\" autocomplete=\"off\"></label>",
                  "target": [
                    "#mc4wp-form-1 > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"#\" id=\"toTop\" style=\"display: none;\"><span id=\"toTopHover\"></span><span class=\"screen-reader-text\">Go to Top</span></a>",
                  "target": [
                    "#toTop"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"grecaptcha-badge\" data-style=\"bottomright\" style=\"width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;\">",
                  "target": [
                    ".grecaptcha-badge"
                  ],
                  "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": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\"></textarea>",
                  "target": [
                    "#g-recaptcha-response-100000"
                  ],
                  "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;\"></iframe>",
                  "target": [
                    "div:nth-child(9) > iframe"
                  ],
                  "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."
                }
              ]
            },
            {
              "id": "identical-links-same-purpose",
              "impact": "minor",
              "tags": [
                "cat.semantics",
                "wcag2aaa",
                "wcag249"
              ],
              "description": "Ensure that links with the same accessible name serve a similar purpose",
              "help": "Links with the same name must have a similar purpose",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "about peat",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.peatworks.org",
                          "port": "",
                          "pathname": "/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.peatworks.org/about/\">About PEAT</a>",
                          "target": [
                            "a:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"#\" class=\"fusion-bar-highlight\" aria-haspopup=\"true\"><span class=\"menu-text\">About PEAT</span></a>",
                  "target": [
                    "#menu-item-3208 > .fusion-bar-highlight[aria-haspopup=\"true\"][href=\"#\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "read more »",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.peatworks.org",
                          "port": "",
                          "pathname": "/doj-affirms-the-ada-applies-to-digital-accessibility/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.peatworks.org/extended-reality-mental-health/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(2) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                          ]
                        },
                        {
                          "html": "<a href=\"https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/nondiscrimination-technology-and-the-americans-with-disabilities-act-ada/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(3) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                          ]
                        },
                        {
                          "html": "<a href=\"https://www.peatworks.org/blog-axe-con-csun-2022-slides/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(4) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"https://www.peatworks.org/doj-affirms-the-ada-applies-to-digital-accessibility/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(1) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            },
            {
              "id": "link-in-text-block",
              "impact": "serious",
              "tags": [
                "cat.color",
                "experimental",
                "wcag2a",
                "wcag141"
              ],
              "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
              "help": "Links must be distinguishable without relying on color",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/link-in-text-block?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "link-in-text-block",
                      "data": {
                        "messageKey": "bgOverlap"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"srpw-summary\">",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(1) > .srpw-content > .srpw-summary"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's contrast ratio could not be determined because of element overlap"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/doj-affirms-the-ada-applies-to-digital-accessibility/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(1) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element's contrast ratio could not be determined because of element overlap"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "link-in-text-block",
                      "data": {
                        "messageKey": "bgOverlap"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"srpw-summary\">",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(2) > .srpw-content > .srpw-summary"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's contrast ratio could not be determined because of element overlap"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/extended-reality-mental-health/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(2) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element's contrast ratio could not be determined because of element overlap"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "link-in-text-block",
                      "data": {
                        "messageKey": "bgOverlap"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"srpw-summary\">",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(3) > .srpw-content > .srpw-summary"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's contrast ratio could not be determined because of element overlap"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/nondiscrimination-technology-and-the-americans-with-disabilities-act-ada/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(3) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element's contrast ratio could not be determined because of element overlap"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "link-in-text-block",
                      "data": {
                        "messageKey": "bgOverlap"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"srpw-summary\">",
                          "target": [
                            ".srpw-li.srpw-clearfix:nth-child(4) > .srpw-content > .srpw-summary"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's contrast ratio could not be determined because of element overlap"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/blog-axe-con-csun-2022-slides/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(4) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element's contrast ratio could not be determined because of element overlap"
                }
              ]
            }
          ],
          "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": "#ffffff",
                        "bgColor": "#1575a0",
                        "contrastRatio": 5.14,
                        "fontSize": "14.4pt (19.2px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-secondary-header\">",
                          "target": [
                            ".fusion-secondary-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 14.4pt (19.2px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"tagline_centered\"> Building a future that works</div>",
                  "target": [
                    ".tagline_centered"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 14.4pt (19.2px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1575a0",
                        "contrastRatio": 5.14,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-secondary-header\">",
                          "target": [
                            ".fusion-secondary-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-text\">About PEAT</span>",
                  "target": [
                    "#menu-item-3208 > .fusion-bar-highlight[aria-haspopup=\"true\"][href=\"#\"] > .menu-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1575a0",
                        "contrastRatio": 5.14,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-secondary-header\">",
                          "target": [
                            ".fusion-secondary-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-text\">Resource Library</span>",
                  "target": [
                    "#menu-item-4816 > .fusion-bar-highlight > .menu-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1575a0",
                        "contrastRatio": 5.14,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-secondary-header\">",
                          "target": [
                            ".fusion-secondary-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-text\">Contact</span>",
                  "target": [
                    "#menu-item-74 > .fusion-bar-highlight > .menu-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-header\" style=\"height: 97px; overflow: visible;\">",
                          "target": [
                            ".fusion-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-text\">The Future of Work</span>",
                  "target": [
                    "#menu-item-55 > .fusion-bar-highlight[aria-haspopup=\"true\"] > .menu-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-header\" style=\"height: 97px; overflow: visible;\">",
                          "target": [
                            ".fusion-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-text\">Employer Toolkits</span>",
                  "target": [
                    "#menu-item-61 > .fusion-bar-highlight[aria-haspopup=\"true\"] > .menu-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fusion-header\" style=\"height: 97px; overflow: visible;\">",
                          "target": [
                            ".fusion-header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-text\">Collaboration &amp; Action</span>",
                  "target": [
                    "#menu-item-9741 > .fusion-bar-highlight[aria-haspopup=\"true\"][href=\"#\"] > .menu-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/doj-affirms-the-ada-applies-to-digital-accessibility/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(1) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/extended-reality-mental-health/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(2) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/nondiscrimination-technology-and-the-americans-with-disabilities-act-ada/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(3) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/blog-axe-con-csun-2022-slides/\" class=\"srpw-more-link\" target=\"_self\">Read More »</a>",
                  "target": [
                    ".srpw-li.srpw-clearfix:nth-child(4) > .srpw-content > .srpw-summary > .srpw-more-link[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/model-procurement-language-for-ict/\">procurement language</a>",
                  "target": [
                    ".fusion-builder-column-7 > .fusion-column-wrapper[data-bg-url=\"\"] > .fusion-text > p > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/how-is-the-department-of-justice-addressing-website-and-ict-accessibility/\">Explore 175 settlements addressing how the ADA applies to digital accessibility</a>",
                  "target": [
                    ".fusion-builder-column-8 > .fusion-column-wrapper[data-bg-url=\"\"] > .fusion-text > p > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1575a0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.14,
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"clearfix width-100\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.peatworks.org/checklist-for-an-accessible-virtual-meeting-presentation/\">Use this checklist</a>",
                  "target": [
                    ".fusion-builder-column-9 > .fusion-column-wrapper[data-bg-url=\"\"] > .fusion-text > p > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #1575a0, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#9ea0a4",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\">",
                          "target": [
                            "input[name=\"FNAME\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\">",
                  "target": [
                    "input[name=\"FNAME\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#9ea0a4",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\">",
                          "target": [
                            "input[name=\"LNAME\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\">",
                  "target": [
                    "input[name=\"LNAME\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#9ea0a4",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\">",
                          "target": [
                            "input[type=\"email\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\">",
                  "target": [
                    "input[type=\"email\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1575a0",
                        "contrastRatio": 5.14,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input class=\"button2\" type=\"submit\" value=\"Sign up\">",
                          "target": [
                            ".button2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input class=\"button2\" type=\"submit\" value=\"Sign up\">",
                  "target": [
                    ".button2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.14 (foreground color: #ffffff, background color: #1575a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "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": "#9ea0a4",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\">",
                          "target": [
                            "input[name=\"FNAME\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" name=\"FNAME\" placeholder=\"Your First Name\">",
                  "target": [
                    "input[name=\"FNAME\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#9ea0a4",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\">",
                          "target": [
                            "input[name=\"LNAME\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" name=\"LNAME\" placeholder=\"Your Last Name\">",
                  "target": [
                    "input[name=\"LNAME\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#9ea0a4",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\">",
                          "target": [
                            "input[type=\"email\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\">",
                  "target": [
                    "input[type=\"email\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.61 (foreground color: #9ea0a4, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4 class=\"widget-title fusion-responsive-typography-calculated\" data-fontsize=\"16\" data-lineheight=\"24px\" style=\"--fontSize:16; line-height: 1.5; --minFontSize:16;\">About the Partnership on Employment &amp; Accessible Technology (PEAT)</h4>",
                  "target": [
                    "#text-2 > .widget-title[data-fontsize=\"16\"][data-lineheight=\"24px\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "landmark-no-duplicate-contentinfo",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one contentinfo landmark",
              "help": "Document should not have more than one contentinfo landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-contentinfo?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-contentinfo",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" class=\"fusion-footer-copyright-area\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one contentinfo landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
                  "target": [
                    ".fusion-footer-widget-area"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one contentinfo landmark"
                }
              ]
            },
            {
              "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": "contentinfo",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer id=\"footer\" class=\"fusion-footer-copyright-area\">",
                          "target": [
                            "#footer"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
                  "target": [
                    ".fusion-footer-widget-area"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.peatworks.org/",
      "result": {
        "Error": {
          "AA.1_3_1.F68": {
            "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [
              {
                "tagName": "textarea",
                "id": "#g-recaptcha-response-100000",
                "code": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>"
              }
            ]
          },
          "AA.2_4_1.H64.1": {
            "Iframe element requires a non-empty title attribute that identifies the frame.": [
              {
                "tagName": "iframe",
                "id": "",
                "code": "<iframe style=\"display: none;\">...</iframe>"
              }
            ]
          },
          "AA.4_1_2.H91.A.EmptyNoId": {
            "Anchor element found with no link content and no name and/or ID attribute.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"fusion-one-page-text-link fusion-page-load-link\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.Textarea.Name": {
            "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "textarea",
                "id": "#g-recaptcha-response-100000",
                "code": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.ARIA6": {
            "This form control has an \"aria-label\" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.": [
              {
                "tagName": "input",
                "id": "",
                "code": "<input type=\"search\" value=\"\" name=\"s\" class=\"s\" placeholder=\"Search...\" required=\"\" aria-required=\"true\" aria-label=\"\">"
              }
            ]
          },
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"fusion-social-networks-wrapper\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div>...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 class=\"widget-title fusion-responsive-typography-calculated\" data-fontsize=\"16\" data-lineheight=\"24px\" style=\"--fontSize:16; line-height: 1.5; --minFontSize:16;\">...</h4>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "#toTop",
                "code": "<a href=\"#\" id=\"toTop\" style=\"display: none;\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"grecaptcha-badge\" data-style=\"bottomright\" style=\"width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;\">...</div>"
              }
            ]
          },
          "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": "h1",
                "id": "",
                "code": "<h1 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: left; --fontSize:65; line-height: 1.1;\" data-fontsize=\"65\" data-lineheight=\"71.5px\">...</h1>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:38; line-height: 1.2;\" data-fontsize=\"38\" data-lineheight=\"45.6px\">...</h2>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 class=\"white fusion-responsive-typography-calculated\" style=\"text-align: center; --fontSize:24; line-height: 1.3;\" data-fontsize=\"24\" data-lineheight=\"31.2px\">...</h3>"
              }
            ]
          },
          "AA.1_4_3.G18.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 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"skip-link screen-reader-text\" href=\"#content\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G18.Alpha": {
            "This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/about/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/contact/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/creating-a-truly-inclusive-workplace-a-conversation-between-colleagues-with-disabilities/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/doj-affirms-the-ada-applies-to-digital-accessibility/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/eeoc-informal-discussion-letters-relating-to-selection-pre-employment-inquiries-and-confidentiality/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/futureofwork/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/podcast-a-personal-story-of-long-covid-disability-disclosure/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/policy-workforce-development/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/resource-library/\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</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": "a",
                "id": "",
                "code": "<a class=\"white\" href=\"https://www.peatworks.org/checklist-for-an-accessible-virtual-meeting-presentation/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"white\" href=\"https://www.peatworks.org/futureofwork/future-of-work-podcast/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"white\" href=\"https://www.peatworks.org/how-to-handle-captioning-asl-requests-for-virtual-meetings/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/buy-it/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/staff-training-resources/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/digital-accessibility-toolkits/talentworks/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.peatworks.org/policy-workforce-development/policy-matters/\">...</a>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"white\" style=\"text-align: center;\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"white\" style=\"text-align: left;\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"white\">...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"NormalTextRun SCXW120087109 BCX0\">...</span>"
              },
              {
                "tagName": "u",
                "id": "",
                "code": "<u>...</u>"
              }
            ]
          },
          "AA.4_1_2.ARIA6": {
            "This form control has an \"aria-label\" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.": [
              {
                "tagName": "input",
                "id": "",
                "code": "<input type=\"search\" value=\"\" name=\"s\" class=\"s\" placeholder=\"Search...\" required=\"\" aria-required=\"true\" aria-label=\"\">"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.peatworks.org/",
      "result": {
        "content": {
          "totals": {
            "violation": 6,
            "recommendation": 7,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a href=\"#content\" class=\"skip-link screen-reader-text\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 10025,
                "height": 236,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-copyright-area\" id=\"footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 8705,
                "height": 1320,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role found on a page",
              "bounds": {
                "left": 0,
                "top": 8705,
                "height": 1320,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 0,
                "top": 10025,
                "height": 236,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-copyright-area\" id=\"footer\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 0,
                "top": 8705,
                "height": 1320,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[2]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[1]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/u[1]",
                "aria": "/document[1]/main[1]/link[2]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 64,
                "top": 689,
                "height": 23,
                "width": 244
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[4]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[4]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 437,
                "top": 10166,
                "height": 21,
                "width": 161
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[3]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[3]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 192,
                "top": 10166,
                "height": 21,
                "width": 217
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[2]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[2]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 57,
                "top": 10073,
                "height": 21,
                "width": 136
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[1]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[1]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 191,
                "top": 10048,
                "height": 21,
                "width": 264
              },
              "snippet": "<u>",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 6,
            "recommendation": 7,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a href=\"#content\" class=\"skip-link screen-reader-text\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 9847,
                "height": 233,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-copyright-area\" id=\"footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 8585,
                "height": 1263,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role found on a page",
              "bounds": {
                "left": 0,
                "top": 8585,
                "height": 1263,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 0,
                "top": 9847,
                "height": 233,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-copyright-area\" id=\"footer\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 0,
                "top": 8585,
                "height": 1263,
                "width": 800
              },
              "snippet": "<footer class=\"fusion-footer-widget-area fusion-widget-area\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[2]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[1]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/u[1]",
                "aria": "/document[1]/main[1]/link[2]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 64,
                "top": 677,
                "height": 23,
                "width": 244
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[4]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[4]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 437,
                "top": 9986,
                "height": 21,
                "width": 161
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[3]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[3]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 204,
                "top": 9986,
                "height": 21,
                "width": 217
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[2]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[2]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 53,
                "top": 9896,
                "height": 21,
                "width": 136
              },
              "snippet": "<u>",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/a[1]/u[1]",
                "aria": "/document[1]/contentinfo[2]/link[1]"
              },
              "message": "The <u> element is deprecated in HTML 5",
              "bounds": {
                "left": 187,
                "top": 9871,
                "height": 21,
                "width": 264
              },
              "snippet": "<u>",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.peatworks.org/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "PEAT - Building a Future That Works - Peatworks",
          "pageurl": "https://www.peatworks.org/",
          "time": 4.43,
          "creditsremaining": 372,
          "allitemcount": 110,
          "totalelements": 874,
          "waveurl": "http://wave.webaim.org/report?url=https://www.peatworks.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 1,
            "items": {
              "label_missing": {
                "id": "label_missing",
                "description": "Missing form label",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + DIV + DIV + DIV + DIV + A + DIV + DIV + DIV > DIV:first-child > TEXTAREA#g-recaptcha-response-100000"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "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"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 1,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child"
                ],
                "contrastdata": [
                  [
                    3.96,
                    "#1575a0",
                    "#e2e2e2",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 6,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#boxed-wrapper > DIV#wrapper > MAIN#main > DIV:first-child > SECTION#content > DIV#post-2 > SPAN:first-child + SPAN + SPAN + DIV > DIV:first-child + STYLE + DIV + STYLE + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + SPAN > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#boxed-wrapper > DIV#wrapper > DIV:first-child + HEADER + DIV + DIV + MAIN + DIV > FOOTER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#text-2 > H4:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#boxed-wrapper > DIV#wrapper > MAIN#main > DIV:first-child > SECTION#content > DIV#post-2 > SPAN:first-child + SPAN + SPAN + DIV > DIV:first-child + STYLE + DIV + STYLE + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#srpw_widget-4 > DIV:first-child > STYLE:first-child + UL > LI:first-child > DIV:first-child > A:first-child + DIV + DIV > P:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#boxed-wrapper > DIV#wrapper > MAIN#main > DIV:first-child > SECTION#content > DIV#post-2 > SPAN:first-child + SPAN + SPAN + DIV > DIV:first-child + STYLE + DIV + STYLE + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#srpw_widget-4 > DIV:first-child > STYLE:first-child + UL > LI:first-child + LI > DIV:first-child > A:first-child + DIV + DIV > P:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#boxed-wrapper > DIV#wrapper > MAIN#main > DIV:first-child > SECTION#content > DIV#post-2 > SPAN:first-child + SPAN + SPAN + DIV > DIV:first-child + STYLE + DIV + STYLE + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#srpw_widget-4 > DIV:first-child > STYLE:first-child + UL > LI:first-child + LI + LI > DIV:first-child > A:first-child + DIV + DIV > P:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#boxed-wrapper > DIV#wrapper > MAIN#main > DIV:first-child > SECTION#content > DIV#post-2 > SPAN:first-child + SPAN + SPAN + DIV > DIV:first-child + STYLE + DIV + STYLE + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#srpw_widget-4 > DIV:first-child > STYLE:first-child + UL > LI:first-child + LI + LI + LI > DIV:first-child > A:first-child + DIV + DIV > P:first-child + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.peatworks.org/",
      "what": "URL",
      "result": "https://www.peatworks.org/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.peatworks.org/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.069",
        "responseTime": "2022-07-06T01:55:12.202Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1951142,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 18,
              "totalWarnings": 3,
              "totalIssues": 21
            },
            "issuesByLevel": {
              "A": {
                "count": 12,
                "pct": 57.14
              },
              "AA": {
                "count": 6,
                "pct": 28.57
              },
              "AAA": {
                "count": 21,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 0,
              "allDensity": 1
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "d8c18b1a-cf6e-4acc-bffd-49d535435d0e",
          "docID": "09ad702e-b38d-40ea-e64e-919bb7720d8a",
          "sourceHash": "10394eae184e6a8aaa07fa8e59dca171",
          "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=d8c18b1a-cf6e-4acc-bffd-49d535435d0e",
          "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": 5110.05
                },
                "height": 5110.05,
                "width": 1024
              },
              "position": {
                "line": 38155,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template page-template-100-width page-template-100-width-php page page-id-2 fusion-image-hovers fusion-pagination-sizing fusion-button_size-large fusion-button_type-flat fusion-button_span-no avada-image-rollover-circle-yes avad",
              "xpath": "/html/body",
              "issueID": "238ff61c064bdb6cfcc649715c9c989f",
              "signature": "284ae51b9ed09d4b9de4d73d93c440d3",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=238ff61c064bdb6cfcc649715c9c989f"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 36119,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"skip-link screen-reader-text\" href=\"#content\"&gt;Skip to content&lt;/a&gt;",
              "xpath": "/html/body/a[1]",
              "issueID": "9b9cbdba95140ed295a3f2542bafdfa0",
              "signature": "54c3aa3b6f8d702e1e7a5aef7c8f6de8",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=9b9cbdba95140ed295a3f2542bafdfa0"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 311
                },
                "bottom-right": {
                  "x": 148,
                  "y": 334
                },
                "height": 23,
                "width": 98
              },
              "position": {
                "line": 42745,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://www.peatworks.org/extended-reality-mental-health/\" class=\"srpw-more-link\" target=\"_self\"&gt;Read More »&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/a[1]",
              "issueID": "829d56f9134d0c719f7ae5fb8bc1e3a2",
              "signature": "29c78954b855d0ba5d52e0d365bd6f68",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=829d56f9134d0c719f7ae5fb8bc1e3a2"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 191
                },
                "bottom-right": {
                  "x": 148,
                  "y": 214
                },
                "height": 23,
                "width": 98
              },
              "position": {
                "line": 42746,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/nondiscrimination-technology-and-the-americans-with-disabilities-act-ada/\" class=\"srpw-more-link\" target=\"_self\"&gt;Read More »&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[2]/a[1]",
              "issueID": "ab5598a81ae37f1ad0f0e8634b8e1afa",
              "signature": "afe937bab6c6d67c89891ee291c17bb7",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=ab5598a81ae37f1ad0f0e8634b8e1afa"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 186
                },
                "bottom-right": {
                  "x": 148,
                  "y": 209
                },
                "height": 23,
                "width": 98
              },
              "position": {
                "line": 42913,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"https://www.peatworks.org/blog-axe-con-csun-2022-slides/\" class=\"srpw-more-link\" target=\"_self\"&gt;Read More »&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[2]/a[1]",
              "issueID": "4fca9ca744c0e182fa32e880d5a32aba",
              "signature": "1e24cfe38520a3975e555f4f41b4aba8",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4fca9ca744c0e182fa32e880d5a32aba"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 16,
                  "y": 78
                },
                "bottom-right": {
                  "x": 111,
                  "y": 101
                },
                "height": 23,
                "width": 95
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.peatworks.org/about/\"&gt;About PEAT&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[4]/footer[1]/div[1]/div[1]/div[3]/section[1]/div[1]/p[1]/a[2]",
              "issueID": "e56a3f5b46beba0e2ef4f9cfb3de157f",
              "signature": "edd25a4d0b17f3014e9514bcd9bca29f",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=e56a3f5b46beba0e2ef4f9cfb3de157f"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;li id=\"mobile-menu-item-55\" class=\"fusion-mobile-nav-item menu-item-has-children\" data-item-id=\"55\" style=\"\"&gt;&lt;a href=\"https://www.peatworks.org/futureofwork/\" class=\"fusion-bar-highlight\"&gt;&lt;span class=\"menu-text\"&gt;The Future of Work&lt;/",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[2]/ul[1]/li[1]",
              "issueID": "a3b23e4c9159a1cf8d8f33b984eb7821",
              "signature": "c846748d53ae8506795f92a2eb57ebc1",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a3b23e4c9159a1cf8d8f33b984eb7821"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;li id=\"mobile-menu-item-61\" class=\"fusion-mobile-nav-item menu-item-has-children\" data-item-id=\"61\" style=\"\"&gt;&lt;a href=\"https://www.peatworks.org/digital-accessibility-toolkits/\" class=\"fusion-bar-highlight\"&gt;&lt;span class=\"menu-text\"&gt;Emplo",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[2]/ul[1]/li[2]",
              "issueID": "79437a6ca0828e9da9c82a93369551cf",
              "signature": "b8f1e7a072065969a6f73d771ff73d18",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=79437a6ca0828e9da9c82a93369551cf"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;li id=\"mobile-menu-item-9741\" class=\"fusion-mobile-nav-item menu-item-has-children\" data-item-id=\"9741\" style=\"\"&gt;&lt;a href=\"#\" class=\"fusion-bar-highlight\"&gt;&lt;span class=\"menu-text\"&gt;Collaboration &amp;amp; Action&lt;/span&gt;&lt;/a&gt;&lt;",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[2]/ul[1]/li[3]",
              "issueID": "7725c5c5f1042aa21d5ae20ed528de1f",
              "signature": "f28419efcf683854b6a4d71ef6ef5fdd",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=7725c5c5f1042aa21d5ae20ed528de1f"
            },
            {
              "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": -12,
                  "y": 40
                },
                "height": 40,
                "width": -12
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;button href=\"#\" aria-label=\"Open submenu of About PEAT\" aria-expanded=\"false\" class=\"fusion-open-submenu\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[3]/nav[2]/ul[1]/li[1]/button[1]",
              "issueID": "340ef5e7d3b8a423de3db67c9b04c996",
              "signature": "3296619f4c02194d893efacdef328928",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=340ef5e7d3b8a423de3db67c9b04c996"
            },
            {
              "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": -12,
                  "y": 40
                },
                "height": 40,
                "width": -12
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;button href=\"#\" aria-label=\"Open submenu of The Future of Work\" aria-expanded=\"false\" class=\"fusion-open-submenu\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[2]/ul[1]/li[1]/button[1]",
              "issueID": "1930bcb55da633834c86d5eb5cd04a87",
              "signature": "d254e95662d0d0cfdde3d27036bdcd09",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1930bcb55da633834c86d5eb5cd04a87"
            },
            {
              "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": -12,
                  "y": 40
                },
                "height": 40,
                "width": -12
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;button href=\"#\" aria-label=\"Open submenu of Employer Toolkits\" aria-expanded=\"false\" class=\"fusion-open-submenu\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[2]/ul[1]/li[2]/button[1]",
              "issueID": "7e2658b698792f82b9b18b46f65ebe59",
              "signature": "e942a2dcbb95cfdf00709e94c3bb7066",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7e2658b698792f82b9b18b46f65ebe59"
            },
            {
              "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": -12,
                  "y": 40
                },
                "height": 40,
                "width": -12
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;button href=\"#\" aria-label=\"Open submenu of Collaboration &amp;amp; Action\" aria-expanded=\"false\" class=\"fusion-open-submenu\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[3]/div[1]/nav[2]/ul[1]/li[3]/button[1]",
              "issueID": "308a1b897d3c596555b592e3883b350f",
              "signature": "06eb574601ae69fbac3527dbaaaebde2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=308a1b897d3c596555b592e3883b350f"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 225,
                  "y": 25
                },
                "height": 25,
                "width": 225
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;span class=\"updated rich-snippet-hidden\" style=\"\"&gt;2022-06-23T16:20:34+00:00&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[2]/main[1]/div[1]/section[1]/div[1]/span[3]",
              "issueID": "050ac97697e09e459c66c460ef92cd32",
              "signature": "c9e2ed34d96eca1f84331fa171975b11",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=050ac97697e09e459c66c460ef92cd32"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 16,
                  "y": 0
                },
                "bottom-right": {
                  "x": 233,
                  "y": 96
                },
                "height": 96,
                "width": 217
              },
              "position": {
                "line": 43831,
                "column": 0
              },
              "errorSnippet": "&lt;h4 class=\"widget-title fusion-responsive-typography-calculated\" data-fontsize=\"16\" data-lineheight=\"24px\" style=\"--fontSize:16; line-height: 1.5; --minFontSize:16;\"&gt;About the Partnership on Employment &amp;amp; Accessible Technology (PEAT)&lt;/h4&",
              "xpath": "/html/body/div[1]/div[2]/div[4]/footer[1]/div[1]/div[1]/div[1]/section[1]/h4[1]",
              "issueID": "e92b3a50238bf959f6188af4cf294b86",
              "signature": "99697182197400c6baa473da4cddf4a1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e92b3a50238bf959f6188af4cf294b86"
            },
            {
              "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": 5110.05
                },
                "height": 5110.05,
                "width": 1024
              },
              "position": {
                "line": 38155,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template page-template-100-width page-template-100-width-php page page-id-2 fusion-image-hovers fusion-pagination-sizing fusion-button_size-large fusion-button_type-flat fusion-button_span-no avada-image-rollover-circle-yes avad",
              "xpath": "/html/body",
              "issueID": "e9d0063b8853e2069d991a640542dfe1",
              "signature": "9e612cac925ffad4a4870673b9ac594b",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=e9d0063b8853e2069d991a640542dfe1"
            },
            {
              "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": 20,
                  "y": 16.734375
                },
                "bottom-right": {
                  "x": 44,
                  "y": 36.062475
                },
                "height": 19.3281,
                "width": 24
              },
              "position": {
                "line": 36119,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter extlink https\" style=\"\" href=\"https://twitter.com/PEATWorks\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"bottom\" data-title=\"twitter\" data-toggle=\"too",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "8f95c2a11b25504ef5bbc7d24e3c71e3",
              "signature": "180a658245dc749c480d199927f64f2f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8f95c2a11b25504ef5bbc7d24e3c71e3"
            },
            {
              "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": 64,
                  "y": 16.734375
                },
                "bottom-right": {
                  "x": 88,
                  "y": 36.062475
                },
                "height": 19.3281,
                "width": 24
              },
              "position": {
                "line": 36119,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fusion-social-network-icon fusion-tooltip fusion-linkedin fusion-icon-linkedin extlink https\" style=\"\" href=\"https://www.linkedin.com/company/partnership-on-employment-accessible-technology\" target=\"_blank\" rel=\"noopener noreferrer\" data-pla",
              "xpath": "/html/body/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "4904e398d18b562580c0dbfbd7a6398d",
              "signature": "5c14a3f4ec1f9e6a77f27f32eea1d7a9",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4904e398d18b562580c0dbfbd7a6398d"
            },
            {
              "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": 916,
                  "y": 89.671875
                },
                "bottom-right": {
                  "x": 940,
                  "y": 108.999975
                },
                "height": 19.3281,
                "width": 24
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter extlink https\" style=\"\" href=\"https://twitter.com/PEATWorks\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"twitter\" data-toggle=\"toolti",
              "xpath": "/html/body/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "498e58bce036ee75532cf91859c2d843",
              "signature": "16ed17bfd12fac4c9155da92ed6dc699",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=498e58bce036ee75532cf91859c2d843"
            },
            {
              "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": 960,
                  "y": 89.671875
                },
                "bottom-right": {
                  "x": 984,
                  "y": 108.999975
                },
                "height": 19.3281,
                "width": 24
              },
              "position": {
                "line": 43824,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fusion-social-network-icon fusion-tooltip fusion-linkedin fusion-icon-linkedin extlink https\" style=\"\" href=\"https://www.linkedin.com/company/partnership-on-employment-accessible-technology\" target=\"_blank\" rel=\"noopener noreferrer\" data-pla",
              "xpath": "/html/body/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[2]",
              "issueID": "c94ab6c5e4417da7acff05ba0fd20a21",
              "signature": "2cd71cf0866426c8800ffa96f4c5f3d5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c94ab6c5e4417da7acff05ba0fd20a21"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "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.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 451,
                  "y": 113
                },
                "bottom-right": {
                  "x": 451,
                  "y": 113
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 43526,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[4]/footer[2]/div[1]/div[1]/div[1]/div[1]/br[1]",
              "issueID": "72eb078edf642168a5ec9b9e47b1510e",
              "signature": "b8645994f3195fbe726a0cfb458658f1",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=72eb078edf642168a5ec9b9e47b1510e"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "3zjtz",
  "startTime": "2022-07-06T01:52:57",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      40
    ],
    [
      "ibm",
      27
    ],
    [
      "motion",
      14
    ],
    [
      "alfa",
      8
    ],
    [
      "wave",
      5
    ],
    [
      "focInd",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ]
  ],
  "logCount": 41,
  "logSize": 8545,
  "errorLogCount": 30,
  "errorLogSize": 8039,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-06T01:55:12",
  "elapsedSeconds": 134,
  "score": {
    "scoreProcID": "sp12b",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 0,
        "focAll": 46,
        "focInd": 30,
        "focOp": 48,
        "hover": 73,
        "linkUl": 76,
        "role": 1,
        "styleDiff": 33,
        "zIndex": 46
      },
      "alfa": {
        "r53": 4,
        "r57": 16,
        "r65": 3,
        "r66": 15,
        "r69": 3,
        "r75": 8
      },
      "axe": {
        "color-contrast-enhanced": 77,
        "color-contrast": 32,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "link-in-text-block": 4,
        "heading-order": 2,
        "landmark-no-duplicate-contentinfo": 2,
        "landmark-unique": 2
      },
      "htmlcs": {
        "e:AA.1_3_1.F68": 4,
        "e:AA.2_4_1.H64.1": 4,
        "e:AA.4_1_2.H91.A.EmptyNoId": 4,
        "e:AA.4_1_2.H91.Textarea.Name": 4,
        "w:AA.1_3_1.ARIA6": 1,
        "w:AA.1_3_1.H48": 3,
        "w:AA.1_3_1_A.G141": 1,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 2,
        "w:AA.1_4_3.G145.BgImage": 3,
        "w:AA.1_4_3.G18.Abs": 2,
        "w:AA.1_4_3.G18.Alpha": 11,
        "w:AA.1_4_3.G18.BgImage": 12,
        "w:AA.4_1_2.ARIA6": 1
      },
      "wave": {
        "e:label_missing": 4,
        "c:contrast": 3,
        "a:alt_redundant": 1,
        "a:heading_skipped": 1,
        "a:link_redundant": 4
      },
      "tenon": {
        "28": 4,
        "95": 4,
        "98": 16,
        "144": 12,
        "152": 16,
        "153": 4,
        "155": 2,
        "218": 16,
        "242": 4
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 35,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 30,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 3,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 36,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 18,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 38,
              "what": "Non-underlined adjacent links"
            }
          },
          "axe": {
            "link-in-text-block": {
              "score": 2,
              "what": "Link is not distinct from surrounding text without reliance on color"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 1,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 8,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 12,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "headingStructure": {
          "alfa": {
            "r53": {
              "score": 2,
              "what": "Heading skips one or more levels"
            }
          },
          "axe": {
            "heading-order": {
              "score": 1,
              "what": "Heading levels do not increase by only one"
            }
          },
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "wave": {
            "a:heading_skipped": {
              "score": 1,
              "what": "Skipped heading level"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 8,
              "what": "Perceivable text content is not included in any landmark"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 4,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 19,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 1,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 2,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 24,
              "what": "Element has insufficient color contrast"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 2,
              "what": "Very low contrast"
            }
          }
        },
        "fontSmall": {
          "alfa": {
            "r75": {
              "score": 6,
              "what": "Font size is smaller than 9 pixels"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "footerMultiple": {
          "axe": {
            "landmark-no-duplicate-contentinfo": {
              "score": 1,
              "what": "page has more than 1 contentinfo landmark (footer)"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 2,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          }
        },
        "controlLabel": {
          "htmlcs": {
            "e:AA.1_3_1.F68": {
              "score": 4,
              "what": "Form control has no label"
            }
          },
          "wave": {
            "e:label_missing": {
              "score": 4,
              "what": "Missing form label"
            }
          }
        },
        "iframeTitleBad": {
          "htmlcs": {
            "e:AA.2_4_1.H64.1": {
              "score": 4,
              "what": "iframe element has no non-empty title attribute"
            }
          }
        },
        "linkNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.A.EmptyNoId": {
              "score": 4,
              "what": "Link has no name or id attribute or value"
            }
          }
        },
        "textAreaNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.Textarea.Name": {
              "score": 4,
              "what": "textarea element has no accessible name"
            }
          }
        },
        "labelEmpty": {
          "htmlcs": {
            "w:AA.1_3_1.ARIA6": {
              "score": 1,
              "what": "Value of the aria-label attribute of the form control is empty or only whitespace"
            },
            "w:AA.4_1_2.ARIA6": {
              "score": 1,
              "what": "Value of the aria-label attribute of the form control is empty or only whitespace"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.Alpha": {
              "score": 3,
              "what": "Contrast between the text and its background may be less than 4.5:1, given the transparency"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 3,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "imageTextRedundant": {
          "wave": {
            "a:alt_redundant": {
              "score": 1,
              "what": "Redundant text alternative"
            }
          }
        },
        "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"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 8,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 12,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 8,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "allCaps": {
          "tenon": {
            "153": {
              "score": 1,
              "what": "Long string of text is in all caps"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 12,
              "what": "Link opens in a new window without user control"
            }
          }
        },
        "pseudoParagraphRisk": {
          "tenon": {
            "242": {
              "score": 1,
              "what": "Multiple consecutive br elements may simulate paragraphs"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 696,
      "log": 297,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkIndication",
          "score": 41
        },
        {
          "groupName": "focusableOperable",
          "score": 38
        },
        {
          "groupName": "tabFocusability",
          "score": 37
        },
        {
          "groupName": "focusIndication",
          "score": 33
        },
        {
          "groupName": "contrastAA",
          "score": 28
        },
        {
          "groupName": "contrastAAA",
          "score": 23
        },
        {
          "groupName": "hoverSurprise",
          "score": 20
        },
        {
          "groupName": "zIndexNotZero",
          "score": 14
        },
        {
          "groupName": "leadingClipsText",
          "score": 14
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 14
        },
        {
          "groupName": "inconsistentStyles",
          "score": 10
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 10
        },
        {
          "groupName": "contrastRisk",
          "score": 10
        },
        {
          "groupName": "linkTextsSame",
          "score": 10
        },
        {
          "groupName": "targetSize",
          "score": 10
        },
        {
          "groupName": "fontSmall",
          "score": 8
        },
        {
          "groupName": "controlLabel",
          "score": 8
        },
        {
          "groupName": "headingStructure",
          "score": 6
        },
        {
          "groupName": "iframeTitleBad",
          "score": 6
        },
        {
          "groupName": "linkNoText",
          "score": 6
        },
        {
          "groupName": "textAreaNoText",
          "score": 6
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "landmarkConfusion",
          "score": 4
        },
        {
          "groupName": "labelEmpty",
          "score": 4
        },
        {
          "groupName": "linkPair",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "roleBad",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "footerMultiple",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "imageTextRedundant",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        },
        {
          "groupName": "pseudoParagraphRisk",
          "score": 3
        }
      ]
    }
  }
}