Accessibility test digest

Synopsis

Page: Applause

URL: https://www.applause.com/

Score: 766

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 Applause web page at https://www.applause.com/ on 2022/07/09. 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 766 (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
total766
log312
leadingClipsText54
hoverSurprise45
linkIndication32
contrastAA25
roleBad22
menuNavigation20
pseudoParagraphRisk20
zIndexNotZero19
imageNoText18
fontSmall16
contrastAAA15
linkNoText14
targetSize12
linkForcesNewWindow11
inconsistentStyles10
overflowHidden10
iframeTitleBad10
focusIndication8
ariaBadAttribute8
contrastRisk8
focusableOperable7
invisibleLabel7
internalLinkBroken6
duplicateID5
horizontalScrolling5
tabFocusability4
titleRedundant4
obsoleteElement3
skipRepeatedContent3
hiddenContentRisk3
cssBansRotate3
pseudoNavListRisk3
scrollRisk3
imageTextRedundant3
decorativeTitle3
linkPair3
pdfLink3
noScriptRisk3
pseudoLinkRisk3
allCaps3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

allCaps: 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": "42ubn-applause",
  "host": {
    "id": "applause",
    "which": "https://www.applause.com/",
    "what": "Applause"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-09T14:27:51"
    },
    {
      "event": "endTime",
      "value": "2022-07-09T14:30:24"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 300,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://www.applause.com/",
        "what": "Applause"
      },
      {
        "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.applause.com/",
        "what": "Applause"
      },
      {
        "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.applause.com/",
      "what": "Applause",
      "result": "https://www.applause.com/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.applause.com/",
      "result": {
        "bytes": [
          779952,
          779952,
          779952,
          779952,
          779952
        ],
        "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.applause.com/",
      "what": "Applause",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.applause.com/",
      "result": {
        "visibleElements": 277
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://www.applause.com/",
      "result": {
        "tabFocusables": 42,
        "tabFocused": 41,
        "discrepancy": -1
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "total": 42,
          "types": {
            "indicatorMissing": {
              "total": 2,
              "tagNames": {
                "A": 1,
                "DIV": 1
              }
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 40,
              "meanDelay": 19,
              "tagNames": {
                "A": 33,
                "BUTTON": 7
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "DIV",
              "text": ""
            }
          ],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Digital Quality Matters More Than Ever: Download the State of Digital Quality 2022 today to release ",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "",
              "delay": 106
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Why Applause",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Our Solutions",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "About Us",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Resources",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Get Started",
              "delay": 102
            },
            {
              "tagName": "BUTTON",
              "text": "Find Out How We Can Help",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Learn About Our Approach to Digital Quality",
              "delay": 104
            },
            {
              "tagName": "A",
              "text": "See How We Help Your Industry",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Learn How We Help Brands Like Yours",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Register Now",
              "delay": 104
            },
            {
              "tagName": "A",
              "text": "Learn More About Our Community",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "General",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Account Sign In",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Pricing Inquiry",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Blog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsroom",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resource Library",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Webinars",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Who We Are",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Where We Are",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Join Our Team",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Social",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Instagram",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "LinkedIn",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "WeChat",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "English",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Terms of Use",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility Commitment",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Modern Slavery Act",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "total": 110,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 3,
              "tagNames": {
                "BUTTON": 1,
                "IFRAME": 2
              }
            },
            "focusableAndOperable": {
              "total": 107,
              "tagNames": {
                "A": 95,
                "BUTTON": 11,
                "DIV": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "BUTTON",
              "id": "wistia-0sxiqh1891_popover_popover_close_button",
              "text": "<button id=\"wistia-0sxiqh1891_popover_popover_close_button\" class=\"wistia_placeb",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe name=\"__uspapiLocator\" tabindex=\"-1\" role=\"presentation\" aria-hidden=\"tr",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe tabindex=\"-1\" role=\"presentation\" aria-hidden=\"true\" title=\"Blank\" src=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Quality Matters More Than Ever: Download the State of Digital Quality 20",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "close-cta-banner",
              "text": "<button id=\"close-cta-banner\" aria-label=\"Close Banner\" class=\"tw-mx-3\" style=\"c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "applause-logo",
              "text": "<a id=\"applause-logo\" class=\"logo\" href=\"https://www.applause.com/\" style=\"curso",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Why Applause",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Applause PlatformThe comprehensive platform you need to deliver exceptional ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Our SolutionsA wide range of testing solutions to cover all aspects of digital q",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Industry ExpertiseDeep domain experience and expertise in the industries and use",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "uTest CommunityThe world's largest community of digital experts – vetted, traine",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PartnershipsWe work with partners to ensure our joint customers can release prod",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Release Better, FasterSee how Applause delivers authentic, real-world feedback o",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Our Solutions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Applause Codeless Automation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bring Your Own Testers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Test Case Management",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Our Solutions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Manual Functional Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Automated Functional Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Integrated Functional Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "In-Sprint Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "User Experience Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Customer Journey Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Payment Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "AI Training & Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voice Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Security Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "by Industry",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Retail",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media & Entertainment",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Financial Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel & Hospitality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Healthcare",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Engineering Teams",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Product Teams",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "QA Teams",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "by Technology",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mobile App",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Desktop App",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Metaverse",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voice & AI",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Amazon Alexa",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Google Assistant",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Automotive Tech",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "In-Store",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "IoT Device",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "AR & VR",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "About Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Who We AreLearn more about Applause's history, our mission and leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Where We AreFind out where our teams are located around the globe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join Our TeamReview our open positions and learn more about life at Applause",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pioneers in CrowdtestingEnabling digital quality and product excellence as the p",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Commitment to InnovationNext-gen testing concepts brought to life by our innovat",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Essential Guide to CrowdtestingGet the facts about crowdsourced software tes",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "BlogRead the latest industry news on remote testing and digital quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resource CenterRead and view our resources for the latest testing best practices",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Customer StoriesWe help brands just like you launch uncommonly great digital ass",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "WebinarsRegister today for our upcoming webinars on digital quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Product Sessions LiveSee our latest sessions focused on digital products and tec",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NewsroomCheck out the latest press mentions and articles from Applause",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "State of Digital Quality, 2022Access our comprehensive report series that identi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "button-super-cta-form",
              "text": "Get Started",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "mobileNavToggle",
              "text": "<button id=\"mobileNavToggle\" class=\"hamburger hamburger--stack tw-absolute tw-ri",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "content-top",
              "text": "<a id=\"content-top\" name=\"content-top\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "button-homepage-hero-cta",
              "text": "Find Out How We Can Help",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn About Our Approach to Digital Quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"real-video-button video-play-button\" data-video=\"0sxiqh1891\" style=\"cu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "See How We Help Your Industry",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn How We Help Brands Like Yours",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Register Now",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More About Our Community",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.applause.com/\" title=\"Applause Home\" onclick=\"$.applause.ha",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "General",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Account Sign In",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pricing Inquiry",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resource Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Webinars",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Who We Are",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Where We Are",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join Our Team",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Social",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "LinkedIn",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "wechat-link",
              "text": "WeChat",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "language-de",
              "text": "German",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "language-fr",
              "text": "French",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "language-ja",
              "text": "Japanese",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "current-language",
              "text": "English",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Terms of Use",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Commitment",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Modern Slavery Act",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"close-button button icon icon-times spinClose\" aria-label=\"Close\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tw-text-blue-500 hover:tw-text-blue-700 hover:tw-underline\" href=\"weix",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "WeChat ID: Applause_China",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"close-button button icon icon-times spinClose\" aria-label=\"Close\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"close-button button icon icon-times spinClose\" aria-label=\"Close\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "wistia_94",
              "text": "<a href=\"https://embed-ssl.wistia.com/deliveries/bdfcb957b6f3bd762315f7afa7b6c32",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "wistia_94.big_play_button_graphic",
              "text": "<div id=\"wistia_94.big_play_button_graphic\" tabindex=\"0\" role=\"button\" aria-labe",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "triggers": 62,
          "headTriggers": 20,
          "tailTriggers": 42,
          "impactTriggers": 9,
          "additions": 510,
          "removals": 0,
          "opacityChanges": 1,
          "opacityImpact": 0,
          "unhoverables": 2
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "WhyApplauseTheApplausePlatformThecomprehensiveplat",
                "additions": 34,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "BUTTON",
                "text": "WhyApplause",
                "additions": 40,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "OurSolutionsPlatformFeaturesApplauseCodelessAutoma",
                "additions": 136,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "BUTTON",
                "text": "OurSolutions",
                "additions": 141,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "AboutUsWhoWeAreLearnmoreaboutApplause'shistory,our",
                "additions": 34,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "BUTTON",
                "text": "AboutUs",
                "additions": 40,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "ResourcesBlogReadthelatestindustrynewsonremotetest",
                "additions": 39,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "BUTTON",
                "text": "Resources",
                "additions": 46,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "<svgversion=\"1.1\"xmlns=\"http://www.w3.org/2000/svg",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              }
            ],
            "unhoverables": []
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "BUTTON",
                "id": "wistia-0sxiqh1891_popover_popover_close_button",
                "text": "<imgalt=\"Clicktoclosevideo\"style=\"height:34px;widt"
              },
              {
                "tagName": "A",
                "id": "wistia_94",
                "text": "<divid=\"wistia_112.thumbnail\"tabindex=\"-1\"style=\"c"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 12
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Close Banner"
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Why Applause"
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Our Solutions"
              }
            },
            {
              "index": 3,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "About Us"
              }
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Resources"
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Open the contact form",
                "content": "Get Started"
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "button",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Menu Button"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Find Out How We Can Help",
                "content": "Find Out How We Can Help"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Close"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Close"
              }
            },
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Close"
              }
            },
            {
              "index": 11,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Close"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "links": 95,
          "adjacent": {
            "total": 31,
            "underlined": 1,
            "underlinedPercent": 3
          }
        },
        "items": {
          "underlined": [
            "Digital Quality Matters More Than Ever: Download the State of Digital Quality 2022 today to release with confidence"
          ],
          "notUnderlined": [
            "",
            "Release Better, FasterSee how Applause delivers authentic, real-world feedback on the quality of your digital experiences – so you can release with confidence.Watch Now",
            "Applause Codeless Automation",
            "Bring Your Own Testers",
            "Test Case Management",
            "Engineering Teams",
            "Product Teams",
            "QA Teams",
            "The Essential Guide to CrowdtestingGet the facts about crowdsourced software testing. In this guide, you'll learn how leading brands across industries deliver better quality releases, at speed and scale.Learn More",
            "State of Digital Quality, 2022Access our comprehensive report series that identifies the most common flaws in digital experiences and ways to prevent them from making their way into production.Read Now",
            "",
            "Learn About Our Approach to Digital Quality",
            "",
            "See How We Help Your Industry",
            "Learn How We Help Brands Like Yours",
            "Register Now",
            "Learn More About Our Community",
            "",
            "General",
            "Resources",
            "About Us",
            "Social",
            "English",
            "Terms of Use",
            "Privacy Policy",
            "Accessibility Commitment",
            "Modern Slavery Act",
            "",
            "WeChat ID: Applause_China",
            ""
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 25,
              "correct": 7,
              "incorrect": 18
            },
            "specific": {
              "tab": {
                "total": 5,
                "correct": 5,
                "incorrect": 0
              },
              "left": {
                "total": 5,
                "correct": 0,
                "incorrect": 5
              },
              "right": {
                "total": 5,
                "correct": 0,
                "incorrect": 5
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 5,
                "correct": 1,
                "incorrect": 4
              },
              "end": {
                "total": 5,
                "correct": 1,
                "incorrect": 4
              }
            }
          },
          "menuItems": {
            "total": 5,
            "correct": 0,
            "incorrect": 5
          },
          "menus": {
            "total": 1,
            "correct": 0,
            "incorrect": 1
          }
        },
        "menuItems": {
          "incorrect": [
            {
              "tagName": "LI",
              "text": "Release Better, Faster; Why Applause The Applause PlatformThe comprehensive platform you need to deliver exceptional digital; #tab-why-applause",
              "navigationErrors": [
                "ArrowRight",
                "ArrowLeft",
                "End"
              ]
            },
            {
              "tagName": "LI",
              "text": "Our Solutions Platform Features Applause Codeless Automation Bring Your Own Testers Test Case Manage; #tab-our-solutions",
              "navigationErrors": [
                "ArrowRight",
                "ArrowLeft",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "LI",
              "text": "The Essential Guide to Crowdtesting; About Us Who We AreLearn more about Applause's history, our mission and leadership Where We AreFind ; #tab-about-us",
              "navigationErrors": [
                "ArrowRight",
                "ArrowLeft",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "LI",
              "text": "State of Digital Quality, 2022; Resources BlogRead the latest industry news on remote testing and digital quality Resource CenterRea; #tab-resources",
              "navigationErrors": [
                "ArrowRight",
                "ArrowLeft",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "LI",
              "text": "Get Started; #inline-cta",
              "navigationErrors": [
                "ArrowRight",
                "ArrowLeft",
                "Home"
              ]
            }
          ],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.applause.com/",
      "result": {
        "roleElements": 30,
        "badRoleElements": 12,
        "redundantRoleElements": 3,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "A": {
            "button": {
              "bad": 10,
              "redundant": 0
            }
          },
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          },
          "DIV": {
            "button": {
              "bad": 1,
              "redundant": 0
            }
          },
          "BUTTON": {
            "button": {
              "bad": 0,
              "redundant": 1
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.applause.com/",
      "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": 12,
            "subtotals": [
              4,
              3,
              1,
              1,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 31,
            "subtotals": [
              25,
              5,
              1
            ]
          },
          "listLink": {
            "total": 64,
            "subtotals": [
              27,
              16,
              15,
              3,
              3
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 5,
            "subtotals": [
              4,
              1
            ]
          },
          "h3": {
            "total": 6,
            "subtotals": [
              4,
              2
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources",
                ""
              ],
              "600": [
                "",
                "Find Out How We Can Help",
                "",
                "",
                "",
                ""
              ],
              "700": [
                "Get Started"
              ]
            },
            "opacity": {
              "0": [
                ""
              ],
              "1": [
                "",
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources",
                "Get Started",
                "",
                "Find Out How We Can Help",
                "",
                "",
                ""
              ]
            },
            "borderStyle": {
              "none": [
                "",
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources",
                "Get Started",
                "Find Out How We Can Help",
                "",
                "",
                "",
                ""
              ],
              "solid": [
                ""
              ]
            },
            "height": {
              "16px": [
                ""
              ],
              "72px": [
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources"
              ],
              "32px": [
                "Get Started",
                "Find Out How We Can Help"
              ],
              "50px": [
                ""
              ],
              "auto": [
                "",
                "",
                ""
              ],
              "18px": [
                ""
              ]
            },
            "lineHeight": {
              "20.96px": [
                "",
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources",
                ""
              ],
              "16px": [
                "Get Started",
                "Find Out How We Can Help",
                "",
                "",
                ""
              ],
              "24px": [
                ""
              ]
            },
            "minHeight": {
              "auto": [
                ""
              ],
              "0px": [
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources",
                "Get Started",
                "",
                "Find Out How We Can Help",
                ""
              ],
              "8px": [
                "",
                "",
                ""
              ]
            },
            "minWidth": {
              "auto": [
                ""
              ],
              "0px": [
                "Why Applause",
                "Our Solutions",
                "About Us",
                "Resources",
                "Get Started",
                "",
                "Find Out How We Can Help",
                ""
              ],
              "8px": [
                "",
                "",
                ""
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Digital Quality Matters More Than Ever: Download the State of Digital Quality 2022 today to release with confidence",
                "",
                "Release Better, FasterSee how Applause delivers authentic, real-world feedback on the quality of your digital experiences – so you can release with confidence.Watch Now",
                "Applause Codeless Automation",
                "Bring Your Own Testers",
                "Test Case Management",
                "Engineering Teams",
                "Product Teams",
                "QA Teams",
                "The Essential Guide to CrowdtestingGet the facts about crowdsourced software testing. In this guide, you'll learn how leading brands across industries deliver better quality releases, at speed and scale.Learn More",
                "State of Digital Quality, 2022Access our comprehensive report series that identifies the most common flaws in digital experiences and ways to prevent them from making their way into production.Read Now",
                "",
                "",
                "",
                "General",
                "Resources",
                "About Us",
                "Social",
                "English",
                "Terms of Use",
                "Privacy Policy",
                "Accessibility Commitment",
                "Modern Slavery Act",
                "",
                "WeChat ID: Applause_China",
                ""
              ],
              "600": [
                "Learn About Our Approach to Digital Quality",
                "See How We Help Your Industry",
                "Learn How We Help Brands Like Yours",
                "Register Now",
                "Learn More About Our Community"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Digital Quality Matters More Than Ever: Download the State of Digital Quality 2022 today to release with confidence"
              ],
              "none": [
                "",
                "Release Better, FasterSee how Applause delivers authentic, real-world feedback on the quality of your digital experiences – so you can release with confidence.Watch Now",
                "Applause Codeless Automation",
                "Bring Your Own Testers",
                "Test Case Management",
                "Engineering Teams",
                "Product Teams",
                "QA Teams",
                "The Essential Guide to CrowdtestingGet the facts about crowdsourced software testing. In this guide, you'll learn how leading brands across industries deliver better quality releases, at speed and scale.Learn More",
                "State of Digital Quality, 2022Access our comprehensive report series that identifies the most common flaws in digital experiences and ways to prevent them from making their way into production.Read Now",
                "",
                "Learn About Our Approach to Digital Quality",
                "",
                "See How We Help Your Industry",
                "Learn How We Help Brands Like Yours",
                "Register Now",
                "Learn More About Our Community",
                "",
                "General",
                "Resources",
                "About Us",
                "Social",
                "English",
                "Terms of Use",
                "Privacy Policy",
                "Accessibility Commitment",
                "Modern Slavery Act",
                "",
                "WeChat ID: Applause_China",
                ""
              ]
            }
          },
          "listLink": {
            "color": {
              "rgb(27, 27, 27)": [
                "The Applause PlatformThe comprehensive platform you need to deliver exceptional digital experiences",
                "Our SolutionsA wide range of testing solutions to cover all aspects of digital quality",
                "Industry ExpertiseDeep domain experience and expertise in the industries and use cases you need",
                "uTest CommunityThe world's largest community of digital experts – vetted, trained, fast, available",
                "PartnershipsWe work with partners to ensure our joint customers can release products with confidence",
                "Manual Functional Testing",
                "Automated Functional Testing",
                "Integrated Functional Testing",
                "In-Sprint Testing",
                "User Experience Testing",
                "Customer Journey Testing",
                "Payment Testing",
                "AI Training & Testing",
                "Voice Testing",
                "Accessibility Testing",
                "Security Testing",
                "Retail",
                "Media & Entertainment",
                "Financial Services",
                "Travel & Hospitality",
                "Healthcare",
                "Website",
                "Mobile App",
                "Desktop App",
                "Metaverse",
                "Voice & AI",
                "Amazon Alexa",
                "Google Assistant",
                "Automotive Tech",
                "In-Store",
                "IoT Device",
                "AR & VR",
                "Who We AreLearn more about Applause's history, our mission and leadership",
                "Where We AreFind out where our teams are located around the globe",
                "Join Our TeamReview our open positions and learn more about life at Applause",
                "Pioneers in CrowdtestingEnabling digital quality and product excellence as the pioneer of crowdtesting",
                "Commitment to InnovationNext-gen testing concepts brought to life by our innovation engine, Applause Labs",
                "BlogRead the latest industry news on remote testing and digital quality",
                "Resource CenterRead and view our resources for the latest testing best practices",
                "Customer StoriesWe help brands just like you launch uncommonly great digital assets with confidence",
                "WebinarsRegister today for our upcoming webinars on digital quality",
                "Product Sessions LiveSee our latest sessions focused on digital products and technology",
                "NewsroomCheck out the latest press mentions and articles from Applause"
              ],
              "rgb(96, 96, 96)": [
                "Our Solutions",
                "by Industry",
                "by Technology"
              ],
              "rgb(255, 255, 255)": [
                "Account Sign In",
                "Contact Us",
                "Pricing Inquiry",
                "Blog",
                "Newsroom",
                "Resource Library",
                "Webinars",
                "Who We Are",
                "Where We Are",
                "Join Our Team",
                "Twitter",
                "Facebook",
                "Instagram",
                "LinkedIn",
                "WeChat"
              ],
              "rgb(58, 58, 58)": [
                "German",
                "French",
                "Japanese"
              ]
            },
            "fontSize": {
              "16px": [
                "The Applause PlatformThe comprehensive platform you need to deliver exceptional digital experiences",
                "Our SolutionsA wide range of testing solutions to cover all aspects of digital quality",
                "Industry ExpertiseDeep domain experience and expertise in the industries and use cases you need",
                "uTest CommunityThe world's largest community of digital experts – vetted, trained, fast, available",
                "PartnershipsWe work with partners to ensure our joint customers can release products with confidence",
                "Our Solutions",
                "Manual Functional Testing",
                "Automated Functional Testing",
                "Integrated Functional Testing",
                "In-Sprint Testing",
                "User Experience Testing",
                "Customer Journey Testing",
                "Payment Testing",
                "AI Training & Testing",
                "Voice Testing",
                "Accessibility Testing",
                "Security Testing",
                "by Industry",
                "Retail",
                "Media & Entertainment",
                "Financial Services",
                "Travel & Hospitality",
                "Healthcare",
                "by Technology",
                "Website",
                "Mobile App",
                "Desktop App",
                "Metaverse",
                "Voice & AI",
                "Amazon Alexa",
                "Google Assistant",
                "Automotive Tech",
                "In-Store",
                "IoT Device",
                "AR & VR",
                "Who We AreLearn more about Applause's history, our mission and leadership",
                "Where We AreFind out where our teams are located around the globe",
                "Join Our TeamReview our open positions and learn more about life at Applause",
                "Pioneers in CrowdtestingEnabling digital quality and product excellence as the pioneer of crowdtesting",
                "Commitment to InnovationNext-gen testing concepts brought to life by our innovation engine, Applause Labs",
                "BlogRead the latest industry news on remote testing and digital quality",
                "Resource CenterRead and view our resources for the latest testing best practices",
                "Customer StoriesWe help brands just like you launch uncommonly great digital assets with confidence",
                "WebinarsRegister today for our upcoming webinars on digital quality",
                "Product Sessions LiveSee our latest sessions focused on digital products and technology",
                "NewsroomCheck out the latest press mentions and articles from Applause"
              ],
              "12px": [
                "Account Sign In",
                "Contact Us",
                "Pricing Inquiry",
                "Blog",
                "Newsroom",
                "Resource Library",
                "Webinars",
                "Who We Are",
                "Where We Are",
                "Join Our Team",
                "Twitter",
                "Facebook",
                "Instagram",
                "LinkedIn",
                "WeChat",
                "German",
                "French",
                "Japanese"
              ]
            },
            "lineHeight": {
              "14px": [
                "The Applause PlatformThe comprehensive platform you need to deliver exceptional digital experiences",
                "Our SolutionsA wide range of testing solutions to cover all aspects of digital quality",
                "Industry ExpertiseDeep domain experience and expertise in the industries and use cases you need",
                "uTest CommunityThe world's largest community of digital experts – vetted, trained, fast, available",
                "PartnershipsWe work with partners to ensure our joint customers can release products with confidence",
                "Who We AreLearn more about Applause's history, our mission and leadership",
                "Where We AreFind out where our teams are located around the globe",
                "Join Our TeamReview our open positions and learn more about life at Applause",
                "Pioneers in CrowdtestingEnabling digital quality and product excellence as the pioneer of crowdtesting",
                "Commitment to InnovationNext-gen testing concepts brought to life by our innovation engine, Applause Labs",
                "BlogRead the latest industry news on remote testing and digital quality",
                "Resource CenterRead and view our resources for the latest testing best practices",
                "Customer StoriesWe help brands just like you launch uncommonly great digital assets with confidence",
                "WebinarsRegister today for our upcoming webinars on digital quality",
                "Product Sessions LiveSee our latest sessions focused on digital products and technology",
                "NewsroomCheck out the latest press mentions and articles from Applause"
              ],
              "16px": [
                "Our Solutions",
                "Manual Functional Testing",
                "Automated Functional Testing",
                "Integrated Functional Testing",
                "In-Sprint Testing",
                "User Experience Testing",
                "Customer Journey Testing",
                "Payment Testing",
                "AI Training & Testing",
                "Voice Testing",
                "Accessibility Testing",
                "Security Testing",
                "by Industry",
                "Retail",
                "Media & Entertainment",
                "Financial Services",
                "Travel & Hospitality",
                "Healthcare",
                "by Technology",
                "Website",
                "Mobile App",
                "Desktop App",
                "Metaverse",
                "Voice & AI",
                "Amazon Alexa",
                "Google Assistant",
                "Automotive Tech",
                "In-Store",
                "IoT Device",
                "AR & VR"
              ],
              "18px": [
                "Account Sign In",
                "Contact Us",
                "Pricing Inquiry",
                "Blog",
                "Newsroom",
                "Resource Library",
                "Webinars",
                "Who We Are",
                "Where We Are",
                "Join Our Team",
                "Twitter",
                "Facebook",
                "Instagram",
                "LinkedIn",
                "WeChat",
                "German",
                "French",
                "Japanese"
              ]
            }
          },
          "h2": {
            "fontSize": {
              "35px": [
                "Enterprise-Class Digital Quality Feedback",
                "Digital Innovators Turn to Us",
                "The Value of Applause Is Clear",
                "uTest – The World’s Largest Community of Digital Experts"
              ],
              "28px": [
                "Accessibility Now Means Less Pain Later"
              ]
            }
          },
          "h3": {
            "fontWeight": {
              "400": [
                "General",
                "Resources",
                "About Us",
                "Social"
              ],
              "600": [
                "Integrates Seamlessly into Your Workflow, with No Overhead",
                "Vetted Experts Available on Demand and Across the Globe"
              ]
            },
            "color": {
              "rgb(2, 103, 162)": [
                "Integrates Seamlessly into Your Workflow, with No Overhead",
                "Vetted Experts Available on Demand and Across the Globe"
              ],
              "rgb(255, 255, 255)": [
                "General",
                "Resources",
                "About Us",
                "Social"
              ]
            },
            "fontSize": {
              "18px": [
                "Integrates Seamlessly into Your Workflow, with No Overhead",
                "Vetted Experts Available on Demand and Across the Globe"
              ],
              "14px": [
                "General",
                "Resources",
                "About Us",
                "Social"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.applause.com/",
      "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.applause.com/",
      "result": {
        "totals": {
          "total": 67,
          "tagNames": {
            "HEADER": 1,
            "DIV": 60,
            "svg": 1,
            "circle": 1,
            "BUTTON": 4
          }
        },
        "items": [
          {
            "tagName": "HEADER",
            "id": "header-bar",
            "text": "Why Applause The Applause PlatformThe comprehensive platform you need to deliver exceptional digital"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Why Applause The Applause PlatformThe comprehensive platform you need to deliver exceptional digital"
          },
          {
            "tagName": "DIV",
            "id": "subnav-0",
            "text": "The Applause PlatformThe comprehensive platform you need to deliver exceptional digital experiences "
          },
          {
            "tagName": "DIV",
            "id": "subnav-1",
            "text": "Platform Features Applause Codeless Automation Bring Your Own Testers Test Case Management Our Solut"
          },
          {
            "tagName": "DIV",
            "id": "subnav-2",
            "text": "Who We AreLearn more about Applause's history, our mission and leadership Where We AreFind out where"
          },
          {
            "tagName": "DIV",
            "id": "subnav-3",
            "text": "BlogRead the latest industry news on remote testing and digital quality Resource CenterRead and view"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Release Faster, with ConfidenceYour app works in the lab. But is it truly ready for your customers? "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Release Faster, with ConfidenceYour app works in the lab. But is it truly ready for your customers? "
          },
          {
            "tagName": "DIV",
            "id": "section-prefab_text_w_video-1",
            "text": "Enterprise-Class Digital Quality FeedbackIntegrates Seamlessly into Your Workflow, with No OverheadT"
          },
          {
            "tagName": "svg",
            "id": "",
            "text": ""
          },
          {
            "tagName": "circle",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "section-globalLogoGrid-2",
            "text": "Digital Innovators Turn to UsDigital-first brands like Google and Uber turn to Applause to help them"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Digital Innovators Turn to UsDigital-first brands like Google and Uber turn to Applause to help them"
          },
          {
            "tagName": "DIV",
            "id": "section-prefab_text_w_image-3",
            "text": "The Value of Applause Is ClearOnly Applause executes with the speed, scale and flexibility you requi"
          },
          {
            "tagName": "DIV",
            "id": "hype-scene-OTCHWG2QCNFVV2D1TOFY",
            "text": "Development & QA Teams200%increase in testing capacity150%increase in number of releases per year50%"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Development & QA Teams200%increase in testing capacity150%increase in number of releases per year50%"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-63DMWD1K60ZB894REUCI",
            "text": "Development & QA Teams200%increase in testing capacity150%increase in number of releases per year50%"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Development & QA Teams"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-1838O4S5PQS0W2OBLQQG",
            "text": "Development & QA Teams"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-KSCZ93DVD39GXX30VU4N",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-50ZMQGPMVSGNI16O92E5",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-3VG175P19IQHIP0J29RY",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-7FK7OQD3JAYDNDRC1CZJ",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-PP3ZQD0RUYQ4QNR59HFE",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "200%increase in testing capacity"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-J4USPBGJB7DMX0ZJUEEE",
            "text": "200%increase in testing capacity"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "150%increase in number of releases per year"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-XC9BKRSEBALQ4G9H9LZO",
            "text": "150%increase in number of releases per year"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "50%reduction in critical fixes needed"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-NVSCS7XSI6D9LM0QDYET",
            "text": "50%reduction in critical fixes needed"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "For the Business30%acceleration in planned revenue10%increase in customer retention rate10%increase "
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-DJURY24B37NR9VX09ARY",
            "text": "For the Business30%acceleration in planned revenue10%increase in customer retention rate10%increase "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "For the Business"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-TNCLXPQQI1FXJDMBOWWL",
            "text": "For the Business"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-2R0JH24HJ27OMMMIY0LP",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-A4ADRDW9ZTR82086Z6NV",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-6TX1XM4VK2A5Q7BANBXT",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-OATHEM9FTTFCE0FDUY5M",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-O33JS5NS18WKLZDBI645",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "30%acceleration in planned revenue"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-A4QRINKSRSMEKQK9858C",
            "text": "30%acceleration in planned revenue"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "10%increase in customer retention rate"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-6HPSLEJWCT938EX5R4U6",
            "text": "10%increase in customer retention rate"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "10%increase in conversion rate"
          },
          {
            "tagName": "DIV",
            "id": "hype-obj-G9JK56HEPS39IEN8EH7V",
            "text": "10%increase in conversion rate"
          },
          {
            "tagName": "DIV",
            "id": "section-showcase-1",
            "text": "Accessibility Now Means Less Pain LaterAccessibility planning is key to short and long-term enterpri"
          },
          {
            "tagName": "DIV",
            "id": "section-prefab_text_w_image-5",
            "text": "uTest – The World’s Largest Community of Digital ExpertsVetted Experts Available on Demand and Acros"
          },
          {
            "tagName": "DIV",
            "id": "blank_modal",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "qr-code-modal",
            "text": "WeChat ID: Applause_China"
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "super-cta-form",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "wistia_94.big_play_button_background",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "wistia_94.big_play_button_graphic",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "wistia-0sxiqh1891_popover_popover_close_button",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "failures": 7,
          "warnings": 30
        },
        "items": [
          {
            "index": 45,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[5]/div[1]/button[1]",
              "codeLines": [
                "<button aria-label=\"Open the contact form\" class=\"button is-primary button--small-cta tw-text-xs tw...",
                "  Get Started",
                "</button>"
              ]
            }
          },
          {
            "index": 263,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/section[1]/div[1]/div[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"false\""
              ]
            }
          },
          {
            "index": 925,
            "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": "div",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]",
              "codeLines": [
                "<div id=\"wistia_94.big_play_button_graphic\" tabindex=\"0\" role=\"button\" aria-label=\"Play\" style=\"bac..."
              ]
            }
          },
          {
            "index": 929,
            "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]/main[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Integrates Seamlessly into Your Workflow, with No Overhead"
              ]
            }
          },
          {
            "index": 935,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Development & QA Teams"
              ]
            }
          },
          {
            "index": 936,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[7]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "200%"
              ]
            }
          },
          {
            "index": 937,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[7]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in testing capacity"
              ]
            }
          },
          {
            "index": 938,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[8]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "150%"
              ]
            }
          },
          {
            "index": 939,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[8]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in number of releases per year"
              ]
            }
          },
          {
            "index": 940,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[9]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "50%"
              ]
            }
          },
          {
            "index": 941,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[9]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "reduction in critical fixes needed"
              ]
            }
          },
          {
            "index": 942,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "For the Business"
              ]
            }
          },
          {
            "index": 943,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[7]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "30%"
              ]
            }
          },
          {
            "index": 944,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[7]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "acceleration in planned revenue"
              ]
            }
          },
          {
            "index": 945,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[8]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "10%"
              ]
            }
          },
          {
            "index": 946,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[8]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in customer retention rate"
              ]
            }
          },
          {
            "index": 947,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[9]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "10%"
              ]
            }
          },
          {
            "index": 948,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[9]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in conversion rate"
              ]
            }
          },
          {
            "index": 952,
            "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]/main[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Vetted Experts Available on Demand and Across the Globe"
              ]
            }
          },
          {
            "index": 994,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Development & QA Teams"
              ]
            }
          },
          {
            "index": 995,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[7]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "200%"
              ]
            }
          },
          {
            "index": 996,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[7]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in testing capacity"
              ]
            }
          },
          {
            "index": 997,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[8]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "150%"
              ]
            }
          },
          {
            "index": 998,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[8]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in number of releases per year"
              ]
            }
          },
          {
            "index": 999,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[9]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "50%"
              ]
            }
          },
          {
            "index": 1000,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[9]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "reduction in critical fixes needed"
              ]
            }
          },
          {
            "index": 1001,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "For the Business"
              ]
            }
          },
          {
            "index": 1002,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[7]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "30%"
              ]
            }
          },
          {
            "index": 1003,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[7]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "acceleration in planned revenue"
              ]
            }
          },
          {
            "index": 1004,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[8]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "10%"
              ]
            }
          },
          {
            "index": 1005,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[8]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in customer retention rate"
              ]
            }
          },
          {
            "index": 1006,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[9]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "10%"
              ]
            }
          },
          {
            "index": 1007,
            "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]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[9]/div[1]/font[1]/span[1]/text()[1]",
              "codeLines": [
                "increase in conversion rate"
              ]
            }
          },
          {
            "index": 1016,
            "verdict": "failed",
            "rule": {
              "ruleID": "r70",
              "ruleSummary": "No obsolete or deprecated elements are used",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r70",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 1162,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Development & QA Teams"
              ]
            }
          },
          {
            "index": 1169,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "For the Business"
              ]
            }
          },
          {
            "index": 1208,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.applause.com/",
      "result": {
        "totals": {
          "rulesNA": 46,
          "rulesPassed": 49,
          "rulesWarned": 4,
          "rulesViolated": 4,
          "warnings": {
            "minor": 55,
            "moderate": 0,
            "serious": 29,
            "critical": 0
          },
          "violations": {
            "minor": 1,
            "moderate": 0,
            "serious": 11,
            "critical": 1
          }
        },
        "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-09T14:29:59.387Z",
          "url": "https://www.applause.com/",
          "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": "#2b2b2b",
                        "contrastRatio": 0,
                        "fontSize": "26.3pt (35px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"title as-h2\">Enterprise-Class Digital Quality Feedback</h2>",
                  "target": [
                    ".column:nth-child(1) > .as-h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-1838O4S5PQS0W2OBLQQG\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(95px) translateY(0px); width: 186px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 4; text-align: center;\">",
                  "target": [
                    "#hype-obj-1838O4S5PQS0W2OBLQQG"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"section-prefab_text_w_image-3\" class=\"section odd:tw-bg-gray-200 even:tw-bg-white prefab_text_w_image\">",
                          "target": [
                            "#section-prefab_text_w_image-3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-J4USPBGJB7DMX0ZJUEEE\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-J4USPBGJB7DMX0ZJUEEE"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-XC9BKRSEBALQ4G9H9LZO\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(134px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 9; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-XC9BKRSEBALQ4G9H9LZO"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in number of releases per year</span>",
                  "target": [
                    "#hype-obj-XC9BKRSEBALQ4G9H9LZO > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "19.5pt (26px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 26px;\">50%</span>",
                  "target": [
                    "#hype-obj-NVSCS7XSI6D9LM0QDYET > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">reduction in critical fixes needed</span>",
                  "target": [
                    "#hype-obj-NVSCS7XSI6D9LM0QDYET > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-TNCLXPQQI1FXJDMBOWWL\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(0px); width: 118px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-align: center;\">",
                  "target": [
                    "#hype-obj-TNCLXPQQI1FXJDMBOWWL"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-A4QRINKSRSMEKQK9858C\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 8; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-A4QRINKSRSMEKQK9858C"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">acceleration&nbsp;in planned revenue</span>",
                  "target": [
                    "#hype-obj-A4QRINKSRSMEKQK9858C > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-6HPSLEJWCT938EX5R4U6\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(87px); width: 118px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 7; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-6HPSLEJWCT938EX5R4U6"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in customer retention rate</span>",
                  "target": [
                    "#hype-obj-6HPSLEJWCT938EX5R4U6 > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-G9JK56HEPS39IEN8EH7V\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(268px) translateY(87px); width: 108px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 6; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-G9JK56HEPS39IEN8EH7V"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in conversion rate</span>",
                  "target": [
                    "#hype-obj-G9JK56HEPS39IEN8EH7V > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "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": "#2b2b2b",
                        "contrastRatio": 0,
                        "fontSize": "26.3pt (35px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"title as-h2\">Enterprise-Class Digital Quality Feedback</h2>",
                  "target": [
                    ".column:nth-child(1) > .as-h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-1838O4S5PQS0W2OBLQQG\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(95px) translateY(0px); width: 186px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 4; text-align: center;\">",
                  "target": [
                    "#hype-obj-1838O4S5PQS0W2OBLQQG"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"section-prefab_text_w_image-3\" class=\"section odd:tw-bg-gray-200 even:tw-bg-white prefab_text_w_image\">",
                          "target": [
                            "#section-prefab_text_w_image-3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-J4USPBGJB7DMX0ZJUEEE\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-J4USPBGJB7DMX0ZJUEEE"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-XC9BKRSEBALQ4G9H9LZO\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(134px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 9; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-XC9BKRSEBALQ4G9H9LZO"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in number of releases per year</span>",
                  "target": [
                    "#hype-obj-XC9BKRSEBALQ4G9H9LZO > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "19.5pt (26px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 26px;\">50%</span>",
                  "target": [
                    "#hype-obj-NVSCS7XSI6D9LM0QDYET > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">reduction in critical fixes needed</span>",
                  "target": [
                    "#hype-obj-NVSCS7XSI6D9LM0QDYET > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-TNCLXPQQI1FXJDMBOWWL\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(0px); width: 118px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-align: center;\">",
                  "target": [
                    "#hype-obj-TNCLXPQQI1FXJDMBOWWL"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-A4QRINKSRSMEKQK9858C\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 8; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-A4QRINKSRSMEKQK9858C"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">acceleration&nbsp;in planned revenue</span>",
                  "target": [
                    "#hype-obj-A4QRINKSRSMEKQK9858C > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-6HPSLEJWCT938EX5R4U6\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(87px); width: 118px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 7; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-6HPSLEJWCT938EX5R4U6"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in customer retention rate</span>",
                  "target": [
                    "#hype-obj-6HPSLEJWCT938EX5R4U6 > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"HYPE_element\" id=\"hype-obj-G9JK56HEPS39IEN8EH7V\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(268px) translateY(87px); width: 108px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 6; text-shadow: none; text-align: center;\">",
                  "target": [
                    "#hype-obj-G9JK56HEPS39IEN8EH7V"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#606060",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in conversion rate</span>",
                  "target": [
                    "#hype-obj-G9JK56HEPS39IEN8EH7V > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.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": "<iframe id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=09741154748353176\">",
                  "target": [
                    "iframe[border=\"0\"][frameborder=\"0\"][vspace=\"0\"]:nth-child(1)"
                  ],
                  "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 id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=5344708786249996\">",
                  "target": [
                    "iframe[border=\"0\"][frameborder=\"0\"][vspace=\"0\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"subnav-0\" class=\"subnav backdrop-panel tw-bg-white\">",
                  "target": [
                    "#subnav-0"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Layers-Stacked-1.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"The Applause Platform\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Shipment-Give.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Our Solutions\"][data-section=\"Why Applause\"][target=\"_self\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Briefcase.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Industry Expertise\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Network-User.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"uTest Community\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Business-Deal-Handshake-1.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Partnerships\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-815573-1\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" alt=\"Release Better, Faster\" title=\"we-are-applause-nav-cta\" class=\" transformed-image  lazyload\" aria-hidden=\"false\" data-sizes=\"auto\" width=\"450\" height=\"260\" data-srcset=\"https://www.applause.com/imager/navigation/815573/we-are-applause-nav-cta_W200_H150_Mcrop.webp 200w\">",
                  "target": [
                    "#image-815573-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"subnav-1\" class=\"subnav backdrop-panel tw-bg-white\">",
                  "target": [
                    "#subnav-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"nav-icon lazyload tw-inline-block tw-mb-2\" aria-hidden=\"true\" data-src=\"https://www.applause.com/images/icons/Browser-Page-Text-1.svg\" alt=\"\">",
                  "target": [
                    ".column:nth-child(1) > .tablet\\:tw-mb-6.menus > .tw-m-0 > .no-link.tablet\\:tw-mb-1.tw-pt-1 > .tw-flex > .tw-mb-2.nav-icon[alt=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"nav-icon lazyload tw-inline-block tw-mb-2\" aria-hidden=\"true\" data-src=\"https://www.applause.com/images/icons/Module-Three-1.svg\" alt=\"\">",
                  "target": [
                    ".mini-title[target=\"\"][data-track=\"Our Solutions\"] > .tw-flex > .tw-mb-2.nav-icon[alt=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"nav-icon lazyload tw-inline-block tw-mb-2\" aria-hidden=\"true\" data-src=\"https://www.applause.com/images/icons/Briefcase.svg\" alt=\"\">",
                  "target": [
                    "a[data-track=\"by Industry\"] > .tw-flex > .tw-mb-2.nav-icon[alt=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"nav-icon lazyload tw-inline-block tw-mb-2\" aria-hidden=\"true\" data-src=\"https://www.applause.com/images/icons/Professions-Man-Office-1.svg\" alt=\"\">",
                  "target": [
                    ".tablet\\:tw-mb-6.menus:nth-child(2) > .tw-m-0 > .no-link.tablet\\:tw-mb-1.tw-pt-1 > .tw-flex > .tw-mb-2.nav-icon[alt=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"nav-icon lazyload tw-inline-block tw-mb-2\" aria-hidden=\"true\" data-src=\"https://www.applause.com/images/icons/Responsive-Design-1.svg\" alt=\"\">",
                  "target": [
                    "a[data-track=\"by Technology\"] > .tw-flex > .tw-mb-2.nav-icon[alt=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"subnav-2\" class=\"subnav backdrop-panel tw-bg-white\">",
                  "target": [
                    "#subnav-2"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Business-Team-Goal.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Who We Are\"][data-section=\"About Us\"][target=\"_self\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Real-Estate-Location-Building-Pin.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Where We Are\"][data-section=\"About Us\"][target=\"_self\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Single-Man-Id-Card.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Join Our Team\"][data-section=\"About Us\"][target=\"_self\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Multiple-Actions-Mobilephone.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Pioneers in Crowdtesting\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Light-Bulb-Shine.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Commitment to Innovation\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-812008-3\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" alt=\"The Essential Guide to Crowdtesting\" title=\"mkt2104-essential-crowdtesting-nav-cta\" class=\" transformed-image  lazyload\" aria-hidden=\"false\" data-sizes=\"auto\" width=\"450\" height=\"260\" data-srcset=\"https://www.applause.com/imager/navigation/812008/mkt2104-essential-crowdtesting-nav-cta_W200_H150_Mcrop.webp 200w\">",
                  "target": [
                    "#image-812008-3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"subnav-3\" class=\"subnav backdrop-panel tw-bg-white\">",
                  "target": [
                    "#subnav-3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/undefined.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[href$=\"blog\"][data-track=\"Blog\"][data-section=\"Resources\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/E-Learning-Monitor.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Resource Center\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Multiple-Chat.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Customer Stories\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Paginate-Filter-Video.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Webinars\"][data-section=\"Resources\"][target=\"_self\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Meeting-Team-Monitor.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Product Sessions Live\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"https://www.applause.com/images/icons/Newspaper-Fold.svg\" class=\"lazyload nav-icon\" aria-hidden=\"true\" alt=\"\">",
                  "target": [
                    "a[data-track=\"Newsroom\"][data-section=\"Resources\"][target=\"_self\"] > .nav-icon[alt=\"\"][aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-852334-4\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" alt=\"State of Digital Quality, 2022\" title=\"sdq-summary-nav-cta-small\" class=\" transformed-image  lazyload\" aria-hidden=\"false\" data-sizes=\"auto\" width=\"200\" height=\"150\" data-srcset=\"https://www.applause.com/imager/navigation/852334/sdq-summary-nav-cta-small_W200_H150_Mcrop.webp 200w\">",
                  "target": [
                    "#image-852334-4"
                  ],
                  "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": "<button id=\"mobileNavToggle\" class=\"hamburger hamburger--stack tw-absolute tw-right-0\" type=\"button\" name=\"hamburger-menu\" aria-label=\"Menu Button\" aria-expanded=\"false\"><div class=\"inner\"><span class=\"bar\"></span><span class=\"bar\"></span><span class=\"bar\"></span></div>\n</button>",
                  "target": [
                    "#mobileNavToggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3816-1\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/customer-google.svg\" alt=\"Logo - Google Logo\" title=\"customer-google\" width=\"58\" height=\"19\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3816-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3848-2\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/uber.svg\" alt=\"Logo - Uber Logo\" title=\"uber\" width=\"104\" height=\"36\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3848-2"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3824-3\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/customer-microsoft.svg\" alt=\"Logo - Microsoft Logo\" title=\"customer-microsoft\" width=\"78\" height=\"16\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3824-3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-713455-4\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/peloton.svg\" alt=\"Logo - Peloton\" title=\"peloton\" width=\"120\" height=\"35\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-713455-4"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3828-5\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/customer-paypal.svg\" alt=\"Logo - Paypal Logo\" title=\"customer-paypal\" width=\"65\" height=\"15\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3828-5"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3803-6\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/customer-ebay.svg\" alt=\"Logo - Ebay Logo\" title=\"customer-ebay\" width=\"48\" height=\"21\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3803-6"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-852003-7\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/spotify.svg\" alt=\"Logo - Spotify\" title=\"spotify\" width=\"88\" height=\"27\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-852003-7"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3806-8\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/customer-logos/customer-expedia.svg\" alt=\"Logo - Expedia Logo\" title=\"customer-expedia\" width=\"64\" height=\"18\" class=\"svg-logo tw-mx-auto tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3806-8"
                  ],
                  "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=\"HYPE_scene\" id=\"hype-scene-BJUM6GZFYT2W35HNAYD1\" hype_scene_index=\"0\" style=\"display: none; overflow: hidden; position: absolute; width: 425px; height: 330px;\">",
                  "target": [
                    "#hype-scene-BJUM6GZFYT2W35HNAYD1"
                  ],
                  "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=\"HYPE_scene\" id=\"hype-scene-D0H2NIF486JN0XJ4ORHF\" hype_scene_index=\"2\" aria-hidden=\"true\" style=\"display: none; overflow: hidden; position: absolute; width: 1050px; height: 185px;\">",
                  "target": [
                    "#hype-scene-D0H2NIF486JN0XJ4ORHF"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div style=\"display:none\" aria-hidden=\"true\">",
                  "target": [
                    ".column > div[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-169015-5\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" alt=\"\" title=\"community-two-collage\" class=\"tw-self-center tw-hidden tablet:tw-block lg:tw-block xl:tw-block transformed-image  lazyload\" aria-hidden=\"true\" data-sizes=\"auto\" width=\"500\" height=\"422\" data-srcset=\"https://www.applause.com/imager/siteimages/169015/community-two-collage_W585_Mfit.webp 500w\">",
                  "target": [
                    "#image-169015-5"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img id=\"image-3957-1\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E\" data-src=\"https://www.applause.com/images/global/applause-logo-white.svg\" alt=\"Applause Logo\" title=\"applause-logo-white\" width=\"251\" height=\"39\" class=\"tw-block lazyload\" aria-hidden=\"false\">",
                  "target": [
                    "#image-3957-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"tw-invert svg-icon tw-not-hidden tablet:tw-hidden lazyload\" data-src=\"https://www.applause.com/static/icons/streamline-micro-bold/interface-essential/geometric-shape/interface-geometric-triangle.svg\" aria-hidden=\"true\">",
                  "target": [
                    "a[aria-controls=\"footerMenuOne\"] > .tw-not-hidden.tablet\\:tw-hidden.tw-invert"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"tw-invert svg-icon tw-not-hidden tablet:tw-hidden lazyload\" data-src=\"https://www.applause.com/static/icons/streamline-micro-bold/interface-essential/geometric-shape/interface-geometric-triangle.svg\" aria-hidden=\"true\">",
                  "target": [
                    "a[aria-controls=\"footerMenuTwo\"] > .tw-not-hidden.tablet\\:tw-hidden.tw-invert"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"tw-invert svg-icon tw-not-hidden tablet:tw-hidden lazyload\" data-src=\"https://www.applause.com/static/icons/streamline-micro-bold/interface-essential/geometric-shape/interface-geometric-triangle.svg\" aria-hidden=\"true\">",
                  "target": [
                    "a[aria-controls=\"footerMenuThree\"] > .tw-not-hidden.tablet\\:tw-hidden.tw-invert"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"tw-invert svg-icon tw-not-hidden tablet:tw-hidden lazyload\" data-src=\"https://www.applause.com/static/icons/streamline-micro-bold/interface-essential/geometric-shape/interface-geometric-triangle.svg\" aria-hidden=\"true\">",
                  "target": [
                    "a[aria-controls=\"footerMenuFour\"] > .tw-not-hidden.tablet\\:tw-hidden.tw-invert"
                  ],
                  "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=\"language-list\" class=\"language-list tw-absolute tw-h-auto tw-p-2 tw-bg-white tw-rounded-sm\">",
                  "target": [
                    "#language-list"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"tw-invert svg-icon lazyload\" alt=\"\" data-src=\"https://www.applause.com/static/icons/streamline-micro-bold/interface-essential/geometric-shape/interface-geometric-triangle.svg\" aria-hidden=\"true\">",
                  "target": [
                    ".tw-invert.svg-icon[alt=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"blank_modal\" class=\"blank_modal applause-modal modal-outer\" style=\"display: none;\">",
                  "target": [
                    "#blank_modal"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"qr-code-modal\" class=\"applause-modal modal-outer\" style=\"display: none;\">",
                  "target": [
                    "#qr-code-modal"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img data-src=\"/static/assets/applause-wechat-qr-code.png\" class=\"lazyload tw-block tw-w-full tw-h-auto tw-max-w-[80%] tw-mx-auto\">",
                  "target": [
                    ".tw-max-w-\\[80\\%\\]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"super-cta-form\" class=\"applause-modal modal-outer form-modal-container\" style=\"display: none;\" data-id=\"37937\" data-name=\"super-cta-form\">",
                  "target": [
                    "#super-cta-form"
                  ],
                  "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 src=\"https://bid.g.doubleclick.net/xbbe/pixel?d=KAE\" style=\"display: none;\"></iframe>",
                  "target": [
                    "iframe:nth-child(22)"
                  ],
                  "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": "css-orientation-lock",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag134",
                "wcag21aa",
                "experimental"
              ],
              "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
              "help": "CSS Media queries must not lock display orientation",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/css-orientation-lock?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "css-orientation-lock",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "CSS Orientation lock cannot be determined"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<html lang=\"en-US\" class=\"en-US\" dir=\"ltr\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  CSS Orientation lock cannot be determined"
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "aria-allowed-attr",
              "impact": "critical",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<div id=\"footer-language-switcher\" class=\"closed tw-relative\" aria-expanded=\"false\" aria-label=\"Change Language\" tabindex=\"-1\">",
                  "target": [
                    "#footer-language-switcher"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                }
              ]
            },
            {
              "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": "#3a3a3a",
                        "bgColor": "#fcba00",
                        "contrastRatio": 6.58,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button aria-label=\"Open the contact form\" class=\"button is-primary button--small-cta tw-text-xs tw-font-bold tw-py-2 tw-px-5\" data-modal=\"super-cta-form\" style=\"text-transform: none;\" id=\"button-super-cta-form\" aria-controls=\"\">Get Started</button>",
                          "target": [
                            "#button-super-cta-form"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.58 (foreground color: #3a3a3a, background color: #fcba00, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Open the contact form\" class=\"button is-primary button--small-cta tw-text-xs tw-font-bold tw-py-2 tw-px-5\" data-modal=\"super-cta-form\" style=\"text-transform: none;\" id=\"button-super-cta-form\" aria-controls=\"\">Get Started</button>",
                  "target": [
                    "#button-super-cta-form"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.58 (foreground color: #3a3a3a, background color: #fcba00, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#3a3a3a",
                        "bgColor": "#fcba00",
                        "contrastRatio": 6.58,
                        "fontSize": "9.8pt (13px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button id=\"button-homepage-hero-cta\" class=\"mkto-button button is-primary\" data-referrer=\"2\" data-site=\"english\" data-modal=\"super-cta-form\" data-element=\"37937\" style=\"text-transform: none;\" aria-label=\"Find Out How We Can Help\" aria-controls=\"super-cta-form\">Find Out How We Can Help</button>",
                          "target": [
                            "#button-homepage-hero-cta"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.58 (foreground color: #3a3a3a, background color: #fcba00, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"button-homepage-hero-cta\" class=\"mkto-button button is-primary\" data-referrer=\"2\" data-site=\"english\" data-modal=\"super-cta-form\" data-element=\"37937\" style=\"text-transform: none;\" aria-label=\"Find Out How We Can Help\" aria-controls=\"super-cta-form\">Find Out How We Can Help</button>",
                  "target": [
                    "#button-homepage-hero-cta"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.58 (foreground color: #3a3a3a, background color: #fcba00, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0267a2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.06,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"section-prefab_text_w_video-1\" class=\"section odd:tw-bg-gray-200 even:tw-bg-white prefab_text_w_video\">",
                          "target": [
                            "#section-prefab_text_w_video-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.06 (foreground color: #0267a2, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"sub-title as-h1\">Integrates Seamlessly into Your Workflow, with No Overhead</h3>",
                  "target": [
                    ".column:nth-child(1) > .sub-title.as-h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.06 (foreground color: #0267a2, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0272b4",
                        "contrastRatio": 5.16,
                        "fontSize": "9.8pt (13px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"fake-video-button click-track button is-secondary tw-mt-6\" data-label=\"Learn About Our Approach to Digital Quality\" data-category=\"Page Navigation\" data-action=\"button\" aria-label=\"Learn About Our Approach to Digital Quality\" target=\"_blank\" data-video=\"\" title=\"Learn About Our Approach to Digital Quality\" role=\"button\" href=\"#\">",
                          "target": [
                            ".fake-video-button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"fake-video-button click-track button is-secondary tw-mt-6\" data-label=\"Learn About Our Approach to Digital Quality\" data-category=\"Page Navigation\" data-action=\"button\" aria-label=\"Learn About Our Approach to Digital Quality\" target=\"_blank\" data-video=\"\" title=\"Learn About Our Approach to Digital Quality\" role=\"button\" href=\"#\">",
                  "target": [
                    ".fake-video-button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0272b4",
                        "contrastRatio": 5.16,
                        "fontSize": "9.8pt (13px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"button is-secondary\" role=\"button\" onclick=\"$.applause.handleEventTracking('Page Navigation', 'Button', 'See How We Help Your Industry')\" href=\"https://www.applause.com/industry-expertise\" aria-label=\"See How We Help Your Industry\" target=\"_self\">See How We Help Your Industry</a>",
                          "target": [
                            "a[aria-label=\"See How We Help Your Industry\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"button is-secondary\" role=\"button\" onclick=\"$.applause.handleEventTracking('Page Navigation', 'Button', 'See How We Help Your Industry')\" href=\"https://www.applause.com/industry-expertise\" aria-label=\"See How We Help Your Industry\" target=\"_self\">See How We Help Your Industry</a>",
                  "target": [
                    "a[aria-label=\"See How We Help Your Industry\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#606060",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.28,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"section-prefab_text_w_image-3\" class=\"section odd:tw-bg-gray-200 even:tw-bg-white prefab_text_w_image\">",
                          "target": [
                            "#section-prefab_text_w_image-3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.28 (foreground color: #606060, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 12px; font-weight: normal;\">increase in testing capacity</span>",
                  "target": [
                    "#hype-obj-J4USPBGJB7DMX0ZJUEEE > font > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.28 (foreground color: #606060, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0272b4",
                        "contrastRatio": 5.16,
                        "fontSize": "9.8pt (13px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"button is-secondary\" role=\"button\" onclick=\"$.applause.handleEventTracking('Page Navigation', 'Button', 'Learn How We Help Brands Like Yours')\" href=\"https://www.applause.com/customers\" aria-label=\"Learn How We Help Brands Like Yours\" target=\"_self\">Learn How We Help Brands Like Yours</a>",
                          "target": [
                            ".sm\\:tw-text-center.tw-w-full > .section-blocks-cta.button-container.tw-mt-6 > .is-secondary.button[role=\"button\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"button is-secondary\" role=\"button\" onclick=\"$.applause.handleEventTracking('Page Navigation', 'Button', 'Learn How We Help Brands Like Yours')\" href=\"https://www.applause.com/customers\" aria-label=\"Learn How We Help Brands Like Yours\" target=\"_self\">Learn How We Help Brands Like Yours</a>",
                  "target": [
                    ".sm\\:tw-text-center.tw-w-full > .section-blocks-cta.button-container.tw-mt-6 > .is-secondary.button[role=\"button\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0272b4",
                        "contrastRatio": 5.16,
                        "fontSize": "9.8pt (13px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a onclick=\"$.applause.handleEventTracking('Page Navigation', 'button', 'Register Now - Accessibility Now Means Less Pain Later')\" target=\"_blank\" class=\"button is-secondary tw-mt-6\" role=\"button\" title=\"Register Now-Accessibility Now Means Less Pain Later\" href=\"https://go.applause.com/accessibility-now-means-less-pain-later.html?mc=null&amp;ls=null&amp;lc=null&amp;cc=null&amp;orig_mc=null&amp;orig_ls=null&amp;orig_lc=null&amp;orig_cc=null&amp;utm_campaign=null&amp;utm_medium=null&amp;utm_source=null&amp;orig_utm_campaign=null&amp;orig_utm_medium=null&amp;orig_utm_source=null&amp;gclid=null\" rel=\"noopener\" data-href=\"https://go.applause.com/accessibility-now-means-less-pain-later.html\">",
                          "target": [
                            ".is-secondary[rel=\"noopener\"][target=\"_blank\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a onclick=\"$.applause.handleEventTracking('Page Navigation', 'button', 'Register Now - Accessibility Now Means Less Pain Later')\" target=\"_blank\" class=\"button is-secondary tw-mt-6\" role=\"button\" title=\"Register Now-Accessibility Now Means Less Pain Later\" href=\"https://go.applause.com/accessibility-now-means-less-pain-later.html?mc=null&amp;ls=null&amp;lc=null&amp;cc=null&amp;orig_mc=null&amp;orig_ls=null&amp;orig_lc=null&amp;orig_cc=null&amp;utm_campaign=null&amp;utm_medium=null&amp;utm_source=null&amp;orig_utm_campaign=null&amp;orig_utm_medium=null&amp;orig_utm_source=null&amp;gclid=null\" rel=\"noopener\" data-href=\"https://go.applause.com/accessibility-now-means-less-pain-later.html\">",
                  "target": [
                    ".is-secondary[rel=\"noopener\"][target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0267a2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.06,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"section-prefab_text_w_image-5\" class=\"section odd:tw-bg-gray-200 even:tw-bg-white prefab_text_w_image\">",
                          "target": [
                            "#section-prefab_text_w_image-5"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.06 (foreground color: #0267a2, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"sub-title as-h1\">Vetted Experts Available on Demand and Across the Globe</h3>",
                  "target": [
                    ".tablet\\:tw-w-1\\/2.tw-w-full.tw-relative:nth-child(1) > .sub-title.as-h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.06 (foreground color: #0267a2, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0272b4",
                        "contrastRatio": 5.16,
                        "fontSize": "9.8pt (13px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"button is-secondary\" role=\"button\" onclick=\"$.applause.handleEventTracking('Page Navigation', 'Button', 'Learn More About Our Community')\" href=\"https://www.applause.com/our-community\" aria-label=\"Learn More About Our Community\" target=\"_self\">Learn More About Our Community</a>",
                          "target": [
                            ".tablet\\:tw-w-1\\/2.tw-w-full.tw-relative:nth-child(1) > .section-blocks-cta.button-container.tw-mt-6 > .is-secondary.button[role=\"button\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"button is-secondary\" role=\"button\" onclick=\"$.applause.handleEventTracking('Page Navigation', 'Button', 'Learn More About Our Community')\" href=\"https://www.applause.com/our-community\" aria-label=\"Learn More About Our Community\" target=\"_self\">Learn More About Our Community</a>",
                  "target": [
                    ".tablet\\:tw-w-1\\/2.tw-w-full.tw-relative:nth-child(1) > .section-blocks-cta.button-container.tw-mt-6 > .is-secondary.button[role=\"button\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #0272b4, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "duplicate-id",
              "impact": "minor",
              "tags": [
                "cat.parsing",
                "wcag2a",
                "wcag411"
              ],
              "description": "Ensures every id attribute value is unique",
              "help": "id attribute value must be unique",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/duplicate-id?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "rfi_tc_ifr_20833356",
                      "relatedNodes": [
                        {
                          "html": "<iframe id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=5344708786249996\">",
                          "target": [
                            "iframe[border=\"0\"][frameborder=\"0\"][vspace=\"0\"]:nth-child(2)"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: rfi_tc_ifr_20833356"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<iframe id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=09741154748353176\">",
                  "target": [
                    "iframe[border=\"0\"][frameborder=\"0\"][vspace=\"0\"]:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: rfi_tc_ifr_20833356"
                }
              ]
            },
            {
              "id": "label-content-name-mismatch",
              "impact": "serious",
              "tags": [
                "cat.semantics",
                "wcag21a",
                "wcag253",
                "experimental"
              ],
              "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
              "help": "Elements must have their visible text as part of their accessible name",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/label-content-name-mismatch?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Open the contact form\" class=\"button is-primary button--small-cta tw-text-xs tw-font-bold tw-py-2 tw-px-5\" data-modal=\"super-cta-form\" style=\"text-transform: none;\" id=\"button-super-cta-form\" aria-controls=\"\">Get Started</button>",
                  "target": [
                    "#button-super-cta-form"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.applause.com/",
      "result": {
        "Error": {
          "AA.1_1_1.H30.2": {
            "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"tw-text-blue-500 hover:tw-text-blue-700 hover:tw-underline\" href=\"weixin://dl/chat?Applause_China\">...</a>"
              }
            ]
          },
          "AA.1_3_1.H49.Font": {
            "Presentational markup used that has become obsolete in HTML5.": [
              {
                "tagName": "font",
                "id": "",
                "code": "<font color=\"#606060\">...</font>"
              }
            ]
          },
          "AA.2_4_1.G1,G123,G124.NoSuchID": {
            "This link points to a named anchor \"/\" within the document, but no anchor exists with that name.": [
              {
                "tagName": "a",
                "id": "#wechat-link",
                "code": "<a id=\"wechat-link\" data-track=\"WeChat\" data-section=\"Social\" href=\"#/\" class=\"under-link hover:tw-text-underline tablet:tw-px-0 tablet:tw-py-3 tw-inline-block tw-px-4 tw-py-2 tw-text-xs tw-font-normal tw-text-white\">...</a>"
              }
            ]
          },
          "AA.2_4_1.H64.1": {
            "Iframe element requires a non-empty title attribute that identifies the frame.": [
              {
                "tagName": "iframe",
                "id": "#rfi_tc_ifr_20833356",
                "code": "<iframe id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=24185825103677017\">...</iframe>"
              },
              {
                "tagName": "iframe",
                "id": "#rfi_tc_ifr_20833356",
                "code": "<iframe id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=6214160418774786\">...</iframe>"
              }
            ]
          },
          "AA.4_1_1.F77": {
            "Duplicate id attribute value \"rfi_tc_ifr_20833356\" found on the web page.": [
              {
                "tagName": "iframe",
                "id": "#rfi_tc_ifr_20833356",
                "code": "<iframe id=\"rfi_tc_ifr_20833356\" border=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" style=\"display:none;padding:0;margin:0\" width=\"0\" height=\"0\" src=\"https://20833356p.rfihub.com/ca.html?ver=9&amp;rb=44135&amp;ca=20833356&amp;_o=44135&amp;_t=20833356&amp;pe=https%3A%2F%2Fwww.applause.com%2F&amp;pf=&amp;ra=6214160418774786\">...</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=\"real-video-button video-play-button\" data-video=\"0sxiqh1891\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "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": "#legal-links",
                "code": "<div id=\"legal-links\" class=\"column legal-links tablet:tw-ml-2 tw-self-center tw-text-right tw-text-white\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"tw-text-center\">...</div>"
              }
            ]
          },
          "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": "div",
                "id": "#blank_modal",
                "code": "<div id=\"blank_modal\" class=\"blank_modal applause-modal modal-outer\" style=\"display: none;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#qr-code-modal",
                "code": "<div id=\"qr-code-modal\" class=\"applause-modal modal-outer\" style=\"display: none;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#super-cta-form",
                "code": "<div id=\"super-cta-form\" class=\"applause-modal modal-outer form-modal-container\" style=\"display: none;\" data-id=\"37937\" data-name=\"super-cta-form\">...</div>"
              }
            ]
          },
          "AA.1_4_3.G145.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.": [
              {
                "tagName": "div",
                "id": "#hype-obj-1OUOGOTAKSS94OAKRUQF",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-1OUOGOTAKSS94OAKRUQF\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 8; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-23CYHMI4B3SDCTX60N1F",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-23CYHMI4B3SDCTX60N1F\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(134px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 9; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-87GWJ08NSWDNV838WKWH",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-87GWJ08NSWDNV838WKWH\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(87px); width: 118px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 7; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-EPQM8MLVTIWC3HBJIO6U",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-EPQM8MLVTIWC3HBJIO6U\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-VCO5M6IZ6LPCBBDW92ON",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-VCO5M6IZ6LPCBBDW92ON\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(268px) translateY(87px); width: 108px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 6; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"font-size: 26px;\">...</span>"
              }
            ]
          },
          "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": "div",
                "id": "#hype-obj-35CRG45MNPVSQ5UHA3AM",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-35CRG45MNPVSQ5UHA3AM\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(95px) translateY(0px); width: 186px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 4; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-KPAMJ6EYIF2Y01GM4WQD",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-KPAMJ6EYIF2Y01GM4WQD\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(0px); width: 118px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-align: center;\">...</div>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"font-size: 12px; font-weight: normal;\">...</span>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.BGColour": {
            "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.": [
              {
                "tagName": "button",
                "id": "#wistia-0sxiqh1891_popover_popover_close_button",
                "code": "<button id=\"wistia-0sxiqh1891_popover_popover_close_button\" class=\"wistia_placebo_close_button\" alt=\"Close\" role=\"button\" tabindex=\"-1\" aria-label=\"Close\" style=\"background: transparent; border: none; cursor: pointer; height: 18px; left: -99999px; opacity: 0; position: absolute; top: 0px; width: 21px; z-index: 10002; overflow: hidden; margin: 0px; padding: 0px;\">...</button>"
              },
              {
                "tagName": "div",
                "id": "#wistia_94.big_play_button_graphic",
                "code": "<div id=\"wistia_94.big_play_button_graphic\" tabindex=\"0\" role=\"button\" aria-label=\"Play\" style=\"background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC&quot;) 0px 0px / 127px 81px no-repeat transparent; cursor: pointer; display: block; height: 81px; outline: none; position: absolute; width: 127px; z-index: 1; left: 497px; top: 275px; pointer-events: none;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#wistia_94_external_player",
                "code": "<div id=\"wistia_94_external_player\" style=\"background: rgb(0, 0, 0); display: block; height: 100%; position: relative; width: 100%;\">...</div>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "div",
                "id": "#hype-obj-1OUOGOTAKSS94OAKRUQF",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-1OUOGOTAKSS94OAKRUQF\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 8; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-23CYHMI4B3SDCTX60N1F",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-23CYHMI4B3SDCTX60N1F\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(134px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 9; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-35CRG45MNPVSQ5UHA3AM",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-35CRG45MNPVSQ5UHA3AM\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(95px) translateY(0px); width: 186px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 4; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-6PEFTPWHWZ2GHH9K9HHL",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-6PEFTPWHWZ2GHH9K9HHL\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(268px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 8; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-87GWJ08NSWDNV838WKWH",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-87GWJ08NSWDNV838WKWH\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(87px); width: 118px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 7; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-EPQM8MLVTIWC3HBJIO6U",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-EPQM8MLVTIWC3HBJIO6U\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(0px) translateY(87px); width: 109px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-KPAMJ6EYIF2Y01GM4WQD",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-KPAMJ6EYIF2Y01GM4WQD\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(129px) translateY(0px); width: 118px; height: 13px; position: absolute; padding: 8px; color: rgb(27, 27, 27); display: inline; font-family: proxima_nova; font-size: 14px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 10; text-align: center;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#hype-obj-VCO5M6IZ6LPCBBDW92ON",
                "code": "<div class=\"HYPE_element\" id=\"hype-obj-VCO5M6IZ6LPCBBDW92ON\" hype_scene_index=\"1\" style=\"pointer-events: auto; transform-origin: 50% 50%; transform: translateX(268px) translateY(87px); width: 108px; height: 70px; position: absolute; padding: 8px; color: rgb(255, 255, 255); display: inline; font-family: proxima_nova; font-size: 24px; line-height: 12px; overflow-wrap: break-word; font-weight: bold; overflow: visible; z-index: 6; text-shadow: none; text-align: center;\">...</div>"
              },
              {
                "tagName": "font",
                "id": "",
                "code": "<font color=\"#606060\">...</font>"
              }
            ]
          },
          "AA.2_5_3.F96": {
            "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"p-0 cta-link hover tw-block\" href=\"https://go.applause.com/essential-guide-to-software-crowdtesting.html?mc=null&amp;ls=null&amp;lc=null&amp;cc=null&amp;orig_mc=null&amp;orig_ls=null&amp;orig_lc=null&amp;orig_cc=null&amp;utm_campaign=null&amp;utm_medium=null&amp;utm_source=null&amp;orig_utm_campaign=null&amp;orig_utm_medium=null&amp;orig_utm_source=null&amp;gclid=null\" target=\"_self\" aria-label=\"Learn More - The Essential Guide to Crowdtesting\" data-section=\"About Us\" data-track=\"CTA - The\\u0020Essential\\u0020Guide\\u0020to\\u0020Crowdtesting\" rel=\"noopener\" data-href=\"https://go.applause.com/essential-guide-to-software-crowdtesting.html\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"p-0 cta-link hover tw-block\" href=\"https://www.applause.com/resources/videos/release-faster-with-confidence\" target=\"_self\" aria-label=\"Watch Now - Release Better, Faster\" data-section=\"Why Applause\" data-track=\"CTA - Release\\u0020Better,\\u0020Faster\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"p-0 cta-link hover tw-block\" href=\"https://www.applause.com/state-of-digital-quality-2022\" target=\"_blank\" aria-label=\"Read Now - State of Digital Quality, 2022\" data-section=\"Resources\" data-track=\"CTA - State\\u0020of\\u0020Digital\\u0020Quality,\\u00202022\">...</a>"
              },
              {
                "tagName": "button",
                "id": "#button-super-cta-form",
                "code": "<button aria-label=\"Open the contact form\" class=\"button is-primary button--small-cta tw-text-xs tw-font-bold tw-py-2 tw-px-5\" data-modal=\"super-cta-form\" style=\"text-transform: none;\" id=\"button-super-cta-form\" aria-controls=\"\">...</button>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#content-top",
                "code": "<a id=\"content-top\" name=\"content-top\">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.applause.com/",
      "result": {
        "content": {
          "totals": {
            "violation": 5,
            "recommendation": 6,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/head[1]/div[2]/style[1]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"\" that is empty",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style type=\"text/css\" id=\"\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/head[1]/div[1]/style[1]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"\" that is empty",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style type=\"text/css\" id=\"\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/style[1]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"\" that is empty",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style type=\"text/css\" id=\"\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/style[1]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"\" that is empty",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style type=\"text/css\" id=\"\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/footer[1]/div[2]/section[1]/div[1]/div[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The ARIA attribute 'aria-expanded' is not valid for the element <div> with ARIA role 'none'",
              "bounds": {
                "left": 139,
                "top": 3430,
                "height": 42,
                "width": 226
              },
              "snippet": "<div tabindex=\"-1\" aria-label=\"Change Language\" aria-expanded=\"false\" class=\"closed tw-relative\" id=\"footer-language-switcher\">",
              "level": "violation"
            },
            {
              "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=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]/svg[1]",
                "aria": "/document[1]/main[1]/graphics-document[1]"
              },
              "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
              "bounds": {
                "left": 360,
                "top": 1322,
                "height": 80,
                "width": 80
              },
              "snippet": "<svg xml:space=\"preserve\" enable-background=\"new 0 0 104 104\" viewBox=\"0 0 104 104\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[5]/button[1]",
                "aria": "/document[1]/dialog[6]/button[2]"
              },
              "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
              "bounds": {
                "left": -99999,
                "top": 0,
                "height": 18,
                "width": 21
              },
              "snippet": "<button style=\"background: transparent; border: none; cursor: pointer; height: 18px; left: -99999px; opacity: 0; position: absolute; top: 0px; width: 21px; z-index: 10002; overflow: hidden; margin: 0px; padding: 0px;\" aria-label=\"Close\" tabindex=\"-1\" role=\"button\" alt=\"Close\" class=\"wistia_placebo_close_button\" id=\"wistia-0sxiqh1891_popover_popover_close_button\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 121,
                "height": 2997,
                "width": 800
              },
              "snippet": "<main class=\"tw-flex-1 tw-relative\" role=\"main\" id=\"content\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 48,
                "height": 73,
                "width": 800
              },
              "snippet": "<header class=\"tw-sticky tw-top-0 tw-z-20 tw-w-full tw-bg-white\" role=\"banner\" id=\"header-bar\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/footer[1]/div[1]/section[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 139,
                "top": 3154,
                "height": 220,
                "width": 522
              },
              "snippet": "<nav role=\"navigation\" aria-label=\"Navigation, Footer\" class=\"footer-navigation qr-code-modal tablet:tw-grid-cols-4 tablet:tw-col-span-4 tw-justify-items-end  tablet:tw-col-start-3\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 3,
            "recommendation": 7,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/head[1]/div[2]/style[1]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"\" that is empty",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style type=\"text/css\" id=\"\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/head[1]/div[1]/style[1]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"\" that is empty",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style type=\"text/css\" id=\"\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/section[1]/div[1]/div[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The ARIA attribute 'aria-expanded' is not valid for the element <div> with ARIA role 'none'",
              "bounds": {
                "left": 139,
                "top": 3613,
                "height": 42,
                "width": 226
              },
              "snippet": "<div tabindex=\"-1\" aria-label=\"Change Language\" aria-expanded=\"false\" class=\"closed tw-relative\" id=\"footer-language-switcher\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[36]",
                "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=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[3]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"ie=edge\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]/svg[1]",
                "aria": "/document[1]/main[1]/graphics-document[1]"
              },
              "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
              "bounds": {
                "left": 360,
                "top": 1390,
                "height": 80,
                "width": 80
              },
              "snippet": "<svg xml:space=\"preserve\" enable-background=\"new 0 0 104 104\" viewBox=\"0 0 104 104\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[3]/button[1]",
                "aria": "/document[1]/dialog[4]/button[2]"
              },
              "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
              "bounds": {
                "left": -99999,
                "top": 0,
                "height": 34,
                "width": 34
              },
              "snippet": "<button style=\"background: transparent; border: none; cursor: pointer; height: 34px; left: -99999px; opacity: 0; position: absolute; top: 0px; width: 34px; z-index: 10002; overflow: hidden; margin: 0px; padding: 0px;\" aria-label=\"Close\" tabindex=\"-1\" role=\"button\" alt=\"Close\" class=\"wistia_placebo_close_button\" id=\"wistia-0sxiqh1891_popover_popover_close_button\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 73,
                "height": 3228,
                "width": 800
              },
              "snippet": "<main class=\"tw-flex-1 tw-relative\" role=\"main\" id=\"content\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 73,
                "width": 800
              },
              "snippet": "<header class=\"tw-sticky tw-top-0 tw-z-20 tw-w-full tw-bg-white\" role=\"banner\" id=\"header-bar\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 139,
                "top": 3337,
                "height": 220,
                "width": 522
              },
              "snippet": "<nav role=\"navigation\" aria-label=\"Navigation, Footer\" class=\"footer-navigation qr-code-modal tablet:tw-grid-cols-4 tablet:tw-col-span-4 tw-justify-items-end  tablet:tw-col-start-3\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.applause.com/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Release Faster, With Confidence - Applause",
          "pageurl": "https://www.applause.com/",
          "time": 5.63,
          "creditsremaining": 267,
          "allitemcount": 218,
          "totalelements": 1032,
          "waveurl": "http://wave.webaim.org/report?url=https://www.applause.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 5,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > ASIDE:first-child + HEADER + A + MAIN + FOOTER > DIV:first-child > SECTION:first-child > DIV:first-child + NAV > DIV:first-child > A:first-child > H3:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#app > ASIDE:first-child + HEADER + A + MAIN + FOOTER > DIV:first-child > SECTION:first-child > DIV:first-child + NAV > DIV:first-child + DIV > A:first-child > H3:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#app > ASIDE:first-child + HEADER + A + MAIN + FOOTER > DIV:first-child > SECTION:first-child > DIV:first-child + NAV > DIV:first-child + DIV + DIV > A:first-child > H3:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#app > ASIDE:first-child + HEADER + A + MAIN + FOOTER > DIV:first-child > SECTION:first-child > DIV:first-child + NAV > DIV:first-child + DIV + DIV + DIV > A:first-child > H3:first-child + IMG"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "alt_link_missing": {
                "id": "alt_link_missing",
                "description": "Linked image missing alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > DIV#modals > DIV#qr-code-modal > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + DIV > A:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 6,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 6,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-3 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#mkt0675-dev-qa-business-benefits-en-v8 > DIV#hype-scene-D1OSRG7OIPCJ2EZEL91F > DIV:first-child > DIV#hype-obj-E6KI3X1ZIQBUJUW012H0 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV#hype-obj-VE2Z7P74NU41DHFE46O0",
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-3 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#mkt0675-dev-qa-business-benefits-en-v8 > DIV#hype-scene-D1OSRG7OIPCJ2EZEL91F > DIV:first-child > DIV#hype-obj-E6KI3X1ZIQBUJUW012H0 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#hype-obj-UYF6BLZMFVQKCLWL13XG",
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-3 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#mkt0675-dev-qa-business-benefits-en-v8 > DIV#hype-scene-D1OSRG7OIPCJ2EZEL91F > DIV:first-child > DIV#hype-obj-E6KI3X1ZIQBUJUW012H0 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#hype-obj-NIROTKFUN3C26R8VR0ZS > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-3 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#mkt0675-dev-qa-business-benefits-en-v8 > DIV#hype-scene-D1OSRG7OIPCJ2EZEL91F > DIV:first-child + DIV > DIV#hype-obj-Z59GNON65N8I6M248KI8 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV#hype-obj-H13Q0ZTJUCNH2ROGJ6Q6",
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-3 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#mkt0675-dev-qa-business-benefits-en-v8 > DIV#hype-scene-D1OSRG7OIPCJ2EZEL91F > DIV:first-child + DIV > DIV#hype-obj-Z59GNON65N8I6M248KI8 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#hype-obj-03KGC6WJ5MDIVEHRDG4H",
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-3 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#mkt0675-dev-qa-business-benefits-en-v8 > DIV#hype-scene-D1OSRG7OIPCJ2EZEL91F > DIV:first-child + DIV > DIV#hype-obj-Z59GNON65N8I6M248KI8 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#hype-obj-SGDY20FCVBYD7XNYK0QA"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 14,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > HEADER#header-bar > DIV:first-child > A:first-child + NAV > UL#menu-bar > LI#tab-why-applause > DIV#subnav-0 > DIV:first-child > UL:first-child + DIV > A:first-child > PICTURE:first-child > IMG#image-815573-1",
                  "HTML > HEAD:first-child + BODY > DIV#app > HEADER#header-bar > DIV:first-child > A:first-child + NAV > UL#menu-bar > LI#tab-about-us > DIV#subnav-2 > DIV:first-child > UL:first-child + DIV > A:first-child > PICTURE:first-child > IMG#image-812008-3",
                  "HTML > HEAD:first-child + BODY > DIV#app > HEADER#header-bar > DIV:first-child > A:first-child + NAV > UL#menu-bar > LI#tab-resources > DIV#subnav-3 > DIV:first-child > UL:first-child + DIV > A:first-child > PICTURE:first-child > IMG#image-852334-4"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "image_title": {
                "id": "image_title",
                "description": "Image with title",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_video-1 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#wistia-0sxiqh1891 > DIV#wistia_55.thumb_container > A:first-child > svg:first-child + DIV > PICTURE:first-child > IMG#image-813701-1",
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_image-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > PICTURE:first-child > IMG#image-169015-5"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > DIV#modals > DIV#qr-code-modal > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + DIV > A:first-child + BR + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_pdf": {
                "id": "link_pdf",
                "description": "Link to PDF document",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > ASIDE:first-child + HEADER + A + MAIN + FOOTER > DIV:first-child + DIV > SECTION:first-child > DIV#legal-links > A:first-child + A + A + A"
                ],
                "wcag": []
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + SCRIPT + DIV + SCRIPT + DIV + IFRAME + IFRAME + DIV + DIV + DIV + SCRIPT + DIV + SCRIPT + DIV + SCRIPT + SCRIPT + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + SCRIPT + DIV + SCRIPT + DIV + IFRAME + IFRAME + DIV + DIV + DIV + SCRIPT + DIV + SCRIPT + DIV + SCRIPT + SCRIPT + NOSCRIPT + SCRIPT + SCRIPT + NOSCRIPT"
                ],
                "wcag": []
              },
              "underline": {
                "id": "underline",
                "description": "Underlined text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > HEADER#header-bar > DIV:first-child > A:first-child + NAV > UL#menu-bar > LI#tab-why-applause > DIV#subnav-0 > DIV:first-child > UL:first-child + DIV > A:first-child > PICTURE:first-child + DIV + P + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#app > HEADER#header-bar > DIV:first-child > A:first-child + NAV > UL#menu-bar > LI#tab-about-us > DIV#subnav-2 > DIV:first-child > UL:first-child + DIV > A:first-child > PICTURE:first-child + DIV + P + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#app > HEADER#header-bar > DIV:first-child > A:first-child + NAV > UL#menu-bar > LI#tab-resources > DIV#subnav-3 > DIV:first-child > UL:first-child + DIV > A:first-child > PICTURE:first-child + DIV + P + DIV"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#app > MAIN#content > DIV#homepage > DIV#section-prefab_text_w_video-1 > DIV:first-child > DIV:first-child > DIV:first-child > H2:first-child + H3 + DIV + DIV > DIV:first-child > A:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.applause.com/",
      "what": "URL",
      "result": "https://www.applause.com/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.applause.com/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.061",
        "responseTime": "2022-07-09T14:30:24.872Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1110993,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 49,
              "totalWarnings": 2,
              "totalIssues": 51
            },
            "issuesByLevel": {
              "A": {
                "count": 34,
                "pct": 66.67
              },
              "AA": {
                "count": 13,
                "pct": 25.49
              },
              "AAA": {
                "count": 51,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 5,
              "warningDensity": 0,
              "allDensity": 5
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "4558c3a1-49b3-4a8b-ad5d-54bac8fdecdb",
          "docID": "06b961f1-d32e-438b-d9a6-b87ae3f62d42",
          "sourceHash": "95321a7ef4e66b7f8877d8320fb86a55",
          "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=4558c3a1-49b3-4a8b-ad5d-54bac8fdecdb",
          "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": 3794
                },
                "height": 3794,
                "width": 1024
              },
              "position": {
                "line": 2674,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"init tw-box-content body--homepage\"&gt; &lt;!-- Google Tag Manager (noscript) --&gt; &lt;noscript&gt;&lt;iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5QTCW9B\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"&gt;&",
              "xpath": "/html/body",
              "issueID": "1a3ad0b3c5cb21fcb7c3d7735c6b642b",
              "signature": "2ea35512fb3fe8dae85343ebf00781e7",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=1a3ad0b3c5cb21fcb7c3d7735c6b642b"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8369,
                "column": 1
              },
              "errorSnippet": "&lt;a class=\"tw-text-blue-500 hover:tw-text-blue-700 hover:tw-underline\" href=\"weixin://dl/chat?Applause_China\"&gt;&lt;img data-src=\"/static/assets/applause-wechat-qr-code.png\" class=\"lazyload tw-block tw-w-full tw-h-auto tw-max-w-[80%] tw-mx-auto\"&gt;&l",
              "xpath": "/html/body/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "d0345ffb1907d6f0773e2b217eea3ff3",
              "signature": "912d680dc662b3bf0303af5187975b95",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d0345ffb1907d6f0773e2b217eea3ff3"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 144.5,
                  "y": 517
                },
                "bottom-right": {
                  "x": 398.5,
                  "y": 533
                },
                "height": 16,
                "width": 254
              },
              "position": {
                "line": 6796,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fake-video-button click-track button is-secondary tw-mt-6\" data-label=\"Learn About Our Approach to Digital Quality\" data-category=\"Page Navigation\" data-action=\"button\" aria-label=\"Learn About Our Approach to Digital Quality\" target=\"_blank\"",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "c4322f0a4915d9e9de563821a2b78248",
              "signature": "7badcd00a4dba226e5763944a5eb8f81",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c4322f0a4915d9e9de563821a2b78248"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 40,
                  "y": 18
                },
                "height": 18,
                "width": 40
              },
              "position": {
                "line": 8354,
                "column": 1
              },
              "errorSnippet": "&lt;a id=\"current-language\" class=\"current-language tw-text-white tw-text-xs tw-py-3 tw-px-1 tw-pr-4\" name=\"current-language\" href=\"#current-language\" alt=\"english\" title=\"english\" role=\"button\" aria-controls=\"language-list\" tabindex=\"0\" aria-label=\"engl",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "f0e5167c9842ef39e365d3a47a94c206",
              "signature": "67f8435e25aee19ba177a39a7c90354c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f0e5167c9842ef39e365d3a47a94c206"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 11px; font-weight: normal;\"&gt;increase in testing capacity&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[8]/div[1]/font[1]/span[1]",
              "issueID": "9788369b61315feb8f8916b3f6465256",
              "signature": "2cc02298d3791a8cc8dfd1c51ebc9291",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=9788369b61315feb8f8916b3f6465256"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 11px; font-weight: normal;\"&gt;increase in number of releases per year&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[9]/div[1]/font[1]/span[1]",
              "issueID": "3734d54c1930dca79770e5081cf5e319",
              "signature": "5b298d5b24b703bed37cb5d860fe6785",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=3734d54c1930dca79770e5081cf5e319"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 11px; font-weight: normal;\"&gt;reduction in critical fixes needed&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[10]/div[1]/font[1]/span[1]",
              "issueID": "c64f849ba98ff3e2f25696231a8f7001",
              "signature": "78018cf41353dccf6e76d8bfb2dbf041",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=c64f849ba98ff3e2f25696231a8f7001"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 11px; font-weight: normal;\"&gt;acceleration in planned revenue&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[17]/div[1]/font[1]/span[1]",
              "issueID": "7d8a4bcc99ba3d9dad6c89cb4fa4fb70",
              "signature": "22b9407c60851b7f28657a382e2cc68d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=7d8a4bcc99ba3d9dad6c89cb4fa4fb70"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 11px; font-weight: normal;\"&gt;increase in customer retention rate&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[18]/div[1]/font[1]/span[1]",
              "issueID": "e8147cdbb486df8dc33297a893031e46",
              "signature": "cc3acf07316b892b58b8fcb2aafdb543",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=e8147cdbb486df8dc33297a893031e46"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 11px; font-weight: normal;\"&gt;increase in conversation rate&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[19]/div[1]/font[1]/span[1]",
              "issueID": "9a6e36f05013fe296836a86196931ae0",
              "signature": "990d6e8110b4089287df35d294b5f3af",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=9a6e36f05013fe296836a86196931ae0"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 638,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"hover inner-link tw-flex\" href=\"https://www.applause.com/applause-testing-platform\" target=\"_self\" data-section=\"Why Applause\" data-track=\"The Applause Platform\"&gt;\n&lt;img data-src=\"https://www.applause.com/images/icons/Layers-Stacked-1.sv",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "8a80b942ed6a3991d649a895deca7b39",
              "signature": "32a566e30150335ea01b68eb4c3e0b23",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=8a80b942ed6a3991d649a895deca7b39"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 639,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"hover inner-link tw-flex\" href=\"https://www.applause.com/our-community\" target=\"_self\" data-section=\"Why Applause\" data-track=\"uTest Community\"&gt;\n&lt;img data-src=\"https://www.applause.com/images/icons/Network-User.svg\" class=\"lazyload nav",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "969250173f1733aaabf95d3a8772b0cf",
              "signature": "f9901f50c4d387c2ecc80e6ebfe1cfb1",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=969250173f1733aaabf95d3a8772b0cf"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 639,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"hover inner-link tw-flex\" href=\"https://www.applause.com/partnerships\" target=\"_self\" data-section=\"Why Applause\" data-track=\"Partnerships\"&gt;\n&lt;img data-src=\"https://www.applause.com/images/icons/Business-Deal-Handshake-1.svg\" class=\"laz",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "4cb7e3b91051ebfee6b51502a0f015ab",
              "signature": "f818f677393a68602f991fda809782c1",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4cb7e3b91051ebfee6b51502a0f015ab"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 639,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"p-0 cta-link hover tw-block\" href=\"https://www.applause.com/resources/videos/release-faster-with-confidence\" target=\"_self\" aria-label=\"Watch Now - Release Better, Faster\" data-section=\"Why Applause\" data-track=\"CTA - Release\\u0020Better,\\u0",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "cc8189935976126c471d78d3839f9f3b",
              "signature": "e7935dcd7ef84c757882b63aa49e6627",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=cc8189935976126c471d78d3839f9f3b"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 5268,
                "column": 40
              },
              "errorSnippet": "&lt;a class=\"hover inner-link tw-flex\" href=\"https://www.applause.com/crowdtesting\" target=\"_self\" data-section=\"About Us\" data-track=\"Pioneers in Crowdtesting\"&gt;\n&lt;img data-src=\"https://www.applause.com/images/icons/Multiple-Actions-Mobilephone.svg\"",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[3]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "b2ffeeabd66536ea6f35156a22e7c2bc",
              "signature": "005351385e6347211369fce9e90bd73d",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b2ffeeabd66536ea6f35156a22e7c2bc"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 5279,
                "column": 52
              },
              "errorSnippet": "&lt;a class=\"hover inner-link tw-flex\" href=\"https://www.applause.com/applause-labs\" target=\"_self\" data-section=\"About Us\" data-track=\"Commitment to Innovation\"&gt;\n&lt;img data-src=\"https://www.applause.com/images/icons/Light-Bulb-Shine.svg\" class=\"laz",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[3]/div[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "d48084d3a863f367761baea04712dc04",
              "signature": "5cbdd05ae16bc49e9a330a4c9f34273f",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d48084d3a863f367761baea04712dc04"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 5280,
                "column": 58
              },
              "errorSnippet": "&lt;a class=\"p-0 cta-link hover tw-block\" href=\"https://go.applause.com/essential-guide-to-software-crowdtesting.html?mc=null&amp;amp;ls=null&amp;amp;lc=null&amp;amp;cc=null&amp;amp;orig_mc=null&amp;amp;orig_ls=null&amp;amp;orig_lc=null&amp;amp;orig_cc=n",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "c950ae49bfb4e8c80dfada26597ef679",
              "signature": "25c4155e602496312dcac781db4f1ae9",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c950ae49bfb4e8c80dfada26597ef679"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 5688,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"hover inner-link tw-flex\" href=\"https://www.applause.com/customers\" target=\"_self\" data-section=\"Resources\" data-track=\"Customer Stories\"&gt;\n&lt;img data-src=\"https://www.applause.com/images/icons/Multiple-Chat.svg\" class=\"lazyload nav-icon",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "d96563c4107ec862c291124b42944a47",
              "signature": "f518cc2eb2858754b8f649b98ced2c83",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d96563c4107ec862c291124b42944a47"
            },
            {
              "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": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 6437,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"p-0 cta-link hover tw-block\" href=\"https://www.applause.com/state-of-digital-quality-2022\" target=\"_blank\" aria-label=\"Read Now - State of Digital Quality, 2022\" data-section=\"Resources\" data-track=\"CTA - State\\u0020of\\u0020Digital\\u0020Qual",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "c8111e820d7976a17d95622079220b68",
              "signature": "52c919f731d3abeb8fc75ce675b26c55",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c8111e820d7976a17d95622079220b68"
            },
            {
              "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": 425,
                  "y": 330
                },
                "height": 330,
                "width": 425
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"HYPE_scene\" id=\"hype-scene-11PV8Z05DEA6D81Y5V4Y\" hype_scene_index=\"0\" style=\"display: none; overflow: hidden; position: absolute; width: 425px; height: 330px;\"&gt;&lt;div class=\"HYPE_element_container\" style=\"position: absolute; top: 0px; ",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]",
              "issueID": "c7a40088193d4ebdd6f0441bfc9463c3",
              "signature": "67b46e6c5f2b2446b1a687cc5568c517",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c7a40088193d4ebdd6f0441bfc9463c3"
            },
            {
              "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": 735,
                  "y": 170
                },
                "height": 170,
                "width": 735
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"HYPE_scene\" id=\"hype-scene-1V8F7BBU9XW86GED7HK7\" hype_scene_index=\"1\" style=\"display: block; overflow: hidden; position: absolute; width: 100%; top: 0px; left: 0px; height: 170px; transform-origin: 50% 50%; z-index: 1; opacity: 1;\"&gt;&lt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]",
              "issueID": "68ad5f27e64d32e02f566c6ff7866b52",
              "signature": "359b9fadc55bd7203bbb8269e9e0dd60",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=68ad5f27e64d32e02f566c6ff7866b52"
            },
            {
              "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": 1050,
                  "y": 185
                },
                "height": 185,
                "width": 1050
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"HYPE_scene\" id=\"hype-scene-67VM727HNPA0OD9OT5MU\" hype_scene_index=\"2\" aria-hidden=\"true\" style=\"display: none; overflow: hidden; position: absolute; width: 1050px; height: 185px;\"&gt;&lt;div class=\"HYPE_element_container\" style=\"position: ",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]",
              "issueID": "bf7191fa4e95cbe53f5b323733240900",
              "signature": "ed3c5487f0a5597d45668d8dc26c7e08",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=bf7191fa4e95cbe53f5b323733240900"
            },
            {
              "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": 864,
                  "y": 486
                },
                "height": 486,
                "width": 864
              },
              "position": {
                "line": 8669,
                "column": 0
              },
              "errorSnippet": "&lt;div id=\"wistia_chrome_23\" class=\"w-chrome\" tabindex=\"-1\" style=\"display: inline-block; height: 486px; line-height: normal; margin: 0px; padding: 0px; position: relative; vertical-align: top; width: 864px; zoom: 1; outline: none; overflow: hidden; box",
              "xpath": "/html/body/div[2]/div[1]/div[1]",
              "issueID": "a42e37f781d62824bd0236541e8a675d",
              "signature": "fe1c2e64696cd83bdf30339cb253a9f7",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a42e37f781d62824bd0236541e8a675d"
            },
            {
              "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": 855.5,
                  "y": 17
                },
                "bottom-right": {
                  "x": 855.5,
                  "y": 17
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8347,
                "column": 772
              },
              "errorSnippet": "&lt;button id=\"close-cta-banner\" aria-label=\"Close Banner\" class=\"tw-mx-3\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/aside[1]/div[1]/button[1]",
              "issueID": "e6b636a71f13e3e6d61d19703c2782ac",
              "signature": "b5126d5f6c58d1789a0fe26193d6664d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e6b636a71f13e3e6d61d19703c2782ac"
            },
            {
              "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": -24,
                  "y": -24
                },
                "height": -24,
                "width": -24
              },
              "position": {
                "line": 8664,
                "column": 1
              },
              "errorSnippet": "&lt;button class=\"close-button button icon icon-times spinClose\" aria-label=\"Close\" title=\"Close\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/button[1]",
              "issueID": "ee2c9bff557016462ae87268b5497ffd",
              "signature": "b9dd1b922798e26206fd54b6f0dc18ab",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ee2c9bff557016462ae87268b5497ffd"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8369,
                "column": 1
              },
              "errorSnippet": "&lt;a class=\"tw-text-blue-500 hover:tw-text-blue-700 hover:tw-underline\" href=\"weixin://dl/chat?Applause_China\"&gt;&lt;img data-src=\"/static/assets/applause-wechat-qr-code.png\" class=\"lazyload tw-block tw-w-full tw-h-auto tw-max-w-[80%] tw-mx-auto\"&gt;&l",
              "xpath": "/html/body/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "051f2af67d6aa3445a35fcfb801e5bf3",
              "signature": "521616be8c335ade5f5f8818a4e75e0e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=051f2af67d6aa3445a35fcfb801e5bf3"
            },
            {
              "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": -24,
                  "y": -24
                },
                "height": -24,
                "width": -24
              },
              "position": {
                "line": 8669,
                "column": 1
              },
              "errorSnippet": "&lt;button class=\"close-button button icon icon-times spinClose\" aria-label=\"Close\" title=\"Close\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/button[1]",
              "issueID": "d8d81ef5025dd15aa7ea7bde3e9baa5e",
              "signature": "ce1df820f616c51adcda438ef1bbe519",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d8d81ef5025dd15aa7ea7bde3e9baa5e"
            },
            {
              "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": -24,
                  "y": -24
                },
                "height": -24,
                "width": -24
              },
              "position": {
                "line": 8674,
                "column": 1
              },
              "errorSnippet": "&lt;button class=\"close-button button icon icon-times spinClose\" aria-label=\"Close\" title=\"Close\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/button[1]",
              "issueID": "e521f31373addc5cb00bd9805b90af86",
              "signature": "3fe8c9ab2407f9a764fac3d1dc83407b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e521f31373addc5cb00bd9805b90af86"
            },
            {
              "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": 96.5,
                  "y": 16
                },
                "bottom-right": {
                  "x": 927.5,
                  "y": 34
                },
                "height": 18,
                "width": 831
              },
              "position": {
                "line": 1049,
                "column": 38
              },
              "errorSnippet": "&lt;div class=\"message tw-inline-flex tw-items-center tw-text-xs tw-text-white tw-uppercase\"&gt;&lt;a href=\"https://www.applause.com/state-of-digital-quality-2022\" class=\"cta-link hover:tw-no-underline hover:tw-text-gray-300 tw-underline\" data-track=\"Dig",
              "xpath": "/html/body/div[1]/aside[1]/div[1]",
              "issueID": "d47d8b993478b37db243863fa5987b75",
              "signature": "de7fefceb555e97a7b47576ddef8fa72",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d47d8b993478b37db243863fa5987b75"
            },
            {
              "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": 96.5,
                  "y": 16
                },
                "bottom-right": {
                  "x": 855.5,
                  "y": 34
                },
                "height": 18,
                "width": 759
              },
              "position": {
                "line": 638,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.applause.com/state-of-digital-quality-2022\" class=\"cta-link hover:tw-no-underline hover:tw-text-gray-300 tw-underline\" data-track=\"Digital Quality Matters More Than Ever: Download the State of Digital Quality 2022 today to release",
              "xpath": "/html/body/div[1]/aside[1]/div[1]/a[1]",
              "issueID": "78b2130bdca10f143c83a5cba1fbf0f5",
              "signature": "bd127583db20586011776c9a0f244ff2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=78b2130bdca10f143c83a5cba1fbf0f5"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 6437,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"p-0 cta-link hover tw-block\" href=\"https://www.applause.com/state-of-digital-quality-2022\" target=\"_blank\" aria-label=\"Read Now - State of Digital Quality, 2022\" data-section=\"Resources\" data-track=\"CTA - State\\u0020of\\u0020Digital\\u0020Qual",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "0669dbd34c51812278dec72dfb60fabc",
              "signature": "f5367f554f1cdb8acb242c8ff4a798d1",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0669dbd34c51812278dec72dfb60fabc"
            },
            {
              "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": 144.5,
                  "y": 517
                },
                "bottom-right": {
                  "x": 398.5,
                  "y": 533
                },
                "height": 16,
                "width": 254
              },
              "position": {
                "line": 6796,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fake-video-button click-track button is-secondary tw-mt-6\" data-label=\"Learn About Our Approach to Digital Quality\" data-category=\"Page Navigation\" data-action=\"button\" aria-label=\"Learn About Our Approach to Digital Quality\" target=\"_blank\"",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "c3de7e250a3595d21ec1834aff011657",
              "signature": "b668a3962816f28c7a71b74c6b84d998",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c3de7e250a3595d21ec1834aff011657"
            },
            {
              "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": 449.5,
                  "y": 206
                },
                "bottom-right": {
                  "x": 526.5,
                  "y": 222
                },
                "height": 16,
                "width": 77
              },
              "position": {
                "line": 6797,
                "column": 0
              },
              "errorSnippet": "&lt;a onclick=\"$.applause.handleEventTracking('Page Navigation', 'button', 'Register Now - Accessibility Now Means Less Pain Later')\" target=\"_blank\" class=\"button is-secondary tw-mt-6\" role=\"button\" title=\"Register Now-Accessibility Now Means Less Pain ",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[5]/div[1]/a[1]",
              "issueID": "765e038c76c4043daea1d298ecdcc263",
              "signature": "8a01182208c2855b7e097538fdb9a7f7",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=765e038c76c4043daea1d298ecdcc263"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5880,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[8]/div[1]/font[1]/br[1]",
              "issueID": "f6f4af7e65d8e9c00cc182e4e37eb4a5",
              "signature": "ad3cf125cc2b355562f0fff8c272c82f",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=f6f4af7e65d8e9c00cc182e4e37eb4a5"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8045,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[9]/div[1]/font[1]/br[1]",
              "issueID": "4338fc0f89b5c7dd3b47cf0b05dbbc42",
              "signature": "0dd352c5f95cfde38e79bc3750f729ac",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=4338fc0f89b5c7dd3b47cf0b05dbbc42"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[10]/div[1]/font[1]/br[1]",
              "issueID": "bbf8fbfd6a749dd40e1c86975fe19181",
              "signature": "335a5145b793b5917b63caa6bcab25b9",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=bbf8fbfd6a749dd40e1c86975fe19181"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[17]/div[1]/font[1]/br[1]",
              "issueID": "dfaa955477a82448047b92296a307e43",
              "signature": "08e3db73d27dd5f5d12a2bf37fd44caf",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=dfaa955477a82448047b92296a307e43"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[18]/div[1]/font[1]/br[1]",
              "issueID": "46e5f445b811c1982b3177ad6a0f078a",
              "signature": "57c692a689a02b849e4abedbc9a0ee6c",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=46e5f445b811c1982b3177ad6a0f078a"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[19]/div[1]/font[1]/br[1]",
              "issueID": "9f7c552a062327d39733b8b67ba982f7",
              "signature": "f0a4a4b67ae45be4fa293fa317452a37",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=9f7c552a062327d39733b8b67ba982f7"
            },
            {
              "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": 56.138671875,
                  "y": 7.2138671875
                },
                "bottom-right": {
                  "x": 56.138671875,
                  "y": 7.2138671875
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[7]/div[1]/font[1]/br[1]",
              "issueID": "23b466c21a96300e754628614360dd6f",
              "signature": "a73f0717dd0f7a7e7d5e1a1140149352",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=23b466c21a96300e754628614360dd6f"
            },
            {
              "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": 56.138671875,
                  "y": 7.2138671875
                },
                "bottom-right": {
                  "x": 56.138671875,
                  "y": 7.2138671875
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[8]/div[1]/font[1]/br[1]",
              "issueID": "b6c879384006f2d0fa2b455e7b90121b",
              "signature": "2eca9f0dba5fa16bc397b1101f11d79e",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=b6c879384006f2d0fa2b455e7b90121b"
            },
            {
              "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": 56.138671875,
                  "y": 8.115478515625
                },
                "bottom-right": {
                  "x": 56.138671875,
                  "y": 8.115478515625
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[9]/div[1]/font[1]/br[1]",
              "issueID": "1ef4683dab3fd89f22d4dd7b9c6c4284",
              "signature": "322623eaa21c40f1f738643b4523bead",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=1ef4683dab3fd89f22d4dd7b9c6c4284"
            },
            {
              "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": 56.138671875,
                  "y": 7.2138671875
                },
                "bottom-right": {
                  "x": 56.138671875,
                  "y": 7.2138671875
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[7]/div[1]/font[1]/br[1]",
              "issueID": "c7c0595ac9680815530196c27d4e7dee",
              "signature": "9d68c6c7709390a4e83424758338b3c3",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=c7c0595ac9680815530196c27d4e7dee"
            },
            {
              "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": 60.1806640625,
                  "y": 7.2138671875
                },
                "bottom-right": {
                  "x": 60.1806640625,
                  "y": 7.2138671875
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[8]/div[1]/font[1]/br[1]",
              "issueID": "e21869132b54c2eb34d591d43dd3838d",
              "signature": "f64e46b57bcb44113d155b2910547224",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=e21869132b54c2eb34d591d43dd3838d"
            },
            {
              "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": 55.6895751953125,
                  "y": 7.2138671875
                },
                "bottom-right": {
                  "x": 55.6895751953125,
                  "y": 7.2138671875
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[9]/div[1]/font[1]/br[1]",
              "issueID": "baae3a5f90638146cac94794f7c1c9e1",
              "signature": "fa98b7af37a4c5ee6d971ced29a67dcc",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=baae3a5f90638146cac94794f7c1c9e1"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[15]/div[1]/font[1]/br[1]",
              "issueID": "e90342ffd4b56d89920c3d15a29945f5",
              "signature": "cb2b218b6f42449b75b744d3445fa349",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=e90342ffd4b56d89920c3d15a29945f5"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[16]/div[1]/font[1]/br[1]",
              "issueID": "f7dc3919be27123c078864d6a2455ac7",
              "signature": "e01eea054a7759f5c8b813943dcc01a0",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=f7dc3919be27123c078864d6a2455ac7"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[17]/div[1]/font[1]/br[1]",
              "issueID": "0628f8de55a521a6d3ddcd602582336a",
              "signature": "79a0f52fa46875f2c401c86a85def311",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=0628f8de55a521a6d3ddcd602582336a"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[18]/div[1]/font[1]/br[1]",
              "issueID": "35154a6595cb9bd5e98a2b756e28be6a",
              "signature": "af3e957520f39d57a8d904f687ba1b1c",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=35154a6595cb9bd5e98a2b756e28be6a"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[19]/div[1]/font[1]/br[1]",
              "issueID": "5a159556659e41963e9bb4fba5c7f9b2",
              "signature": "d96165a4ebed72b1eb6fc25fde616fd4",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=5a159556659e41963e9bb4fba5c7f9b2"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[20]/div[1]/font[1]/br[1]",
              "issueID": "06219d52b6efb4b767ed62306b5258dd",
              "signature": "fddeb091c01f0914f79649957068a0d0",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=06219d52b6efb4b767ed62306b5258dd"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "42ubn",
  "startTime": "2022-07-09T14:27:51",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      77
    ],
    [
      "motion",
      14
    ],
    [
      "ibm",
      7
    ],
    [
      "alfa",
      6
    ],
    [
      "wave",
      6
    ],
    [
      "focInd",
      2
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      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
    ]
  ],
  "logCount": 60,
  "logSize": 8466,
  "errorLogCount": 45,
  "errorLogSize": 7598,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-09T14:30:24",
  "elapsedSeconds": 153,
  "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": {
        "focAll": 2,
        "focInd": 6,
        "focOp": 6,
        "hover": 173,
        "linkUl": 60,
        "menuNav": 36,
        "role": 27,
        "styleDiff": 30,
        "zIndex": 67
      },
      "alfa": {
        "r14": 4,
        "r18": 4,
        "r65": 1,
        "r66": 22,
        "r69": 14,
        "r70": 4,
        "r83": 8,
        "r87": 1
      },
      "axe": {
        "color-contrast-enhanced": 44,
        "color-contrast": 14,
        "hidden-content": 0,
        "css-orientation-lock": 1,
        "aria-allowed-attr": 4,
        "duplicate-id": 1,
        "label-content-name-mismatch": 3
      },
      "htmlcs": {
        "e:AA.1_1_1.H30.2": 4,
        "e:AA.1_3_1.H49.Font": 4,
        "e:AA.2_4_1.G1,G123,G124.NoSuchID": 4,
        "e:AA.2_4_1.H64.1": 8,
        "e:AA.4_1_1.F77": 4,
        "e:AA.4_1_2.H91.A.EmptyNoId": 4,
        "w:AA.1_3_1.H48": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 3,
        "w:AA.1_4_3.G145.Abs": 6,
        "w:AA.1_4_3.G18.Abs": 3,
        "w:AA.1_4_3_F24.F24.BGColour": 3,
        "w:AA.1_4_3_F24.F24.FGColour": 9,
        "w:AA.2_5_3.F96": 4,
        "w:AA.4_1_2.H91.A.Empty": 1
      },
      "wave": {
        "e:alt_missing": 16,
        "e:alt_link_missing": 4,
        "c:contrast": 18,
        "a:alt_redundant": 3,
        "a:image_title": 2,
        "a:link_redundant": 1,
        "a:link_pdf": 1,
        "a:noscript": 3,
        "a:underline": 3,
        "a:title_redundant": 1
      },
      "tenon": {
        "28": 4,
        "57": 4,
        "79": 8,
        "134": 18,
        "144": 52,
        "152": 20,
        "153": 4,
        "218": 12,
        "242": 72
      }
    },
    "groupDetails": {
      "groups": {
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 2,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 6,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 1,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 5,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 43,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 30,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "menuNavigation": {
          "testaro": {
            "menuNav": {
              "score": 18,
              "what": "Nonstandard keyboard navigation among focusable menu items"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 20,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 8,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 17,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "invisibleLabel": {
          "alfa": {
            "r14": {
              "score": 3,
              "what": "Visible label is not in the accessible name"
            }
          },
          "axe": {
            "label-content-name-mismatch": {
              "score": 2,
              "what": "Element visible text is not part of its accessible name"
            }
          },
          "htmlcs": {
            "w:AA.2_5_3.F96": {
              "score": 3,
              "what": "Visible label is not in the accessible name"
            }
          }
        },
        "ariaBadAttribute": {
          "alfa": {
            "r18": {
              "score": 4,
              "what": "ARIA state or property is not allowed for the element on which it is specified"
            }
          },
          "axe": {
            "aria-allowed-attr": {
              "score": 4,
              "what": "ARIA attribute is invalid for the role of its element"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 6,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 11,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 11,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 11,
              "what": "Element has insufficient color contrast"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 14,
              "what": "Very low contrast"
            }
          }
        },
        "obsoleteElement": {
          "alfa": {
            "r70": {
              "score": 1,
              "what": "Element is obsolete or deprecated"
            }
          },
          "htmlcs": {
            "e:AA.1_3_1.H49.Font": {
              "score": 1,
              "what": "font element is obsolete"
            }
          }
        },
        "overflowHidden": {
          "alfa": {
            "r83": {
              "score": 8,
              "what": "Overflow is hidden or clipped if the text is enlarged"
            }
          }
        },
        "skipRepeatedContent": {
          "alfa": {
            "r87": {
              "score": 1,
              "what": "First focusable element is not a link to the main content"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "cssBansRotate": {
          "axe": {
            "css-orientation-lock": {
              "score": 1,
              "what": "CSS media query locks display orientation"
            }
          }
        },
        "duplicateID": {
          "axe": {
            "duplicate-id": {
              "score": 1,
              "what": "id attribute value is not unique"
            }
          },
          "htmlcs": {
            "e:AA.4_1_1.F77": {
              "score": 3,
              "what": "Duplicate id attribute value"
            }
          }
        },
        "linkNoText": {
          "htmlcs": {
            "e:AA.1_1_1.H30.2": {
              "score": 4,
              "what": "img element is the only link content but has no text alternative"
            },
            "e:AA.4_1_2.H91.A.EmptyNoId": {
              "score": 4,
              "what": "Link has no name or id attribute or value"
            },
            "w:AA.4_1_2.H91.A.Empty": {
              "score": 1,
              "what": "Link element has an id attribute but no href attribute or text"
            }
          },
          "wave": {
            "e:alt_link_missing": {
              "score": 4,
              "what": "Linked image has no text alternative"
            }
          },
          "tenon": {
            "57": {
              "score": 4,
              "what": "Link has no text inside it"
            }
          }
        },
        "internalLinkBroken": {
          "htmlcs": {
            "e:AA.2_4_1.G1,G123,G124.NoSuchID": {
              "score": 4,
              "what": "Internal link references a nonexistent destination"
            }
          }
        },
        "iframeTitleBad": {
          "htmlcs": {
            "e:AA.2_4_1.H64.1": {
              "score": 8,
              "what": "iframe element has no non-empty title attribute"
            }
          }
        },
        "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.Abs": {
              "score": 2,
              "what": "Contrast between the absolutely positioned large text and its background 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_F24.F24.BGColour": {
              "score": 1,
              "what": "Inline background color may lack a complementary foreground color"
            },
            "w:AA.1_4_3_F24.F24.FGColour": {
              "score": 2,
              "what": "Inline foreground color may lack a complementary background color"
            }
          }
        },
        "imageNoText": {
          "wave": {
            "e:alt_missing": {
              "score": 16,
              "what": "Text alternative is missing"
            }
          }
        },
        "imageTextRedundant": {
          "wave": {
            "a:alt_redundant": {
              "score": 1,
              "what": "Redundant text alternative"
            }
          }
        },
        "decorativeTitle": {
          "wave": {
            "a:image_title": {
              "score": 1,
              "what": "Image has a title attribute value but no alt value"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 1,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "pdfLink": {
          "wave": {
            "a:link_pdf": {
              "score": 1,
              "what": "Link to PDF document"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "pseudoLinkRisk": {
          "wave": {
            "a:underline": {
              "score": 1,
              "what": "CSS underline on text that is not a link"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 1,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 2,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 14,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 52,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 10,
              "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": 9,
              "what": "Link opens in a new window without user control"
            }
          }
        },
        "pseudoParagraphRisk": {
          "tenon": {
            "242": {
              "score": 18,
              "what": "Multiple consecutive br elements may simulate paragraphs"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 766,
      "log": 312,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "leadingClipsText",
          "score": 54
        },
        {
          "groupName": "hoverSurprise",
          "score": 45
        },
        {
          "groupName": "linkIndication",
          "score": 32
        },
        {
          "groupName": "contrastAA",
          "score": 25
        },
        {
          "groupName": "roleBad",
          "score": 22
        },
        {
          "groupName": "menuNavigation",
          "score": 20
        },
        {
          "groupName": "pseudoParagraphRisk",
          "score": 20
        },
        {
          "groupName": "zIndexNotZero",
          "score": 19
        },
        {
          "groupName": "imageNoText",
          "score": 18
        },
        {
          "groupName": "fontSmall",
          "score": 16
        },
        {
          "groupName": "contrastAAA",
          "score": 15
        },
        {
          "groupName": "linkNoText",
          "score": 14
        },
        {
          "groupName": "targetSize",
          "score": 12
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 11
        },
        {
          "groupName": "inconsistentStyles",
          "score": 10
        },
        {
          "groupName": "overflowHidden",
          "score": 10
        },
        {
          "groupName": "iframeTitleBad",
          "score": 10
        },
        {
          "groupName": "focusIndication",
          "score": 8
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 8
        },
        {
          "groupName": "contrastRisk",
          "score": 8
        },
        {
          "groupName": "focusableOperable",
          "score": 7
        },
        {
          "groupName": "invisibleLabel",
          "score": 7
        },
        {
          "groupName": "internalLinkBroken",
          "score": 6
        },
        {
          "groupName": "duplicateID",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "tabFocusability",
          "score": 4
        },
        {
          "groupName": "titleRedundant",
          "score": 4
        },
        {
          "groupName": "obsoleteElement",
          "score": 3
        },
        {
          "groupName": "skipRepeatedContent",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "cssBansRotate",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "imageTextRedundant",
          "score": 3
        },
        {
          "groupName": "decorativeTitle",
          "score": 3
        },
        {
          "groupName": "linkPair",
          "score": 3
        },
        {
          "groupName": "pdfLink",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "pseudoLinkRisk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        }
      ]
    }
  }
}