Accessibility test digest

Synopsis

Page: Accessibility Ventures

URL: https://accessibilityventures.com/

Score: 499

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 Accessibility Ventures web page at https://accessibilityventures.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 499 (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
total499
log80
focusIndication91
contrastAA55
contentBeyondLandmarks34
linkIndication20
overflowHidden18
leadingClipsText18
buttonNoText16
roleBad14
contrastAAA14
targetSize12
focusableOperable10
controlLabel10
contrastRisk9
headingStructure8
linkForcesNewWindow8
fontSmall7
inconsistentStyles6
zIndexNotZero6
inputNoText6
titleRedundant6
focusableHidden6
hoverSurprise5
horizontalScrolling5
linkVague5
tabFocusability4
scrollRisk4
linkPair4
frameContentRisk3
hiddenContentRisk3
linkComprehensionRisk3
noScriptRisk3
pseudoLinkRisk3
allCaps3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linkComprehensionRisk: 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-ventures",
  "host": {
    "id": "ventures",
    "which": "https://accessibilityventures.com/",
    "what": "Accessibility Ventures"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-09T14:15:25"
    },
    {
      "event": "endTime",
      "value": "2022-07-09T14:18:01"
    }
  ],
  "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://accessibilityventures.com/",
        "what": "Accessibility Ventures"
      },
      {
        "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://accessibilityventures.com/",
        "what": "Accessibility Ventures"
      },
      {
        "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://accessibilityventures.com/",
      "what": "Accessibility Ventures",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://accessibilityventures.com/",
      "result": {
        "bytes": [
          230790,
          230790,
          230790,
          230790,
          230790
        ],
        "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://accessibilityventures.com/",
      "what": "Accessibility Ventures",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://accessibilityventures.com/",
      "result": {
        "visibleElements": 193
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://accessibilityventures.com/",
      "result": {
        "tabFocusables": 27,
        "tabFocused": 28,
        "discrepancy": 1
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "total": 27,
          "types": {
            "indicatorMissing": {
              "total": 25,
              "tagNames": {
                "A": 22,
                "IFRAME": 1,
                "INPUT": 1,
                "BUTTON": 1
              }
            },
            "nonOutlinePresent": {
              "total": 2,
              "tagNames": {
                "A": 2
              }
            },
            "outlinePresent": {
              "total": 0,
              "meanDelay": 0,
              "tagNames": {}
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Facebook"
            },
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "About Us"
            },
            {
              "tagName": "A",
              "text": "Why You Need It"
            },
            {
              "tagName": "A",
              "text": "Website Accessibility Tips"
            },
            {
              "tagName": "A",
              "text": "FAQs"
            },
            {
              "tagName": "A",
              "text": "Get Started Now!"
            },
            {
              "tagName": "IFRAME",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "Get Started Now!"
            },
            {
              "tagName": "A",
              "text": "Get Started Now!"
            },
            {
              "tagName": "A",
              "text": "484-378-1824"
            },
            {
              "tagName": "A",
              "text": "Email Us"
            },
            {
              "tagName": "A",
              "text": "Privacy Policy"
            },
            {
              "tagName": "A",
              "text": "Cancellation Policy"
            },
            {
              "tagName": "A",
              "text": "Support Center"
            },
            {
              "tagName": "A",
              "text": "Terms of Service"
            },
            {
              "tagName": "A",
              "text": "Accept"
            },
            {
              "tagName": "A",
              "text": "Reject"
            },
            {
              "tagName": "A",
              "text": "Read More"
            },
            {
              "tagName": "A",
              "text": "About Us"
            },
            {
              "tagName": "A",
              "text": "Why You Need It"
            },
            {
              "tagName": "A",
              "text": "Website Accessibility Tips"
            },
            {
              "tagName": "A",
              "text": "FAQs"
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "BUTTON",
              "text": ""
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "A",
              "text": "skip to Main Content"
            },
            {
              "tagName": "A",
              "text": "Sign-Up Now!"
            }
          ],
          "outlinePresent": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "total": 43,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 5,
              "tagNames": {
                "DIV": 3,
                "A": 2
              }
            },
            "focusableAndOperable": {
              "total": 38,
              "tagNames": {
                "A": 30,
                "IFRAME": 1,
                "BUTTON": 3,
                "INPUT": 4
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "DIV",
              "id": "cookie-law-info-again",
              "text": "Privacy & Cookies Policy",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "Necessary Necessary Always Enabled",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "Non-necessary Non-necessary",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "×",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "×",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "skip to Main Content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://accessibilityventures.com/\" rel=\"home\" class=\"main-logo\" style=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Why You Need It",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Website Accessibility Tips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FAQs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Open Mobile Menu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get Started Now!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe src=\"https://player.vimeo.com/video/274406037?app_id=122963\" width=\"980\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get Started Now!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sign-Up Now!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get Started Now!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "484-378-1824",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Email Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cancellation Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Support Center",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Terms of Service",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "cookie_action_close_header",
              "text": "Accept",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "cookie_action_close_header_reject",
              "text": "Reject",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "CONSTANT_OPEN_URL",
              "text": "Read More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cliModalClose",
              "text": "Close",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"cli-privacy-readmore\" aria-label=\"Show more\" tabindex=\"0\" role=\"button",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Necessary",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "wt-cli-checkbox-necessary",
              "text": "<input type=\"checkbox\" class=\"cli-user-preference-checkbox\" id=\"wt-cli-checkbox-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Non-necessary",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "wt-cli-checkbox-non-necessary",
              "text": "<input type=\"checkbox\" id=\"wt-cli-checkbox-non-necessary\" class=\"cli-user-prefer",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "wt-cli-privacy-save-btn",
              "text": "SAVE & ACCEPT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button type=\"submit\" class=\"searchform-submit\" style=\"cursor: default;\"><span c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "site-scroll-top",
              "text": "Back To Top",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Why You Need It",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Website Accessibility Tips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FAQs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button type=\"submit\" class=\"sidr-class-searchform-submit\" style=\"cursor: defaul",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "triggers": 38,
          "headTriggers": 20,
          "tailTriggers": 18,
          "impactTriggers": 1,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 1,
          "opacityImpact": 2,
          "unhoverables": 9
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "Facebook",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 2
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "skiptoMainContent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "WhyYouNeedIt"
              },
              {
                "tagName": "LI",
                "id": "sidr-id-menu-item-465",
                "text": "WhyYouNeedIt"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "FAQs"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "WebsiteAccessibilityTips"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "AboutUs"
              },
              {
                "tagName": "LI",
                "id": "sidr-id-menu-item-261",
                "text": "FAQs"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "×"
              },
              {
                "tagName": "BUTTON",
                "id": "",
                "text": "<spanclass=\"fafa-search\"></span>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 4,
          "wellLabeled": 3
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "search"
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "content": "{<button type=\"submit\" class=\"searchform-submit\"><span class=\"fa fa-search\"></span></button>}"
            },
            {
              "index": 5,
              "tagName": "INPUT",
              "type": "search"
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "submit",
              "content": "{<button type=\"submit\" class=\"sidr-class-searchform-submit\"><span class=\"fa fa-search\"></span></button>}"
            }
          ],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Close"
              }
            },
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Necessary"
                ]
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Non-necessary"
                ]
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "links": 32,
          "adjacent": {
            "total": 20,
            "underlined": 2,
            "underlinedPercent": 10
          }
        },
        "items": {
          "underlined": [
            "Read More",
            ""
          ],
          "notUnderlined": [
            "skip to Main Content",
            "Facebook",
            "",
            "Open Mobile Menu",
            "Get Started Now!",
            "Get Started Now!",
            "Sign-Up Now!",
            "Get Started Now!",
            "484-378-1824",
            "Email Us",
            "Accept",
            "Reject",
            "Necessary",
            "Non-necessary",
            "SAVE & ACCEPT",
            "Back To Top",
            "×",
            "×"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://accessibilityventures.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
              }
            }
          },
          "menuItems": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "menus": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "menuItems": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://accessibilityventures.com/",
      "result": {
        "roleElements": 10,
        "badRoleElements": 8,
        "redundantRoleElements": 0,
        "tagNames": {
          "A": {
            "button": {
              "bad": 8,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://accessibilityventures.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": 3,
            "subtotals": [
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 20,
            "subtotals": [
              16,
              2,
              1,
              1
            ]
          },
          "listLink": {
            "total": 12,
            "subtotals": [
              4,
              4,
              4
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 1
          },
          "h3": {
            "total": 3,
            "subtotals": [
              2,
              1
            ]
          },
          "h4": {
            "total": 3,
            "subtotals": [
              2,
              1
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "",
                ""
              ],
              "700": [
                "Close"
              ]
            },
            "height": {
              "40px": [
                "Close"
              ],
              "auto": [
                ""
              ],
              "30px": [
                ""
              ]
            },
            "lineHeight": {
              "15px": [
                "Close"
              ],
              "27.4131px": [
                ""
              ],
              "30px": [
                ""
              ]
            },
            "minWidth": {
              "40px": [
                "Close"
              ],
              "0px": [
                "",
                ""
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "skip to Main Content",
                "Facebook",
                "",
                "Open Mobile Menu",
                "Get Started Now!",
                "Get Started Now!",
                "Sign-Up Now!",
                "Get Started Now!",
                "484-378-1824",
                "Email Us",
                "Accept",
                "Reject",
                "",
                "Necessary",
                "Non-necessary",
                "SAVE & ACCEPT",
                "Back To Top",
                "×",
                "×"
              ],
              "550": [
                "Read More"
              ]
            },
            "opacity": {
              "0": [
                "skip to Main Content",
                "Back To Top"
              ],
              "1": [
                "Facebook",
                "",
                "Open Mobile Menu",
                "Get Started Now!",
                "Get Started Now!",
                "Sign-Up Now!",
                "Get Started Now!",
                "484-378-1824",
                "Email Us",
                "Accept",
                "Reject",
                "Read More",
                "",
                "Necessary",
                "Non-necessary",
                "SAVE & ACCEPT",
                "×",
                "×"
              ]
            },
            "textDecorationLine": {
              "none": [
                "skip to Main Content",
                "Facebook",
                "",
                "Open Mobile Menu",
                "Get Started Now!",
                "Get Started Now!",
                "Sign-Up Now!",
                "Get Started Now!",
                "484-378-1824",
                "Email Us",
                "Accept",
                "Reject",
                "Necessary",
                "Non-necessary",
                "SAVE & ACCEPT",
                "Back To Top",
                "×",
                "×"
              ],
              "underline": [
                "Read More",
                ""
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "400": [
                "Privacy Policy",
                "Cancellation Policy",
                "Support Center",
                "Terms of Service",
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ],
              "600": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ]
            },
            "color": {
              "rgb(0, 56, 130)": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ],
              "rgb(185, 216, 194)": [
                "Privacy Policy",
                "Cancellation Policy",
                "Support Center",
                "Terms of Service"
              ],
              "rgb(112, 112, 112)": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ]
            },
            "fontSize": {
              "18px": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs",
                "Privacy Policy",
                "Cancellation Policy",
                "Support Center",
                "Terms of Service"
              ],
              "16px": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ]
            },
            "lineHeight": {
              "50px": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ],
              "29.7px": [
                "Privacy Policy",
                "Cancellation Policy",
                "Support Center",
                "Terms of Service"
              ],
              "26.4px": [
                "About Us",
                "Why You Need It",
                "Website Accessibility Tips",
                "FAQs"
              ]
            }
          },
          "h3": {
            "fontWeight": {
              "600": [
                "The Accessibility Tool is an Easy and Cost-Effective Way for Businesses to Address Website Accessibility"
              ],
              "700": [
                "Why You Need The Accessibility Tool",
                "Make Your Site More Accessible Now"
              ]
            },
            "color": {
              "rgb(0, 56, 130)": [
                "Why You Need The Accessibility Tool",
                "Make Your Site More Accessible Now"
              ],
              "rgb(255, 255, 255)": [
                "The Accessibility Tool is an Easy and Cost-Effective Way for Businesses to Address Website Accessibility"
              ]
            }
          },
          "h4": {
            "color": {
              "rgb(255, 255, 255)": [
                "The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those With Disabilities",
                "GET STARTED NOW!"
              ],
              "rgb(0, 0, 0)": [
                "Privacy Overview"
              ]
            },
            "fontSize": {
              "22px": [
                "The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those With Disabilities",
                "GET STARTED NOW!"
              ],
              "16px": [
                "Privacy Overview"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://accessibilityventures.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://accessibilityventures.com/",
      "result": {
        "totals": {
          "total": 17,
          "tagNames": {
            "HEADER": 1,
            "DIV": 14,
            "BUTTON": 1,
            "A": 1
          }
        },
        "items": [
          {
            "tagName": "HEADER",
            "id": "site-header",
            "text": "About Us\nWhy You Need It\nWebsite Accessibility Tips\nFAQs Open Mobile Menu"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Website Accessibility Made Simple!The Accessibility Tool Makes Your Website More Compatible With Ass"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Website Accessibility Made Simple!The Accessibility Tool Makes Your Website More Compatible With Ass"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Website Accessibility Made Simple!The Accessibility Tool Makes Your Website More Compatible With Ass"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "The Accessibility Tool is an Easy and Cost-Effective Way for Businesses to Address Website Accessibi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "It's Inexpensive and Easy GET STARTED NOW!The Accessibility Tool is your solution to make your busin"
          },
          {
            "tagName": "DIV",
            "id": "cookie-law-info-bar",
            "text": "This website uses cookies to improve your experience. You can opt-out at any time. AcceptReject Read"
          },
          {
            "tagName": "DIV",
            "id": "cookie-law-info-again",
            "text": "Privacy & Cookies Policy"
          },
          {
            "tagName": "DIV",
            "id": "cliSettingsPopup",
            "text": "Close Privacy Overview This website uses cookies to improve your experience while you navigate throu"
          },
          {
            "tagName": "BUTTON",
            "id": "cliModalClose",
            "text": "Close"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "site-scroll-top",
            "text": "Back To Top"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "sidr-main",
            "text": "× About Us\nWhy You Need It\nWebsite Accessibility Tips\nFAQs"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "failures": 28,
          "warnings": 34
        },
        "items": [
          {
            "index": 33,
            "verdict": "failed",
            "rule": {
              "ruleID": "r12",
              "ruleSummary": "Buttons have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r12",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[10]/div[3]/form[1]/button[1]",
              "codeLines": [
                "<button type=\"submit\" class=\"sidr-class-searchform-submit\">",
                "  <span class=\"fa fa-search\"></span>",
                "</button>"
              ]
            }
          },
          {
            "index": 399,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h4",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]",
              "codeLines": [
                "<h4 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554214953182 wpex-rcss-1\" data-wp...",
                "  <span class=\"vcex-heading-inner clr\">",
                "    The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those...",
                "  </span>",
                "</h4>"
              ]
            }
          },
          {
            "index": 403,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h4",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h4[1]",
              "codeLines": [
                "<h4 style=\"font-size: 22px;line-height: 2\" class=\"vc_custom_heading\">",
                "  GET STARTED NOW!",
                "</h4>"
              ]
            }
          },
          {
            "index": 409,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]/text()[1]",
              "codeLines": [
                "Facebook"
              ]
            }
          },
          {
            "index": 426,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/button[1]/span[1]/text()[1]",
              "codeLines": [
                "Play"
              ]
            }
          },
          {
            "index": 427,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/div[4]/span[1]/text()[1]",
              "codeLines": [
                "Volume"
              ]
            }
          },
          {
            "index": 428,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/button[1]/span[1]/text()[1]",
              "codeLines": [
                "CC/Subtitles"
              ]
            }
          },
          {
            "index": 429,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/button[2]/span[1]/text()[1]",
              "codeLines": [
                "Settings"
              ]
            }
          },
          {
            "index": 430,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/button[4]/span[1]/text()[1]",
              "codeLines": [
                "Fullscreen"
              ]
            }
          },
          {
            "index": 450,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Copyright 2018-2022 - Accessibility Ventures LLC - All Rights Reserved"
              ]
            }
          },
          {
            "index": 451,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "This website uses cookies to improve your experience. You can opt-out at any time."
              ]
            }
          },
          {
            "index": 452,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "Accept"
              ]
            }
          },
          {
            "index": 453,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/span[1]/a[2]/text()[1]",
              "codeLines": [
                "Reject"
              ]
            }
          },
          {
            "index": 454,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/span[1]/a[3]/text()[1]",
              "codeLines": [
                "Read More"
              ]
            }
          },
          {
            "index": 455,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "About Us"
              ]
            }
          },
          {
            "index": 456,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Why You Need It"
              ]
            }
          },
          {
            "index": 457,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Website Accessibility Tips"
              ]
            }
          },
          {
            "index": 458,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[4]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "FAQs"
              ]
            }
          },
          {
            "index": 473,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"http://www.facebook.com/TheAccessibilityTool\" title=\"Facebook\" target=\"_blank\" class=\"wpex...",
                "  <span class=\"fa fa-facebook\" aria-hidden=\"true\"></span>",
                "  <span class=\"screen-reader-text\">",
                "    Facebook",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 474,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/\" rel=\"home\" class=\"main-logo\">",
                "  <img src=\"https://accessibilityventures.com/wp-content/uploads/2019/06/Accessibility-Ventures-Log...",
                "</a>"
              ]
            }
          },
          {
            "index": 475,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a title=\"About Accessibility Ventures\" href=\"https://accessibilityventures.com/about-accessibility...",
                "  <span class=\"link-inner\">",
                "    About Us",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 476,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/why-websites-need-to-be-accessible/\">",
                "  <span class=\"link-inner\">",
                "    Why You Need It",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 477,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a title=\"Website Accessibility Tips\" href=\"https://accessibilityventures.com/website-accessibility...",
                "  <span class=\"link-inner\">",
                "    Website Accessibility Tips",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 478,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a title=\"Accessibility Tool Frequently Asked Questions\" href=\"https://accessibilityventures.com/fa...",
                "  <span class=\"link-inner\">",
                "    FAQs",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 479,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vc...",
                "  <span class=\"theme-button-inner\">",
                "    Get Started Now!",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 480,
            "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": "a",
              "path": "/html[1]/body[1]/div[2]/div[8]/div[2]/header[1]/div[2]/a[1]",
              "codeLines": [
                "<a href=\"https://vimeo.com/274406037?embedded=true&source=video_title&owner=37194812\" format=\"prima...",
                "  <span format=\"basic\" size=\"200\" class=\"sc-bdvvtL hclQFE sc-kDTinF kpPfki Title_module_headerText_...",
                "    The Accessibility Tool from Accessibility Ventures",
                "    <div class=\"TitleBadges_module_badgesWrapper__675b5212\"></div>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 481,
            "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": "a",
              "path": "/html[1]/body[1]/div[2]/div[8]/div[2]/header[1]/div[2]/a[2]",
              "codeLines": [
                "<a href=\"https://vimeo.com/user37194812?embedded=true&source=owner_name&owner=37194812\" format=\"pri...",
                "  <span format=\"basic\" size=\"100\" class=\"sc-bdvvtL jZMNiI sc-kDTinF fsyWwh Title_module_headerText_...",
                "    Accessibility Ventures",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 482,
            "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": "button",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/button[1]",
              "codeLines": [
                "<button type=\"button\" class=\"play rounded-box state-paused\" aria-label=\"Play\">",
                "  <span class=\"vp-tooltip\">",
                "    Play",
                "  </span>",
                "  <div class=\"tiny-bars\">",
                "    <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 65 40\" focusable=\"false\">",
                "      <defs>",
                "        <clipPath id=\"rounded-border\">",
                "          <rect height=\"100%\" width=\"100%\" x=\"0\" y=\"0\" rx=\"5\"></rect>",
                "        </clipPath>",
                "        <pattern id=\"tiny-buffer\" patternUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"10\" height=\"10\" ...",
                "          <line x1=\"5\" y1=\"-1\" x2=\"-5\" y2=\"10\" stroke-width=\"2\" stroke=\"#666\" stroke-linecap=\"butt\"...",
                "          <line x1=\"10\" y1=\"-1\" x2=\"0\" y2=\"10\" stroke-width=\"2\" stroke=\"#666\" stroke-linecap=\"butt\"...",
                "          <line x1=\"15\" y1=\"-1\" x2=\"5\" y2=\"10\" stroke-width=\"2\" stroke=\"#666\" stroke-linecap=\"butt\"...",
                "        </pattern>",
                "      </defs>",
                "      <g clip-path=\"url(#rounded-border)\">",
                "        <rect class=\"buffer hidden\" height=\"3\" width=\"110%\" x=\"0\" y=\"37\" fill=\"url(#tiny-buffer)\"><...",
                "        <rect class=\"loaded\" height=\"3\" width=\"0\" x=\"0\" y=\"37\" fill=\"#666\"></rect>",
                "        <rect class=\"played fill\" height=\"3\" width=\"0\" x=\"0\" y=\"37\"></rect>",
                "      </g>",
                "    </svg>",
                "  </div>",
                "  <div class=\"play-icon\">",
                "    <svg viewBox=\"0 0 20 20\" preserveAspectRatio=\"xMidYMid\" focusable=\"false\" aria-hidden=\"true\">",
                "      <polygon class=\"fill\" points=\"1,0 20,10 1,20\"></polygon>",
                "    </svg>",
                "  </div>",
                "  <div class=\"pause-icon\">",
                "    <svg viewBox=\"0 0 20 20\" preserveAspectRatio=\"xMidYMid\" focusable=\"false\" aria-hidden=\"true\">",
                "      <rect class=\"fill\" width=\"6\" height=\"20\" x=\"0\" y=\"0\"></rect>",
                "      <rect class=\"fill\" width=\"6\" height=\"20\" x=\"12\" y=\"0\"></rect>",
                "    </svg>",
                "  </div>",
                "  <div class=\"replay-icon\">",
                "    <svg viewBox=\"-387 605 16 16\" preserveAspectRatio=\"xMidYMid\" focusable=\"false\" aria-hidden=\"tru...",
                "      <path class=\"fill\" d=\"M-387 606v4c0 .6.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1h-1.5c1.1-1.2 2.7-2 4...",
                "    </svg>",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 485,
            "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": "button",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/button[1]",
              "codeLines": [
                "<button type=\"button\" class=\"toggle cc off\" aria-haspopup=\"true\" aria-label=\"Choose captions\">",
                "  <span class=\"vp-tooltip\">",
                "    CC/Subtitles",
                "  </span>",
                "  <svg viewBox=\"0 0 20 14\" focusable=\"false\" aria-hidden=\"true\">",
                "    <path class=\"fill\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 0h-14c-1.657 0-3 1.343-3 3v8c...",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 486,
            "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": "button",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/button[2]",
              "codeLines": [
                "<button type=\"button\" class=\"vp-prefs js-prefs\" aria-haspopup=\"true\" aria-label=\"Settings\">",
                "  <span class=\"vp-tooltip\">",
                "    Settings",
                "  </span>",
                "  <svg class=\"icon-gear\" viewBox=\"0 0 16 16\" preserveAspectRatio=\"xMidYMid\" focusable=\"false\" aria-...",
                "    <defs>",
                "      <clipPath id=\"icon-gear-mask-hd\">",
                "        <polygon points=\"19 9.422 19 0 0 0 0 16 4.996 16 6 9.422 19 9.422\"></polygon>",
                "      </clipPath>",
                "      <clipPath id=\"icon-gear-mask-4k\">",
                "        <polygon points=\"19 0 0 0 0 16 .656 16 7.641 9.422 19 9.422\"></polygon>",
                "      </clipPath>",
                "    </defs>",
                "    <g class=\"icon-gear-group\">",
                "      <path class=\"icon-gear-cog fill\" d=\"M8.75,0 L7.25,0 C6.69771525,0 6.25,0.44771525 6.25,1 L6.2...",
                "    </g>",
                "    <g class=\"icon-gear-text icon-gear-text-hd\">",
                "      <polygon class=\"fill\" points=\"10.17 12.38 10.46 10.43 12.22 10.43 11.36 16 9.6 16 9.95 13.76 ...",
                "      <path class=\"fill\" d=\"M17.82,11.23 C17.65,10.98 17.32,10.43 15.93,10.43 L13.37,10.43 L12.51,1...",
                "    </g>",
                "    <g class=\"icon-gear-text icon-gear-text-4k\">",
                "      <polygon class=\"fill\" points=\"11.82 10.29 13.58 10.29 13.19 12.17 13.19 12.17 15.19 10.27 17....",
                "      <path class=\"fill\" d=\"M7.86,14.9 L5.31,14.9 L5.61,13.41 L8.78,10.41 L10.36,10.41 L9.72,13.51 ...",
                "    </g>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 487,
            "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": "button",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/button[4]",
              "codeLines": [
                "<button type=\"button\" class=\"fullscreen\" aria-label=\"Enter full screen\">",
                "  <span class=\"vp-tooltip\">",
                "    Fullscreen",
                "  </span>",
                "  <div class=\"fullscreen-icon\">",
                "    <svg viewBox=\"0 0 12 12\" preserveAspectRatio=\"xMidYMid\" focusable=\"false\" aria-hidden=\"true\">",
                "      <polyline class=\"fill\" points=\"6,6 5.9,2 4.9,3 2.9,1 1,2.9 3,4.9 2,5.9\" transform=\"translate(...",
                "      <polyline class=\"fill\" points=\"6,6 5.9,2 4.9,3 2.9,1 1,2.9 3,4.9 2,5.9\" transform=\"translate(...",
                "      <polyline class=\"fill\" points=\"6,6 5.9,2 4.9,3 2.9,1 1,2.9 3,4.9 2,5.9\" transform=\"translate(...",
                "      <polyline class=\"fill\" points=\"6,6 5.9,2 4.9,3 2.9,1 1,2.9 3,4.9 2,5.9\" transform=\"translate(...",
                "    </svg>",
                "  </div>",
                "  <div class=\"unfullscreen-icon\">",
                "    <svg viewBox=\"0 0 12 12\" preserveAspectRatio=\"xMidYMid\" focusable=\"false\" aria-labelledby=\"unfu...",
                "      <polyline class=\"fill\" points=\"-1,-1 -1.1,-5 -2.1,-4 -4.1,-6 -6,-4.1 -4,-2.1 -5,-1.1\" transfo...",
                "      <polyline class=\"fill\" points=\"-1,-1 -1.1,-5 -2.1,-4 -4.1,-6 -6,-4.1 -4,-2.1 -5,-1.1\" transfo...",
                "      <polyline class=\"fill\" points=\"-1,-1 -1.1,-5 -2.1,-4 -4.1,-6 -6,-4.1 -4,-2.1 -5,-1.1\" transfo...",
                "      <polyline class=\"fill\" points=\"-1,-1 -1.1,-5 -2.1,-4 -4.1,-6 -6,-4.1 -4,-2.1 -5,-1.1\" transfo...",
                "    </svg>",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 488,
            "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": "a",
              "path": "/html[1]/body[1]/div[2]/div[9]/div[3]/div[1]/div[5]/a[1]",
              "codeLines": [
                "<a href=\"https://vimeo.com/274406037?embedded=true&source=vimeo_logo&owner=37194812\" target=\"_blank...",
                "  <svg viewBox=\"0 0 140 40\" preserveAspectRatio=\"xMidYMid\" role=\"img\" focusable=\"false\" aria-labell...",
                "    <title id=\"logo-icon-title\">",
                "      Vimeo",
                "    </title>",
                "    <g>",
                "      <path class=\"fill logo-v\" d=\"M31.277 18.832c-.14 3.052-2.27 7.229-6.39 12.531-4.259 5.536-7.8...",
                "      <path class=\"fill logo-i\" d=\"M50.613 28.713c-1.313 2.484-3.119 4.733-5.417 6.748-3.143 2.718-...",
                "      <path class=\"fill logo-m\" d=\"M94.543 28.713c-1.314 2.484-3.117 4.733-5.416 6.748-3.145 2.718-...",
                "      <path class=\"fill logo-e\" d=\"M120.922 28.642c-1.361 2.249-4.033 4.495-8.02 6.743-4.971 2.856-...",
                "      <path class=\"fill logo-o\" d=\"M140.018 23.926c-.189 4.31-1.781 8.031-4.783 11.169-3.002 3.137-...",
                "    </g>",
                "  </svg>",
                "</a>"
              ]
            }
          },
          {
            "index": 489,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vc...",
                "  <span class=\"theme-button-inner\">",
                "    Get Started Now!",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 491,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vc...",
                "  <span class=\"theme-button-inner\">",
                "    Get Started Now!",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 492,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"tel:484-378-1824\">",
                "  484-378-1824",
                "</a>"
              ]
            }
          },
          {
            "index": 493,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]",
              "codeLines": [
                "<a href=\"mailto:info@accessibilityventures.com\" title=\"Email Us\">",
                "  Email Us",
                "</a>"
              ]
            }
          },
          {
            "index": 494,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/privacy-policy/\">",
                "  Privacy Policy",
                "</a>"
              ]
            }
          },
          {
            "index": 495,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/cancellation-policy/\">",
                "  Cancellation Policy",
                "</a>"
              ]
            }
          },
          {
            "index": 496,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/support-center/\">",
                "  Support Center",
                "</a>"
              ]
            }
          },
          {
            "index": 497,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"https://signup.accessibilitytool.com/terms-of-service/\">",
                "  Terms of Service",
                "</a>"
              ]
            }
          },
          {
            "index": 498,
            "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": "a",
              "path": "/html[1]/body[1]/div[2]/span[1]/a[1]",
              "codeLines": [
                "<a role=\"button\" tabindex=\"0\" data-cli_action=\"accept\" id=\"cookie_action_close_header\" class=\"mediu...",
                "  Accept",
                "</a>"
              ]
            }
          },
          {
            "index": 499,
            "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": "a",
              "path": "/html[1]/body[1]/div[2]/span[1]/a[2]",
              "codeLines": [
                "<a role=\"button\" tabindex=\"0\" id=\"cookie_action_close_header_reject\" class=\"medium cli-plugin-butto...",
                "  Reject",
                "</a>"
              ]
            }
          },
          {
            "index": 500,
            "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": "a",
              "path": "/html[1]/body[1]/div[2]/span[1]/a[3]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/privacy-policy\" id=\"CONSTANT_OPEN_URL\" target=\"_blank\" c...",
                "  Read More",
                "</a>"
              ]
            }
          },
          {
            "index": 501,
            "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": "a",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a title=\"About Accessibility Ventures\" href=\"https://accessibilityventures.com/about-accessibility...",
                "  <span class=\"sidr-class-link-inner\">",
                "    About Us",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 502,
            "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": "a",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://accessibilityventures.com/why-websites-need-to-be-accessible/\">",
                "  <span class=\"sidr-class-link-inner\">",
                "    Why You Need It",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 503,
            "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": "a",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a title=\"Website Accessibility Tips\" href=\"https://accessibilityventures.com/website-accessibility...",
                "  <span class=\"sidr-class-link-inner\">",
                "    Website Accessibility Tips",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 504,
            "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": "a",
              "path": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a title=\"Accessibility Tool Frequently Asked Questions\" href=\"https://accessibilityventures.com/fa...",
                "  <span class=\"sidr-class-link-inner\">",
                "    FAQs",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 506,
            "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": "button",
              "path": "/html[1]/body[1]/div[10]/div[3]/form[1]/button[1]",
              "codeLines": [
                "<button type=\"submit\" class=\"sidr-class-searchform-submit\">",
                "  <span class=\"fa fa-search\"></span>",
                "</button>"
              ]
            }
          },
          {
            "index": 507,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]",
              "codeLines": [
                "Website Accessibility Made Simple!"
              ]
            }
          },
          {
            "index": 508,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/span[1]/text()[1]",
              "codeLines": [
                "The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those Wit..."
              ]
            }
          },
          {
            "index": 521,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h2[1]/text()[1]",
              "codeLines": [
                "It's Inexpensive and Easy"
              ]
            }
          },
          {
            "index": 522,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h4[1]/text()[1]",
              "codeLines": [
                "GET STARTED NOW!"
              ]
            }
          },
          {
            "index": 523,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]/span[1]/strong[1]/text()[1]",
              "codeLines": [
                "The Accessibility Tool is your solution to make your business website more accessible to those with..."
              ]
            }
          },
          {
            "index": 532,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]",
              "codeLines": [
                "Website Accessibility Made Simple!"
              ]
            }
          },
          {
            "index": 533,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/span[1]/text()[1]",
              "codeLines": [
                "The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those Wit..."
              ]
            }
          },
          {
            "index": 546,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h2[1]/text()[1]",
              "codeLines": [
                "It's Inexpensive and Easy"
              ]
            }
          },
          {
            "index": 547,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h4[1]/text()[1]",
              "codeLines": [
                "GET STARTED NOW!"
              ]
            }
          },
          {
            "index": 548,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]/span[1]/strong[1]/text()[1]",
              "codeLines": [
                "The Accessibility Tool is your solution to make your business website more accessible to those with..."
              ]
            }
          },
          {
            "index": 759,
            "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]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "About Us"
              ]
            }
          },
          {
            "index": 760,
            "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]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Why You Need It"
              ]
            }
          },
          {
            "index": 761,
            "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]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Website Accessibility Tips"
              ]
            }
          },
          {
            "index": 762,
            "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]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "FAQs"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://accessibilityventures.com/",
      "result": {
        "totals": {
          "rulesNA": 45,
          "rulesPassed": 49,
          "rulesWarned": 4,
          "rulesViolated": 5,
          "warnings": {
            "minor": 12,
            "moderate": 0,
            "serious": 6,
            "critical": 1
          },
          "violations": {
            "minor": 0,
            "moderate": 7,
            "serious": 24,
            "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:17:23.943Z",
          "url": "https://accessibilityventures.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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "36.0pt (48px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"wpex-bg-overlay dark\" style=\"background-color:#003882;opacity:.95;\" data-style=\"background-color:#003882;opacity:.95;\"></span>",
                          "target": [
                            ".wpex-bg-overlay"
                          ]
                        },
                        {
                          "html": "<div class=\"vc_parallax-inner skrollable skrollable-between\" data-bottom-top=\"top: 0%;\" data-top-bottom=\"top: 0%;\" style=\"height: 100%; background-image: url(&quot;https://accessibilityventures.com/wp-content/uploads/2018/11/Accessibility-Tool-Website-Header-1344x280-c.jpg&quot;); top: 0%;\"></div>",
                          "target": [
                            ".vc_parallax-inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"vcex-heading-inner clr\">Website Accessibility Made Simple!</span>",
                  "target": [
                    "h1 > .vcex-heading-inner.clr"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.5pt (22px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"wpex-bg-overlay dark\" style=\"background-color:#003882;opacity:.95;\" data-style=\"background-color:#003882;opacity:.95;\"></span>",
                          "target": [
                            ".wpex-bg-overlay"
                          ]
                        },
                        {
                          "html": "<div class=\"vc_parallax-inner skrollable skrollable-between\" data-bottom-top=\"top: 0%;\" data-top-bottom=\"top: 0%;\" style=\"height: 100%; background-image: url(&quot;https://accessibilityventures.com/wp-content/uploads/2018/11/Accessibility-Tool-Website-Header-1344x280-c.jpg&quot;); top: 0%;\"></div>",
                          "target": [
                            ".vc_parallax-inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"vcex-heading-inner clr\">The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those With Disabilities</span>",
                  "target": [
                    ".vc_custom_1554214953182 > .vcex-heading-inner.clr"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#363537",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscuring",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it partially overlaps other elements"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"vcex-content\">Provide a Better User Experience for People With Disabilities</div>",
                  "target": [
                    ".vc_custom_1554217176691 > .vcex-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it partially overlaps other elements"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "36.0pt (48px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"wpex-bg-overlay dark\" style=\"background-color:#003882;opacity:.95;\" data-style=\"background-color:#003882;opacity:.95;\"></span>",
                          "target": [
                            ".wpex-bg-overlay"
                          ]
                        },
                        {
                          "html": "<div class=\"vc_parallax-inner skrollable skrollable-between\" data-bottom-top=\"top: 0%;\" data-top-bottom=\"top: 0%;\" style=\"height: 100%; background-image: url(&quot;https://accessibilityventures.com/wp-content/uploads/2018/11/Accessibility-Tool-Website-Header-1344x280-c.jpg&quot;); top: 0%;\"></div>",
                          "target": [
                            ".vc_parallax-inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"vcex-heading-inner clr\">Website Accessibility Made Simple!</span>",
                  "target": [
                    "h1 > .vcex-heading-inner.clr"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.5pt (22px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"wpex-bg-overlay dark\" style=\"background-color:#003882;opacity:.95;\" data-style=\"background-color:#003882;opacity:.95;\"></span>",
                          "target": [
                            ".wpex-bg-overlay"
                          ]
                        },
                        {
                          "html": "<div class=\"vc_parallax-inner skrollable skrollable-between\" data-bottom-top=\"top: 0%;\" data-top-bottom=\"top: 0%;\" style=\"height: 100%; background-image: url(&quot;https://accessibilityventures.com/wp-content/uploads/2018/11/Accessibility-Tool-Website-Header-1344x280-c.jpg&quot;); top: 0%;\"></div>",
                          "target": [
                            ".vc_parallax-inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"vcex-heading-inner clr\">The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those With Disabilities</span>",
                  "target": [
                    ".vc_custom_1554214953182 > .vcex-heading-inner.clr"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#363537",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscuring",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it partially overlaps other elements"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"vcex-content\">Provide a Better User Experience for People With Disabilities</div>",
                  "target": [
                    ".vc_custom_1554217176691 > .vcex-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it partially overlaps other elements"
                }
              ]
            },
            {
              "id": "frame-tested",
              "impact": "critical",
              "tags": [
                "cat.structure",
                "review-item",
                "best-practice"
              ],
              "description": "Ensures <iframe> and <frame> elements contain the axe-core script",
              "help": "Frames should be tested with axe-core",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/frame-tested?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe src=\"https://player.vimeo.com/video/274406037?app_id=122963\" width=\"980\" height=\"551\" title=\"The Accessibility Tool from Accessibility Ventures\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allowfullscreen=\"\" data-ready=\"true\"></iframe>",
                  "target": [
                    "iframe"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"mobile-menu\" class=\"clr wpex-mobile-menu-toggle wpex-hidden\"><a href=\"#\" class=\"mobile-menu-toggle\"><span class=\"wpex-bars\" aria-hidden=\"true\"><span></span></span><span class=\"screen-reader-text\">Open Mobile Menu</span></a></div>",
                  "target": [
                    "#mobile-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"cookie-law-info-again\" style=\"display: none; background-color: rgb(255, 255, 255); color: rgb(0, 56, 130); position: fixed; font-family: inherit; width: auto; bottom: 0px; right: 100px;\" data-nosnippet=\"true\"><span id=\"cookie_hdr_showagain\">Privacy &amp; Cookies Policy</span></div>",
                  "target": [
                    "#cookie-law-info-again"
                  ],
                  "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=\"cli-modal\" data-nosnippet=\"true\" id=\"cliSettingsPopup\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"cliSettingsPopup\" aria-hidden=\"true\">",
                  "target": [
                    "#cliSettingsPopup"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"wt-cli-sr-only\">Close</span>",
                  "target": [
                    "#cliModalClose > .wt-cli-sr-only"
                  ],
                  "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=\"wt-cli-necessary-checkbox\">",
                  "target": [
                    ".wt-cli-necessary-checkbox"
                  ],
                  "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=\"cli-tab-content\">",
                  "target": [
                    ".cli-tab-section:nth-child(1) > .cli-tab-content"
                  ],
                  "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": "<input type=\"checkbox\" id=\"wt-cli-checkbox-non-necessary\" class=\"cli-user-preference-checkbox\" data-id=\"checkbox-non-necessary\" checked=\"checked\">",
                  "target": [
                    "#wt-cli-checkbox-non-necessary"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"wt-cli-sr-only\">Non-necessary</span>",
                  "target": [
                    ".cli-slider > .wt-cli-sr-only"
                  ],
                  "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=\"cli-tab-content\">",
                  "target": [
                    ".cli-tab-section:nth-child(2) > .cli-tab-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"mobile-menu-search\" class=\"clr wpex-hidden\">",
                  "target": [
                    "#mobile-menu-search"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"#outer-wrap\" id=\"site-scroll-top\"><span class=\"fa fa-chevron-up\" aria-hidden=\"true\"></span><span class=\"screen-reader-text\">Back To Top</span></a>",
                  "target": [
                    "#site-scroll-top"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"sidr-close\"><div class=\"wpex-close\"><a href=\"#\" aria-hidden=\"true\" role=\"button\" tabindex=\"-1\">×</a></div></div>",
                  "target": [
                    "#sidr-close"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "button-name",
              "impact": "critical",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "section508",
                "section508.22.a",
                "ACT"
              ],
              "description": "Ensures buttons have discernible text",
              "help": "Buttons must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/button-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "button-has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have inner text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<button type=\"submit\" class=\"sidr-class-searchform-submit\"><span class=\"fa fa-search\"></span></button>",
                  "target": [
                    ".sidr-class-searchform-submit"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#07a0c3",
                        "contrastRatio": 3.07,
                        "fontSize": "14.5pt (19.386px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-0\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">",
                          "target": [
                            ".wpex-dhover-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"theme-button-inner\">Get Started Now!</span>",
                  "target": [
                    ".wpex-dhover-0 > .theme-button-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#07a0c3",
                        "contrastRatio": 3.07,
                        "fontSize": "14.5pt (19.386px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-1\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">",
                          "target": [
                            ".wpex-dhover-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"theme-button-inner\">Get Started Now!</span>",
                  "target": [
                    ".wpex-dhover-1 > .theme-button-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#75d69c",
                        "contrastRatio": 1.77,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"vc_general vc_cta3 vc_cta3-style-3d vc_cta3-shape-rounded vc_cta3-align-center vc_cta3-color-vista-blue vc_cta3-icon-size-md vc_cta3-actions-bottom vc_custom_1554218404739\">",
                          "target": [
                            ".vc_cta3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 style=\"font-size: 32px;color: #ffffff;line-height: 2.0\" class=\"vc_custom_heading\">It's Inexpensive and Easy </h2>",
                  "target": [
                    "h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#75d69c",
                        "contrastRatio": 1.77,
                        "fontSize": "16.5pt (22px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"vc_general vc_cta3 vc_cta3-style-3d vc_cta3-shape-rounded vc_cta3-align-center vc_cta3-color-vista-blue vc_cta3-icon-size-md vc_cta3-actions-bottom vc_custom_1554218404739\">",
                          "target": [
                            ".vc_cta3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h4 style=\"font-size: 22px;line-height: 2\" class=\"vc_custom_heading\">GET STARTED NOW!</h4>",
                  "target": [
                    ".vc_custom_heading:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#75d69c",
                        "contrastRatio": 1.77,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"vc_general vc_cta3 vc_cta3-style-3d vc_cta3-shape-rounded vc_cta3-align-center vc_cta3-color-vista-blue vc_cta3-icon-size-md vc_cta3-actions-bottom vc_custom_1554218404739\">",
                          "target": [
                            ".vc_cta3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>The Accessibility Tool is your solution to make your business website more accessible to those with disabilities.&nbsp; &nbsp;It’s a month-to-month subscription and you can cancel at any time.</strong>",
                  "target": [
                    "strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0088cc",
                        "contrastRatio": 3.89,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-round vc_btn3-style-3d vc_btn3-color-primary\" href=\"https://signup.accessibilitytool.com\" title=\"Get the Accessibility Tool Now\">Sign-Up Now!</a>",
                          "target": [
                            ".vc_btn3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.89 (foreground color: #ffffff, background color: #0088cc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-round vc_btn3-style-3d vc_btn3-color-primary\" href=\"https://signup.accessibilitytool.com\" title=\"Get the Accessibility Tool Now\">Sign-Up Now!</a>",
                  "target": [
                    ".vc_btn3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.89 (foreground color: #ffffff, background color: #0088cc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#07a0c3",
                        "contrastRatio": 3.07,
                        "fontSize": "14.5pt (19.386px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-2\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">",
                          "target": [
                            ".wpex-dhover-2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"theme-button-inner\">Get Started Now!</span>",
                  "target": [
                    ".wpex-dhover-2 > .theme-button-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">About Us</span>",
                  "target": [
                    "a[title=\"About Accessibility Ventures\"] > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">Why You Need It</span>",
                  "target": [
                    "#sidr-id-menu-item-465 > a > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">Website Accessibility Tips</span>",
                  "target": [
                    "a[title=\"Website Accessibility Tips\"] > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">FAQs</span>",
                  "target": [
                    "#sidr-id-menu-item-261 > a > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\">",
                  "target": [
                    ".sidr-class-mobile-menu-searchform > input[type=\"search\"][name=\"s\"][autocomplete=\"off\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#07a0c3",
                        "contrastRatio": 3.07,
                        "fontSize": "14.5pt (19.386px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-0\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">",
                          "target": [
                            ".wpex-dhover-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"theme-button-inner\">Get Started Now!</span>",
                  "target": [
                    ".wpex-dhover-0 > .theme-button-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#07a0c3",
                        "contrastRatio": 3.07,
                        "fontSize": "14.5pt (19.386px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-1\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">",
                          "target": [
                            ".wpex-dhover-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"theme-button-inner\">Get Started Now!</span>",
                  "target": [
                    ".wpex-dhover-1 > .theme-button-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#75d69c",
                        "contrastRatio": 1.77,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"vc_general vc_cta3 vc_cta3-style-3d vc_cta3-shape-rounded vc_cta3-align-center vc_cta3-color-vista-blue vc_cta3-icon-size-md vc_cta3-actions-bottom vc_custom_1554218404739\">",
                          "target": [
                            ".vc_cta3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 style=\"font-size: 32px;color: #ffffff;line-height: 2.0\" class=\"vc_custom_heading\">It's Inexpensive and Easy </h2>",
                  "target": [
                    "h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 3:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#75d69c",
                        "contrastRatio": 1.77,
                        "fontSize": "16.5pt (22px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"vc_general vc_cta3 vc_cta3-style-3d vc_cta3-shape-rounded vc_cta3-align-center vc_cta3-color-vista-blue vc_cta3-icon-size-md vc_cta3-actions-bottom vc_custom_1554218404739\">",
                          "target": [
                            ".vc_cta3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h4 style=\"font-size: 22px;line-height: 2\" class=\"vc_custom_heading\">GET STARTED NOW!</h4>",
                  "target": [
                    ".vc_custom_heading:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#75d69c",
                        "contrastRatio": 1.77,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"vc_general vc_cta3 vc_cta3-style-3d vc_cta3-shape-rounded vc_cta3-align-center vc_cta3-color-vista-blue vc_cta3-icon-size-md vc_cta3-actions-bottom vc_custom_1554218404739\">",
                          "target": [
                            ".vc_cta3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>The Accessibility Tool is your solution to make your business website more accessible to those with disabilities.&nbsp; &nbsp;It’s a month-to-month subscription and you can cancel at any time.</strong>",
                  "target": [
                    "strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #75d69c, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0088cc",
                        "contrastRatio": 3.89,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-round vc_btn3-style-3d vc_btn3-color-primary\" href=\"https://signup.accessibilitytool.com\" title=\"Get the Accessibility Tool Now\">Sign-Up Now!</a>",
                          "target": [
                            ".vc_btn3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.89 (foreground color: #ffffff, background color: #0088cc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-round vc_btn3-style-3d vc_btn3-color-primary\" href=\"https://signup.accessibilitytool.com\" title=\"Get the Accessibility Tool Now\">Sign-Up Now!</a>",
                  "target": [
                    ".vc_btn3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.89 (foreground color: #ffffff, background color: #0088cc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#07a0c3",
                        "contrastRatio": 3.07,
                        "fontSize": "14.5pt (19.386px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-2\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">",
                          "target": [
                            ".wpex-dhover-2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"theme-button-inner\">Get Started Now!</span>",
                  "target": [
                    ".wpex-dhover-2 > .theme-button-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.07 (foreground color: #ffffff, background color: #07a0c3, font size: 14.5pt (19.386px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">About Us</span>",
                  "target": [
                    "a[title=\"About Accessibility Ventures\"] > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">Why You Need It</span>",
                  "target": [
                    "#sidr-id-menu-item-465 > a > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">Website Accessibility Tips</span>",
                  "target": [
                    "a[title=\"Website Accessibility Tips\"] > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"sidr-class-link-inner\">FAQs</span>",
                  "target": [
                    "#sidr-id-menu-item-261 > a > .sidr-class-link-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#262626",
                        "contrastRatio": 3.05,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">",
                          "target": [
                            "#sidr-main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\">",
                  "target": [
                    ".sidr-class-mobile-menu-searchform > input[type=\"search\"][name=\"s\"][autocomplete=\"off\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #707070, background color: #262626, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554214953182 wpex-rcss-1\" data-wpex-rcss=\"{&quot;font-size&quot;:{&quot;d&quot;:&quot;22px&quot;,&quot;pp&quot;:&quot;20px&quot;}}\" style=\"color:#ffffff;text-align:center;line-height:1.25;\">",
                  "target": [
                    ".vc_custom_1554214953182"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                },
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4 style=\"font-size: 22px;line-height: 2\" class=\"vc_custom_heading\">GET STARTED NOW!</h4>",
                  "target": [
                    ".vc_custom_heading:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<span class=\"screen-reader-text\">Facebook</span>",
                  "target": [
                    ".wpex-facebook > .screen-reader-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"footer-bottom\" class=\"clr\">\n\t<div id=\"footer-bottom-inner\" class=\"container clr\">\n\t\t\n<div id=\"copyright\" class=\"clr\">\n\tCopyright 2018-2022 - Accessibility Ventures LLC - All Rights Reserved</div><!-- #copyright -->\t</div><!-- #footer-bottom-inner -->\n</div>",
                  "target": [
                    "#footer-bottom"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"cookie-law-info-bar\" data-nosnippet=\"true\" style=\"background-color: rgb(255, 255, 255); color: rgb(0, 56, 130); font-family: inherit; bottom: 0px; position: fixed; display: block;\">",
                  "target": [
                    "#cookie-law-info-bar"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"sidr-inner\">",
                  "target": [
                    ".sidr-inner:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\">",
                  "target": [
                    ".sidr-class-mobile-menu-searchform > input[type=\"search\"][name=\"s\"][autocomplete=\"off\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://accessibilityventures.com/",
      "result": {
        "Error": {
          "AA.1_4_3.G145.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 3:1, but text in this element has a contrast ratio of 1.77:1. Recommendation:  change background to #45a66c.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 style=\"font-size: 32px;color: #ffffff;line-height: 2.0\" class=\"vc_custom_heading\">...</h2>"
              },
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 style=\"font-size: 22px;line-height: 2\" class=\"vc_custom_heading\">...</h4>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 3:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #949494.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"vcex-heading-inner clr\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.89:1. Recommendation:  change background to #007dbc.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-round vc_btn3-style-3d vc_btn3-color-primary\" href=\"https://signup.accessibilitytool.com\" title=\"Get the Accessibility Tool Now\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.06:1. Recommendation:  change text colour to #fff.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"sidr-class-link-inner\">...</span>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.08:1. Recommendation:  change background to #00819f.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"theme-button-inner\">...</span>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.77:1. Recommendation:  change background to #26874d.": [
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ]
          },
          "AA.4_1_2.H91.Button.Name": {
            "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button type=\"submit\" class=\"searchform-submit\">...</button>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button type=\"submit\" class=\"sidr-class-searchform-submit\">...</button>"
              }
            ]
          },
          "AA.4_1_2.H91.InputSearch.Name": {
            "This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "input",
                "id": "",
                "code": "<input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\">"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554214953182 wpex-rcss-1\" data-wpex-rcss=\"{&quot;font-size&quot;:{&quot;d&quot;:&quot;22px&quot;,&quot;pp&quot;:&quot;20px&quot;}}\" style=\"color:#ffffff;text-align:center;line-height:1.25;\">...</h4>"
              }
            ],
            "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 style=\"font-size: 22px;line-height: 2\" class=\"vc_custom_heading\">...</h4>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "#site-scroll-top",
                "code": "<a href=\"#outer-wrap\" id=\"site-scroll-top\">...</a>"
              },
              {
                "tagName": "div",
                "id": "#cookie-law-info-again",
                "code": "<div id=\"cookie-law-info-again\" style=\"display: none; background-color: rgb(255, 255, 255); color: rgb(0, 56, 130); position: fixed; font-family: inherit; width: auto; bottom: 0px; right: 100px;\" data-nosnippet=\"true\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#cookie-law-info-bar",
                "code": "<div id=\"cookie-law-info-bar\" data-nosnippet=\"true\" style=\"background-color: rgb(255, 255, 255); color: rgb(0, 56, 130); font-family: inherit; bottom: 0px; position: fixed; display: block;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#sidr-main",
                "code": "<div id=\"sidr-main\" class=\"sidr right\" style=\"transition: right 0.3s ease 0s;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"cli-modal-backdrop cli-fade cli-popupbar-overlay\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"cli-modal-backdrop cli-fade cli-settings-overlay\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"wpex-sidr-overlay wpex-hidden\">...</div>"
              }
            ]
          },
          "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": "span",
                "id": "",
                "code": "<span class=\"link-inner\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</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": "a",
                "id": "",
                "code": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-0\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-1\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://signup.accessibilitytool.com\" title=\"Sign Up for the Accessibility Tool\" class=\"vcex-button theme-button three-d blue medium align-center inline animate-on-hover wpex-dhover-2\" style=\"background:#07a0c3;border-radius:30px;\" data-wpex-hover=\"{&quot;background&quot;:&quot;#b9d8c2&quot;,&quot;color&quot;:&quot;#003882&quot;}\">...</a>"
              }
            ]
          },
          "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": "a",
                "id": "#CONSTANT_OPEN_URL",
                "code": "<a href=\"https://accessibilityventures.com/privacy-policy\" id=\"CONSTANT_OPEN_URL\" target=\"_blank\" class=\"cli-plugin-main-link\" style=\"display: inline-block; margin: 5px; color: rgb(0, 56, 130);\">...</a>"
              },
              {
                "tagName": "a",
                "id": "#cookie_action_close_header_reject",
                "code": "<a role=\"button\" tabindex=\"0\" id=\"cookie_action_close_header_reject\" class=\"medium cli-plugin-button cli-plugin-main-button cookie_action_close_header_reject cli_action_button\" data-cli_action=\"reject\" style=\"margin: 5px; color: rgb(255, 255, 255); background-color: rgb(0, 56, 130);\">...</a>"
              },
              {
                "tagName": "a",
                "id": "#cookie_action_close_header",
                "code": "<a role=\"button\" tabindex=\"0\" data-cli_action=\"accept\" id=\"cookie_action_close_header\" class=\"medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button\" style=\"display: inline-block; margin: 5px; color: rgb(255, 255, 255); background-color: rgb(0, 56, 130);\">...</a>"
              },
              {
                "tagName": "div",
                "id": "#cookie-law-info-again",
                "code": "<div id=\"cookie-law-info-again\" style=\"display: none; background-color: rgb(255, 255, 255); color: rgb(0, 56, 130); position: fixed; font-family: inherit; width: auto; bottom: 0px; right: 100px;\" data-nosnippet=\"true\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#cookie-law-info-bar",
                "code": "<div id=\"cookie-law-info-bar\" data-nosnippet=\"true\" style=\"background-color: rgb(255, 255, 255); color: rgb(0, 56, 130); font-family: inherit; bottom: 0px; position: fixed; display: block;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"color:#003882;font-size:20px;letter-spacing:1px;font-weight:600;text-align:center;\" class=\"wpb_text_column has-custom-color wpb_content_element  vc_custom_1554220702495\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"color:#ffffff;\" class=\"wpb_text_column has-custom-color wpb_content_element  vc_custom_1554220453302\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"font-size:20px;color:#363537;\" class=\"vcex-module vcex-list_item clr vc_custom_1554217176691 textcenter\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"font-size:20px;color:#363537;\" class=\"vcex-module vcex-list_item clr vc_custom_1554217191233 textcenter\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"font-size:20px;color:#363537;\" class=\"vcex-module vcex-list_item clr vc_custom_1554217207253 textcenter\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"font-size:20px;color:#363537;\" class=\"vcex-module vcex-list_item clr vc_custom_1554217235234 textcenter\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"font-size:20px;color:#363537;\" class=\"vcex-module vcex-list_item clr vc_custom_1554217249745 textcenter\">...</div>"
              },
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554214937896 wpex-rcss-0\" data-wpex-rcss=\"{&quot;font-size&quot;:{&quot;d&quot;:&quot;48px&quot;,&quot;pp&quot;:&quot;36px&quot;}}\" style=\"color:#ffffff;text-align:center;line-height:1.25;\">...</h1>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 style=\"font-size: 32px;color: #ffffff;line-height: 2.0\" class=\"vc_custom_heading\">...</h2>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554217381919\" style=\"color:#ffffff;text-align:center;\">...</h3>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554220677667\" style=\"color:#003882;font-weight:700;text-align:center;\">...</h3>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554220748193\" style=\"color:#003882;font-weight:700;text-align:center;\">...</h3>"
              },
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554214953182 wpex-rcss-1\" data-wpex-rcss=\"{&quot;font-size&quot;:{&quot;d&quot;:&quot;22px&quot;,&quot;pp&quot;:&quot;20px&quot;}}\" style=\"color:#ffffff;text-align:center;line-height:1.25;\">...</h4>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"vcex-icon-wrap\" style=\"font-size:42px;color:#003882;\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: #ffffff; font-family: 'Open Sans';\">...</span>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://accessibilityventures.com/",
      "result": {
        "content": {
          "totals": {
            "violation": 17,
            "recommendation": 1,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Input_ExplicitLabel",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[3]/form[1]/button[1]",
                "aria": "/document[1]/button[6]"
              },
              "message": "Form control element <button> has no associated label",
              "bounds": {
                "left": 1070,
                "top": 328,
                "height": 30,
                "width": 30
              },
              "snippet": "<button class=\"sidr-class-searchform-submit\" type=\"submit\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]",
                "aria": "/document[1]"
              },
              "message": "The <div> element has the id \"site-header-sticky-wrapper\" that is already in use",
              "bounds": {
                "left": 0,
                "top": 41,
                "height": 96,
                "width": 800
              },
              "snippet": "<div class=\"wpex-sticky-header-holder not-sticky\" id=\"site-header-sticky-wrapper\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[3]/form[1]/input[1]",
                "aria": "/document[1]/searchbox[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 820,
                "top": 317,
                "height": 54,
                "width": 280
              },
              "snippet": "<input placeholder=\"Search\" autocomplete=\"off\" name=\"s\" type=\"search\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 800,
                "top": 62,
                "height": 225,
                "width": 320
              },
              "snippet": "<ul class=\"sidr-class-dropdown-menu sidr-class-sf-menu sidr-class-sf-js-enabled\" id=\"sidr-id-menu-main-menu\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/button[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 800,
                "top": 0,
                "height": 62,
                "width": 61
              },
              "snippet": "<a tabindex=\"-1\" role=\"button\" aria-hidden=\"true\" href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 734,
                "top": 7,
                "height": 26,
                "width": 26
              },
              "snippet": "<a class=\"wpex-facebook wpex-social-btn wpex-social-btn-bordered wpex-social-border wpex-semi-rounded wpex-social-color\" target=\"_blank\" title=\"Facebook\" href=\"http://www.facebook.com/TheAccessibilityTool\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": -46,
                "height": 30,
                "width": 174
              },
              "snippet": "<a class=\"skip-to-content\" href=\"#content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[4]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[4]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 248,
                "height": 22,
                "width": 38
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[3]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[3]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 192,
                "height": 22,
                "width": 188
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[2]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[2]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 136,
                "height": 22,
                "width": 123
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[1]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[1]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 79,
                "height": 22,
                "width": 69
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]",
                "aria": "/document[1]/main[1]/article[1]/link[4]"
              },
              "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 19.386px and weight of 400",
              "bounds": {
                "left": 324,
                "top": 2339,
                "height": 26,
                "width": 154
              },
              "snippet": "<span class=\"theme-button-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]/span[1]/strong[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
              "bounds": {
                "left": 460,
                "top": 1817,
                "height": 203,
                "width": 272
              },
              "snippet": "<strong>",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h4[1]",
                "aria": "/document[1]/main[1]/article[1]/heading[6]"
              },
              "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
              "bounds": {
                "left": 459,
                "top": 1770,
                "height": 44,
                "width": 272
              },
              "snippet": "<h4 class=\"vc_custom_heading\" style=\"font-size: 22px;line-height: 2\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h2[1]",
                "aria": "/document[1]/main[1]/article[1]/heading[5]"
              },
              "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 600",
              "bounds": {
                "left": 459,
                "top": 1642,
                "height": 128,
                "width": 272
              },
              "snippet": "<h2 class=\"vc_custom_heading\" style=\"font-size: 32px;color: #ffffff;line-height: 2.0\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]/span[1]",
                "aria": "/document[1]/main[1]/article[1]/link[2]"
              },
              "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 19.386px and weight of 400",
              "bounds": {
                "left": 324,
                "top": 1450,
                "height": 26,
                "width": 154
              },
              "snippet": "<span class=\"theme-button-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]",
                "aria": "/document[1]/main[1]/article[1]/link[1]"
              },
              "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 19.386px and weight of 400",
              "bounds": {
                "left": 324,
                "top": 491,
                "height": 26,
                "width": 154
              },
              "snippet": "<span class=\"theme-button-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[5]",
                "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"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 17,
            "recommendation": 1,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Input_ExplicitLabel",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[3]/form[1]/button[1]",
                "aria": "/document[1]/button[6]"
              },
              "message": "Form control element <button> has no associated label",
              "bounds": {
                "left": 1070,
                "top": 328,
                "height": 30,
                "width": 30
              },
              "snippet": "<button class=\"sidr-class-searchform-submit\" type=\"submit\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/span[1]/a[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 614,
                "top": 518,
                "height": 31,
                "width": 65
              },
              "snippet": "<a style=\"display: inline-block; margin: 5px; color: rgb(255, 255, 255); background-color: rgb(0, 56, 130);\" class=\"medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button\" id=\"cookie_action_close_header\" data-cli_action=\"accept\" tabindex=\"0\" role=\"button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[3]/form[1]/input[1]",
                "aria": "/document[1]/searchbox[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 820,
                "top": 317,
                "height": 54,
                "width": 280
              },
              "snippet": "<input placeholder=\"Search\" autocomplete=\"off\" name=\"s\" type=\"search\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 800,
                "top": 62,
                "height": 225,
                "width": 320
              },
              "snippet": "<ul class=\"sidr-class-dropdown-menu sidr-class-sf-menu sidr-class-sf-js-enabled\" id=\"sidr-id-menu-main-menu\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/button[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 800,
                "top": 0,
                "height": 62,
                "width": 61
              },
              "snippet": "<a tabindex=\"-1\" role=\"button\" aria-hidden=\"true\" href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 734,
                "top": 7,
                "height": 26,
                "width": 26
              },
              "snippet": "<a class=\"wpex-facebook wpex-social-btn wpex-social-btn-bordered wpex-social-border wpex-semi-rounded wpex-social-color\" target=\"_blank\" title=\"Facebook\" href=\"http://www.facebook.com/TheAccessibilityTool\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": -46,
                "height": 30,
                "width": 174
              },
              "snippet": "<a class=\"skip-to-content\" href=\"#content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[4]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[4]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 248,
                "height": 22,
                "width": 39
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[3]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[3]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 192,
                "height": 22,
                "width": 188
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[2]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[2]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 136,
                "height": 22,
                "width": 124
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[10]/div[2]/ul[1]/li[1]/a[1]/span[1]",
                "aria": "/document[1]/list[1]/listitem[1]/link[1]"
              },
              "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 820,
                "top": 79,
                "height": 22,
                "width": 69
              },
              "snippet": "<span class=\"sidr-class-link-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]",
                "aria": "/document[1]/main[1]/article[1]/link[4]"
              },
              "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 19.386px and weight of 400",
              "bounds": {
                "left": 323,
                "top": 2339,
                "height": 26,
                "width": 155
              },
              "snippet": "<span class=\"theme-button-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]/span[1]/strong[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
              "bounds": {
                "left": 460,
                "top": 1817,
                "height": 203,
                "width": 272
              },
              "snippet": "<strong>",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h4[1]",
                "aria": "/document[1]/main[1]/article[1]/heading[6]"
              },
              "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
              "bounds": {
                "left": 459,
                "top": 1770,
                "height": 44,
                "width": 272
              },
              "snippet": "<h4 class=\"vc_custom_heading\" style=\"font-size: 22px;line-height: 2\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[5]/div[2]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/h2[1]",
                "aria": "/document[1]/main[1]/article[1]/heading[5]"
              },
              "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 600",
              "bounds": {
                "left": 459,
                "top": 1642,
                "height": 128,
                "width": 272
              },
              "snippet": "<h2 class=\"vc_custom_heading\" style=\"font-size: 32px;color: #ffffff;line-height: 2.0\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]/span[1]",
                "aria": "/document[1]/main[1]/article[1]/link[2]"
              },
              "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 19.386px and weight of 400",
              "bounds": {
                "left": 323,
                "top": 1450,
                "height": 26,
                "width": 155
              },
              "snippet": "<span class=\"theme-button-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]",
                "aria": "/document[1]/main[1]/article[1]/link[1]"
              },
              "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 19.386px and weight of 400",
              "bounds": {
                "left": 323,
                "top": 491,
                "height": 26,
                "width": 155
              },
              "snippet": "<span class=\"theme-button-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[5]",
                "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"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://accessibilityventures.com/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "The Accessibility Tool - Web Accessibility Tool from Accessibility Ventures - Website Compliance",
          "pageurl": "https://accessibilityventures.com/",
          "time": 6.13,
          "creditsremaining": 282,
          "allitemcount": 79,
          "totalelements": 354,
          "waveurl": "http://wave.webaim.org/report?url=https://accessibilityventures.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 4,
            "items": {
              "label_missing": {
                "id": "label_missing",
                "description": "Missing form label",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#mobile-menu-search > FORM:first-child > INPUT:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV + DIV > FORM:first-child > INPUT:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "button_empty": {
                "id": "button_empty",
                "description": "Empty button",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#mobile-menu-search > FORM:first-child > INPUT:first-child + BUTTON",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV + DIV > FORM:first-child > INPUT:first-child + BUTTON"
                ],
                "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": 13,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 13,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + H4 > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + H4 + DIV > DIV:first-child > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > H2:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > H2:first-child + H4",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + P > SPAN:first-child > STRONG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > H3:first-child + DIV > DIV:first-child > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > UL#sidr-id-menu-main-menu > LI#sidr-id-menu-item-263 > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > UL#sidr-id-menu-main-menu > LI#sidr-id-menu-item-465 > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > UL#sidr-id-menu-main-menu > LI#sidr-id-menu-item-262 > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > UL#sidr-id-menu-main-menu > LI#sidr-id-menu-item-261 > A:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    3.07,
                    "#ffffff",
                    "#07a0c3",
                    false
                  ],
                  [
                    3.07,
                    "#ffffff",
                    "#07a0c3",
                    false
                  ],
                  [
                    1.77,
                    "#ffffff",
                    "#75d69c",
                    true
                  ],
                  [
                    1.77,
                    "#ffffff",
                    "#75d69c",
                    false
                  ],
                  [
                    1.77,
                    "#ffffff",
                    "#75d69c",
                    false
                  ],
                  [
                    3.89,
                    "#ffffff",
                    "#0088cc",
                    false
                  ],
                  [
                    3.07,
                    "#ffffff",
                    "#07a0c3",
                    false
                  ],
                  [
                    3.05,
                    "#707070",
                    "#262626",
                    false
                  ],
                  [
                    3.05,
                    "#707070",
                    "#262626",
                    false
                  ],
                  [
                    3.05,
                    "#707070",
                    "#262626",
                    false
                  ],
                  [
                    3.05,
                    "#707070",
                    "#262626",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 13,
            "items": {
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + H4",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > H2:first-child + H4"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#cookie-law-info-bar > SPAN:first-child > A#CONSTANT_OPEN_URL"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE#single-blocks > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > H3:first-child + DIV > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child > META:first-child + LINK + META + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + SCRIPT + LINK + LINK + LINK + LINK + LINK + LINK + SCRIPT + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + LINK + META + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + SCRIPT + LINK + LINK + LINK + LINK + LINK + LINK + SCRIPT + NOSCRIPT + SCRIPT + STYLE + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > A:first-child + SPAN + DIV + DIV + DIV + DIV + DIV + DIV + SCRIPT + NOSCRIPT"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > DIV#top-bar-wrap > DIV#top-bar > DIV#top-bar-social > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > DIV#site-header-sticky-wrapper > HEADER#site-header > DIV#site-header-inner > DIV#site-navigation-wrap > NAV#site-navigation > UL#menu-main-menu > LI#menu-item-262 > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > FOOTER#footer > DIV#footer-inner > DIV#footer-widgets > DIV:first-child > DIV#wpex_info_widget-2 > DIV:first-child + DIV > DIV:first-child + DIV > SPAN:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > UL#sidr-id-menu-main-menu > LI#sidr-id-menu-item-262 > A:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessibilityventures.com/",
      "what": "URL",
      "result": "https://accessibilityventures.com/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://accessibilityventures.com/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.067",
        "responseTime": "2022-07-09T14:18:01.592Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1030501,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 168,
              "failing": 12
            },
            "issues": {
              "totalErrors": 23,
              "totalWarnings": 3,
              "totalIssues": 26
            },
            "issuesByLevel": {
              "A": {
                "count": 17,
                "pct": 65.38
              },
              "AA": {
                "count": 10,
                "pct": 38.46
              },
              "AAA": {
                "count": 26,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "c7561c88-e050-436b-ada0-852d761d360d",
          "docID": "08318485-0224-4eb0-dd83-8d8a8c0fafb1",
          "sourceHash": "fefad9333262caf786187798a6246a3b",
          "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=c7561c88-e050-436b-ada0-852d761d360d",
          "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": 2278.75
                },
                "height": 2278.75,
                "width": 1024
              },
              "position": {
                "line": 2881,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-16 wp-custom-logo wpex-theme wpex-responsive full-width-main-layout has-composer wpex-live-site content-full-width has-topbar sidebar-widget-icons hasnt-overlay-header page-header-disabled wpex-mobi",
              "xpath": "/html/body",
              "issueID": "533bdb0bd4ebe447fd991826af545154",
              "signature": "95949941658fa852388dd5da393b0309",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=533bdb0bd4ebe447fd991826af545154"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "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 in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 830.5,
                  "y": 14
                },
                "bottom-right": {
                  "x": 908.5,
                  "y": 38
                },
                "height": 24,
                "width": 78
              },
              "position": {
                "line": 1902,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://accessibilityventures.com/privacy-policy\" id=\"CONSTANT_OPEN_URL\" target=\"_blank\" class=\"cli-plugin-main-link\" style=\"display: inline-block; margin: 5px; color: rgb(0, 56, 130);\"&gt;Read More&lt;/a&gt;",
              "xpath": "/html/body/div[2]/span[1]/a[3]",
              "issueID": "21816a609b73ea4b9489b52623178953",
              "signature": "e34e91d9bb0bf68a3b95d4241f226c33",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=21816a609b73ea4b9489b52623178953"
            },
            {
              "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": 22,
                  "y": 22
                },
                "height": 22,
                "width": 22
              },
              "position": {
                "line": 845,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://www.facebook.com/TheAccessibilityTool\" title=\"Facebook\" target=\"_blank\" class=\"wpex-facebook wpex-social-btn wpex-social-btn-bordered wpex-social-border wpex-semi-rounded wpex-social-color\"&gt;&lt;span class=\"fa fa-facebook\" aria-hidde",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "c838ebd890b249fc7d0e389e481a39c6",
              "signature": "da6516901da15ca4ce6309228aab7768",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c838ebd890b249fc7d0e389e481a39c6"
            },
            {
              "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": 279,
                  "y": 50
                },
                "height": 50,
                "width": 279
              },
              "position": {
                "line": 846,
                "column": 0
              },
              "errorSnippet": "&lt;a title=\"Website Accessibility Tips\" href=\"https://accessibilityventures.com/website-accessibility-tips/\"&gt;&lt;span class=\"link-inner\"&gt;Website Accessibility Tips&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "1ad4fae00ef5ec87c29b8b1fcef32bd1",
              "signature": "883bc9683db9f0cd8e313038140f0def",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1ad4fae00ef5ec87c29b8b1fcef32bd1"
            },
            {
              "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": 41.53125,
                  "y": 1
                },
                "bottom-right": {
                  "x": 116.53125,
                  "y": 25
                },
                "height": 24,
                "width": 75
              },
              "position": {
                "line": 846,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"mailto:info@accessibilityventures.com\" title=\"Email Us\"&gt;Email Us&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]",
              "issueID": "f8f8d35db06a8edeb80cf5135a3ee794",
              "signature": "bf431974eb98dffa57bc85dd200f1089",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f8f8d35db06a8edeb80cf5135a3ee794"
            },
            {
              "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": 174.5625
                },
                "bottom-right": {
                  "x": 280,
                  "y": 200.5437
                },
                "height": 25.981199999999998,
                "width": 280
              },
              "position": {
                "line": 4839,
                "column": 0
              },
              "errorSnippet": "&lt;a title=\"Website Accessibility Tips\" href=\"https://accessibilityventures.com/website-accessibility-tips/\"&gt;&lt;span class=\"sidr-class-link-inner\"&gt;Website Accessibility Tips&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[10]/div[2]/ul[1]/li[3]/a[1]",
              "issueID": "6a3360acf762e4f5904f2547078eb42d",
              "signature": "d42a0a1a77d4a69c6b199a46814a3319",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6a3360acf762e4f5904f2547078eb42d"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 58.296875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 863.296875,
                  "y": 60
                },
                "height": 60,
                "width": 805
              },
              "position": {
                "line": 8627,
                "column": 0
              },
              "errorSnippet": "&lt;span class=\"vcex-heading-inner clr\"&gt;Website Accessibility Made Simple!&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]",
              "issueID": "0f4435085441e221e78eed56a74a074e",
              "signature": "5c763cb619d41f14b273aa1680969750",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=0f4435085441e221e78eed56a74a074e"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 96
                },
                "bottom-right": {
                  "x": 921.609,
                  "y": 150
                },
                "height": 54,
                "width": 921.609
              },
              "position": {
                "line": 8627,
                "column": 0
              },
              "errorSnippet": "&lt;span class=\"vcex-heading-inner clr\"&gt;The Accessibility Tool Makes Your Website More Compatible With Assistive Technologies For Those With Disabilities&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/span[1]",
              "issueID": "55959aa088e07f1e453b0d61512aa77f",
              "signature": "2d8f30c7fee716bcc9c259f700fa6d33",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=55959aa088e07f1e453b0d61512aa77f"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "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": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -12
                },
                "bottom-right": {
                  "x": 0,
                  "y": -12
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1902,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"cli-privacy-readmore\" aria-label=\"Show more\" tabindex=\"0\" role=\"button\" data-readmore-text=\"Show more\" data-readless-text=\"Show less\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "105c9106d49bd98faa702d5237147bd9",
              "signature": "8f137cf3db0927300e72e5b29a0a7e6a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=105c9106d49bd98faa702d5237147bd9"
            },
            {
              "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": -17.5
                },
                "bottom-right": {
                  "x": 0,
                  "y": -17.5
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8685,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"cli-modal-dialog\" role=\"document\"&gt; &lt;div class=\"cli-modal-content cli-bar-popup\"&gt; &lt;button type=\"button\" class=\"cli-modal-close\" id=\"cliModalClose\"&gt; &lt;svg class=\"\" viewBox=\"0 0 24 24\"&gt;&lt;path d=\"M19 6.41l-1.41-1.41-5.59 ",
              "xpath": "/html/body/div[4]/div[1]",
              "issueID": "3fd8fdcc7de54b7a44e7dedd25028143",
              "signature": "be308423b5c14a6d38ddb59b9155020d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=3fd8fdcc7de54b7a44e7dedd25028143"
            },
            {
              "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": 38,
                  "y": 20
                },
                "height": 20,
                "width": 38
              },
              "position": {
                "line": 5451,
                "column": 321
              },
              "errorSnippet": "&lt;label for=\"wt-cli-checkbox-non-necessary\" class=\"cli-slider\" data-cli-enable=\"Enabled\" data-cli-disable=\"Disabled\"&gt;&lt;span class=\"wt-cli-sr-only\" style=\"\"&gt;Non-necessary&lt;/span&gt;&lt;/label&gt;",
              "xpath": "/html/body/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/label[1]",
              "issueID": "f79773dfa25b91ed0059678b217b9629",
              "signature": "2113eec343a811e87205741147109c8d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=f79773dfa25b91ed0059678b217b9629"
            },
            {
              "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": 60
                },
                "bottom-right": {
                  "x": 921.609,
                  "y": 114
                },
                "height": 54,
                "width": 921.609
              },
              "position": {
                "line": 8627,
                "column": 1062
              },
              "errorSnippet": "&lt;h4 class=\"vcex-module vcex-heading vcex-heading-plain vc_custom_1554214953182 wpex-rcss-1\" data-wpex-rcss=\"{&amp;quot;font-size&amp;quot;:{&amp;quot;d&amp;quot;:&amp;quot;22px&amp;quot;,&amp;quot;pp&amp;quot;:&amp;quot;20px&amp;quot;}}\" style=\"color:",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]",
              "issueID": "5469c7e53bc93ef6f5baef59856468cb",
              "signature": "a637736c099a0645de1d41b96d4a458a",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=5469c7e53bc93ef6f5baef59856468cb"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8719,
                "column": 2
              },
              "errorSnippet": "&lt;div class=\"cli-privacy-content-text\"&gt;This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the ",
              "xpath": "/html/body/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "078e53a621a633f91447f45c8ec0961a",
              "signature": "0525b5cd51ab593c81822f8dc30e8bbd",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=078e53a621a633f91447f45c8ec0961a"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8730,
                "column": 6
              },
              "errorSnippet": "&lt;div class=\"wt-cli-cookie-description\"&gt; Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do n",
              "xpath": "/html/body/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]",
              "issueID": "0dcc7f4686c4c202e69b245f5af912e1",
              "signature": "afad2d61a4711121290be9e84f27060e",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=0dcc7f4686c4c202e69b245f5af912e1"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8745,
                "column": 8
              },
              "errorSnippet": "&lt;div class=\"wt-cli-cookie-description\"&gt; Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary co",
              "xpath": "/html/body/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]",
              "issueID": "86597f977afb2581f1904ea1b5a444c1",
              "signature": "6ecada81f7ef577e2dbaf5a05199eca5",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=86597f977afb2581f1904ea1b5a444c1"
            },
            {
              "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": -26,
                  "y": -14
                },
                "height": -14,
                "width": -26
              },
              "position": {
                "line": 4611,
                "column": 0
              },
              "errorSnippet": "&lt;input type=\"search\" name=\"s\" autocomplete=\"off\" placeholder=\"Search\"&gt;",
              "xpath": "/html/body/div[7]/form[1]/input[1]",
              "issueID": "5f6f4234715d5e8e190a49657274792a",
              "signature": "78d966ce0c7155b69ee538dff320ebae",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5f6f4234715d5e8e190a49657274792a"
            },
            {
              "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": -33.228,
                  "y": -16.614
                },
                "height": -16.614,
                "width": -33.228
              },
              "position": {
                "line": 8813,
                "column": 7
              },
              "errorSnippet": "&lt;button type=\"submit\" class=\"searchform-submit\"&gt;&lt;span class=\"fa fa-search\"&gt;&lt;/span&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[7]/form[1]/button[1]",
              "issueID": "1d3bdd1d36c5181df7adf8397b0b8476",
              "signature": "e407b88b345fcd1f8722f54f4e6ca1eb",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1d3bdd1d36c5181df7adf8397b0b8476"
            },
            {
              "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": 4479,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\" aria-hidden=\"true\" role=\"button\" tabindex=\"-1\"&gt;×&lt;/a&gt;",
              "xpath": "/html/body/div[8]/div[1]/a[1]",
              "issueID": "64fe1ed5884dd9cb87a0af177ca74737",
              "signature": "d852c12e48c0f0be0296e55a3c4e241c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=64fe1ed5884dd9cb87a0af177ca74737"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 20.3125,
                  "y": 42
                },
                "height": 42,
                "width": 20.3125
              },
              "position": {
                "line": 4838,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\" aria-hidden=\"true\" role=\"button\" tabindex=\"-1\"&gt;×&lt;/a&gt;",
              "xpath": "/html/body/div[10]/div[1]/div[1]/a[1]",
              "issueID": "550af0191d248497b88ceb30dcc4a11d",
              "signature": "251b52e770ae2b33a57d1aa863a5f1af",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=550af0191d248497b88ceb30dcc4a11d"
            },
            {
              "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": 250,
                  "y": 26.5
                },
                "bottom-right": {
                  "x": 280,
                  "y": 56.5
                },
                "height": 30,
                "width": 30
              },
              "position": {
                "line": 8846,
                "column": 7
              },
              "errorSnippet": "&lt;button type=\"submit\" class=\"sidr-class-searchform-submit\"&gt;&lt;span class=\"fa fa-search\"&gt;&lt;/span&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[10]/div[3]/form[1]/button[1]",
              "issueID": "c6999b6dc82aaa4f9ecb10e0c25a02a7",
              "signature": "4d0c715b412e962bea740c818bd97d26",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c6999b6dc82aaa4f9ecb10e0c25a02a7"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 279,
                  "y": 50
                },
                "height": 50,
                "width": 279
              },
              "position": {
                "line": 846,
                "column": 0
              },
              "errorSnippet": "&lt;a title=\"Website Accessibility Tips\" href=\"https://accessibilityventures.com/website-accessibility-tips/\"&gt;&lt;span class=\"link-inner\"&gt;Website Accessibility Tips&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "b189f3597b4f77f500ec9d85159f1501",
              "signature": "553393f0516b0e1faa3a98df04a2fced",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b189f3597b4f77f500ec9d85159f1501"
            },
            {
              "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": 4,
                  "y": 7
                },
                "bottom-right": {
                  "x": 261,
                  "y": 25
                },
                "height": 18,
                "width": 257
              },
              "position": {
                "line": 8592,
                "column": 210
              },
              "errorSnippet": "&lt;span class=\"link-inner\"&gt;Website Accessibility Tips&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/span[1]",
              "issueID": "4ff6cc7f3ec9cbdcdd1d426618694a39",
              "signature": "1d7e0f5865fcd4ee52bd17e0cb8cbc5e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4ff6cc7f3ec9cbdcdd1d426618694a39"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 2278.75
                },
                "height": 2278.75,
                "width": 1024
              },
              "position": {
                "line": 2881,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-16 wp-custom-logo wpex-theme wpex-responsive full-width-main-layout has-composer wpex-live-site content-full-width has-topbar sidebar-widget-icons hasnt-overlay-header page-header-disabled wpex-mobi",
              "xpath": "/html/body",
              "issueID": "521b6047e4e7d0a0beedf65e7ff36501",
              "signature": "f4de8eb1846876aeb36570e6b7f8413b",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=521b6047e4e7d0a0beedf65e7ff36501"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 20.3125,
                  "y": 42
                },
                "height": 42,
                "width": 20.3125
              },
              "position": {
                "line": 4838,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\" aria-hidden=\"true\" role=\"button\" tabindex=\"-1\"&gt;×&lt;/a&gt;",
              "xpath": "/html/body/div[10]/div[1]/div[1]/a[1]",
              "issueID": "19bad7aa58c52ec2933448170222110b",
              "signature": "cf5a353000afa47c52d4299a2b11cccc",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=19bad7aa58c52ec2933448170222110b"
            },
            {
              "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": 22,
                  "y": 22
                },
                "height": 22,
                "width": 22
              },
              "position": {
                "line": 845,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://www.facebook.com/TheAccessibilityTool\" title=\"Facebook\" target=\"_blank\" class=\"wpex-facebook wpex-social-btn wpex-social-btn-bordered wpex-social-border wpex-semi-rounded wpex-social-color\"&gt;&lt;span class=\"fa fa-facebook\" aria-hidde",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "b07852a469495377d5e05aa3f7550a42",
              "signature": "959a06c71dd0665529a10b672a75720f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b07852a469495377d5e05aa3f7550a42"
            },
            {
              "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": 830.5,
                  "y": 14
                },
                "bottom-right": {
                  "x": 908.5,
                  "y": 38
                },
                "height": 24,
                "width": 78
              },
              "position": {
                "line": 1902,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://accessibilityventures.com/privacy-policy\" id=\"CONSTANT_OPEN_URL\" target=\"_blank\" class=\"cli-plugin-main-link\" style=\"display: inline-block; margin: 5px; color: rgb(0, 56, 130);\"&gt;Read More&lt;/a&gt;",
              "xpath": "/html/body/div[2]/span[1]/a[3]",
              "issueID": "ce173564a1a80f5cb6fdd9a5fe9cca80",
              "signature": "381baaefa7fb26d6f48d63c06f8ca24a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ce173564a1a80f5cb6fdd9a5fe9cca80"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "42ubn",
  "startTime": "2022-07-09T14:15:25",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      44
    ],
    [
      "motion",
      13
    ],
    [
      "ibm",
      12
    ],
    [
      "alfa",
      11
    ],
    [
      "focInd",
      8
    ],
    [
      "wave",
      6
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ]
  ],
  "logCount": 36,
  "logSize": 3674,
  "errorLogCount": 12,
  "errorLogSize": 656,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-09T14:18:01",
  "elapsedSeconds": 155,
  "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": 77,
        "focOp": 10,
        "hover": 11,
        "linkUl": 36,
        "role": 16,
        "styleDiff": 17,
        "zIndex": 17
      },
      "alfa": {
        "r12": 4,
        "r53": 8,
        "r57": 60,
        "r65": 30,
        "r66": 14,
        "r69": 14,
        "r83": 16
      },
      "axe": {
        "color-contrast-enhanced": 39,
        "color-contrast": 39,
        "frame-tested": 1,
        "hidden-content": 0,
        "button-name": 4,
        "heading-order": 4,
        "region": 10
      },
      "htmlcs": {
        "e:AA.1_4_3.G145.Fail": 12,
        "e:AA.1_4_3.G18.Fail": 16,
        "e:AA.4_1_2.H91.Button.Name": 8,
        "e:AA.4_1_2.H91.InputSearch.Name": 4,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 7,
        "w:AA.1_4_3.G18.Abs": 2,
        "w:AA.1_4_3_F24.F24.BGColour": 3,
        "w:AA.1_4_3_F24.F24.FGColour": 20
      },
      "wave": {
        "e:label_missing": 8,
        "e:button_empty": 8,
        "c:contrast": 39,
        "a:heading_skipped": 2,
        "a:link_suspicious": 1,
        "a:link_redundant": 3,
        "a:noscript": 3,
        "a:title_redundant": 4
      },
      "tenon": {
        "28": 4,
        "73": 4,
        "79": 16,
        "95": 8,
        "129": 3,
        "134": 6,
        "144": 16,
        "152": 20,
        "153": 4,
        "155": 2,
        "194": 4,
        "218": 8
      }
    },
    "groupDetails": {
      "groups": {
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 2,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 77,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 30,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 8,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 3,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 18,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 12,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 4,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 4,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "buttonNoText": {
          "alfa": {
            "r12": {
              "score": 4,
              "what": "Button has no accessible name"
            }
          },
          "axe": {
            "button-name": {
              "score": 4,
              "what": "Button has no discernible text"
            }
          },
          "htmlcs": {
            "e:AA.4_1_2.H91.Button.Name": {
              "score": 8,
              "what": "Button element has no accessible name"
            }
          },
          "wave": {
            "e:button_empty": {
              "score": 8,
              "what": "Button is empty or has no value text"
            }
          }
        },
        "headingStructure": {
          "alfa": {
            "r53": {
              "score": 4,
              "what": "Heading skips one or more levels"
            }
          },
          "axe": {
            "heading-order": {
              "score": 2,
              "what": "Heading levels do not increase by only one"
            }
          },
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "wave": {
            "a:heading_skipped": {
              "score": 1,
              "what": "Skipped heading level"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 30,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 5,
              "what": "Some page content is not contained by landmarks"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 4,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 10,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 2,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 11,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 29,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G145.Fail": {
              "score": 9,
              "what": "Contrast between the text and its background is less than 3:1."
            },
            "e:AA.1_4_3.G18.Fail": {
              "score": 12,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 29,
              "what": "Very low contrast"
            }
          }
        },
        "overflowHidden": {
          "alfa": {
            "r83": {
              "score": 16,
              "what": "Overflow is hidden or clipped if the text is enlarged"
            }
          }
        },
        "frameContentRisk": {
          "axe": {
            "frame-tested": {
              "score": 1,
              "what": "Some content is in an iframe and therefore may not be testable for accessibility"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "inputNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.InputSearch.Name": {
              "score": 4,
              "what": "Search input has no accessible name"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 2,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "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": 5,
              "what": "Inline foreground color may lack a complementary background color"
            }
          }
        },
        "controlLabel": {
          "wave": {
            "e:label_missing": {
              "score": 8,
              "what": "Missing form label"
            }
          }
        },
        "linkComprehensionRisk": {
          "wave": {
            "a:link_suspicious": {
              "score": 1,
              "what": "Suspicious link text"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 2,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 1,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 4,
              "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"
            }
          }
        },
        "linkVague": {
          "tenon": {
            "73": {
              "score": 3,
              "what": "Link text is too generic to communicate the purpose or destination"
            }
          }
        },
        "pseudoLinkRisk": {
          "tenon": {
            "129": {
              "score": 1,
              "what": "CSS underline on text that is not a link"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 5,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 16,
              "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"
            }
          }
        },
        "focusableHidden": {
          "tenon": {
            "194": {
              "score": 4,
              "what": "Visible element is focusable but has a presentation role or aria-hidden=true attribute"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 6,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 499,
      "log": 80,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "focusIndication",
          "score": 91
        },
        {
          "groupName": "contrastAA",
          "score": 55
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 34
        },
        {
          "groupName": "linkIndication",
          "score": 20
        },
        {
          "groupName": "overflowHidden",
          "score": 18
        },
        {
          "groupName": "leadingClipsText",
          "score": 18
        },
        {
          "groupName": "buttonNoText",
          "score": 16
        },
        {
          "groupName": "roleBad",
          "score": 14
        },
        {
          "groupName": "contrastAAA",
          "score": 14
        },
        {
          "groupName": "targetSize",
          "score": 12
        },
        {
          "groupName": "focusableOperable",
          "score": 10
        },
        {
          "groupName": "controlLabel",
          "score": 10
        },
        {
          "groupName": "contrastRisk",
          "score": 9
        },
        {
          "groupName": "headingStructure",
          "score": 8
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 8
        },
        {
          "groupName": "fontSmall",
          "score": 7
        },
        {
          "groupName": "inconsistentStyles",
          "score": 6
        },
        {
          "groupName": "zIndexNotZero",
          "score": 6
        },
        {
          "groupName": "inputNoText",
          "score": 6
        },
        {
          "groupName": "titleRedundant",
          "score": 6
        },
        {
          "groupName": "focusableHidden",
          "score": 6
        },
        {
          "groupName": "hoverSurprise",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "linkVague",
          "score": 5
        },
        {
          "groupName": "tabFocusability",
          "score": 4
        },
        {
          "groupName": "scrollRisk",
          "score": 4
        },
        {
          "groupName": "linkPair",
          "score": 4
        },
        {
          "groupName": "frameContentRisk",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkComprehensionRisk",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "pseudoLinkRisk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        }
      ]
    }
  }
}