Accessibility test digest

Synopsis

Page: HolisticA11Y

URL: https://holistica11y.com/

Score: 291

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 HolisticA11Y web page at https://holistica11y.com/ on 2022/07/06. The procedure performed 808 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these six other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp12b scoring procedure to compute partial and total scores for the page. The total score is 291 (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
total291
log36
linkIndication46
leadingClipsText26
hoverSurprise14
ariaBadAttribute14
linkForcesNewWindow14
contrastAA12
contrastAAA11
zIndexNotZero10
fontSizeAbsolute10
targetSize10
inconsistentStyles9
focusIndication8
headingStructure6
headingOfNothing6
asideTopLandmark6
noScriptRisk6
landmarkConfusion5
horizontalScrolling5
focusableOperable4
contrastRisk4
linkPair4
textRotated4
visibleBulk3
roleBad3
hiddenContentRisk3
decorativeImageRisk3
pseudoNavListRisk3
titleRedundant3
pseudoParagraphRisk3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Discussion

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

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

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

Report

{
  "id": "3zjtz-holistica11y",
  "host": {
    "id": "holistica11y",
    "which": "https://holistica11y.com/",
    "what": "HolisticA11Y"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-06T02:54:18"
    },
    {
      "event": "endTime",
      "value": "2022-07-06T02:56:27"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://holistica11y.com/",
        "what": "HolisticA11Y"
      },
      {
        "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://holistica11y.com/",
        "what": "HolisticA11Y"
      },
      {
        "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://holistica11y.com/",
      "what": "HolisticA11Y",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://holistica11y.com/",
      "result": {
        "bytes": [
          571046,
          571046,
          571046,
          571046,
          571046
        ],
        "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://holistica11y.com/",
      "what": "HolisticA11Y",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://holistica11y.com/",
      "result": {
        "visibleElements": 367
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://holistica11y.com/",
      "result": {
        "tabFocusables": 58,
        "tabFocused": 58,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "total": 57,
          "types": {
            "indicatorMissing": {
              "total": 2,
              "tagNames": {
                "INPUT": 1,
                "BUTTON": 1
              }
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 55,
              "meanDelay": 98,
              "tagNames": {
                "A": 50,
                "INPUT": 3,
                "TEXTAREA": 1,
                "BUTTON": 1
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "BUTTON",
              "text": "Subscribe"
            }
          ],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to content",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "HolisticA11Y",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Home",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Services",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Trainings",
              "delay": 104
            },
            {
              "tagName": "A",
              "text": "Blog",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Search",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Accessibility Audits",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Accessibility Consulting",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Accessibility Trainings",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "PERCEIVABLE",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "OPERABLE",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "UNDERSTANDABLE",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "ROBUST",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Color Contrast Checker",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Web Accessibility Checklist",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Website Accessibility Checker",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Accessibility Cost Calculator",
              "delay": 101
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 104
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 101
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 103
            },
            {
              "tagName": "TEXTAREA",
              "text": "",
              "delay": 101
            },
            {
              "tagName": "BUTTON",
              "text": "Contact us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Lets Start Your Project!",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Accessibility Audits",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Accessibility Consulting",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Accessible Website Design & Development",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Accessibility Remediation",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "VPATs and Accessibility Statements",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Web Accessibility Testing",
              "delay": 104
            },
            {
              "tagName": "A",
              "text": "Web Accessibility For Designers",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Web Accessibility For Developers",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Web Accessibility for Content Authors",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Accessibility Testing with Screen Readers",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Free Color Contrast Checker",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Digital Accessibility Checklists and Cheat Sheets",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Free Web Accessibility Checker",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Accessibility Cost Calculator",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "WCAG",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "ADA",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Section 508",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "AODA",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "EN 301 549",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Terms and Conditions",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Careers",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Sitemap",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Accessibility Statement",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Instagram",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Linkedin",
              "delay": 103
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "total": 131,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 1,
              "tagNames": {
                "INPUT": 1
              }
            },
            "focusableAndOperable": {
              "total": 130,
              "tagNames": {
                "A": 101,
                "BUTTON": 14,
                "INPUT": 13,
                "TEXTAREA": 2
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"search\" class=\"search-field\" placeholder=\"Search …\" value=\"\" name=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://holistica11y.com/\" class=\"custom-logo-link\" rel=\"home\" aria-cur",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "HolisticA11Y",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mobile Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Consulting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VPATs and Accessibility Statements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Remediation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessible Web Design",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Trainings",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Testing with Screen Readers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Developers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility for Content Authors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Designers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mobile Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Consulting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VPATs and Accessibility Statements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Remediation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessible Website Design & Development",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Training",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Testing with Screen Readers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Developers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility for Content Authors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Designers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://holistica11y.com/\" class=\"custom-logo-link\" rel=\"home\" aria-cur",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "HolisticA11Y",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Main Menu MENU",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mobile Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Consulting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VPATs and Accessibility Statements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Remediation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessible Website Design & Development",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Training",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu Toggle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Testing with Screen Readers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Developers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility for Content Authors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Designers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"search\" class=\"search-field\" placeholder=\"Search …\" value=\"\" name=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button type=\"submit\" class=\"search-submit\" value=\"Search\" aria-label=\"Search\" s",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Consulting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Trainings",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PERCEIVABLE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "OPERABLE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "UNDERSTANDABLE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ROBUST",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Color Contrast Checker",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Checklist",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Website Accessibility Checker",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Cost Calculator",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "g4052-name",
              "text": "<input type=\"text\" name=\"g4052-name\" id=\"g4052-name\" value=\"\" class=\"name\" requi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "g4052-phone",
              "text": "<input type=\"tel\" name=\"g4052-phone\" id=\"g4052-phone\" value=\"\" class=\"telephone\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "g4052-email",
              "text": "<input type=\"email\" name=\"g4052-email\" id=\"g4052-email\" value=\"\" class=\"email\" r",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "TEXTAREA",
              "id": "contact-form-comment-g4052-message",
              "text": "<textarea name=\"g4052-message\" id=\"contact-form-comment-g4052-message\" rows=\"20\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Contact us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"contact-form-id\" value=\"4052\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"action\" value=\"grunion-contact-form\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"contact-form-hash\" value=\"d18e561f29f1aa50fe2fa8df7f5",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "TEXTAREA",
              "id": "",
              "text": "<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "ak_js_1",
              "text": "<input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"1657076092554\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lets Start Your Project!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "subscribe-field-1",
              "text": "<input type=\"email\" name=\"email\" required=\"required\" class=\"no-border-radius has",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"action\" value=\"subscribe\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"source\" value=\"https://holistica11y.com/\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"sub-type\" value=\"widget\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"redirect_fragment\" value=\"subscribe-blog-1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Subscribe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Audits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Consulting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessible Website Design & Development",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Remediation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VPATs and Accessibility Statements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility Testing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Designers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility For Developers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Accessibility for Content Authors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Testing with Screen Readers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Free Color Contrast Checker",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Accessibility Checklists and Cheat Sheets",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Free Web Accessibility Checker",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Cost Calculator",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "WCAG",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ADA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Section 508",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "AODA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EN 301 549",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Trainings",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Linkedin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "triggers": 86,
          "headTriggers": 20,
          "tailTriggers": 66,
          "impactTriggers": 5,
          "additions": 46,
          "removals": 22,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 1
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "ServicesMenuToggleAccessibilityAuditsMenuToggleWeb",
                "additions": 18,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "Services",
                "additions": 6,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "TrainingsMenuToggleWebAccessibilityTestingAccessib",
                "additions": 16,
                "removals": 12,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "Trainings",
                "additions": 6,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "Blog",
                "additions": 0,
                "removals": 10,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptocontent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 22
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search for: Search"
                ]
              }
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Search Submit",
                "content": "Search"
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Main Menu MENU"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 11,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu Toggle"
              }
            },
            {
              "index": 12,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search for:"
                ]
              }
            },
            {
              "index": 13,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Search"
              }
            },
            {
              "index": 14,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Name(required)"
                ]
              }
            },
            {
              "index": 15,
              "tagName": "INPUT",
              "type": "tel",
              "labelType": "label",
              "texts": {
                "label": [
                  "Phone(required)"
                ]
              }
            },
            {
              "index": 16,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email(required)"
                ]
              }
            },
            {
              "index": 17,
              "tagName": "TEXTAREA",
              "type": "textarea",
              "labelType": "label",
              "texts": {
                "label": [
                  "Message"
                ]
              }
            },
            {
              "index": 18,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Contact us"
              }
            },
            {
              "index": 19,
              "tagName": "TEXTAREA",
              "type": "textarea",
              "labelType": "label",
              "texts": {
                "label": [
                  "Δ"
                ]
              }
            },
            {
              "index": 20,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email Address"
                ]
              }
            },
            {
              "index": 21,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Subscribe"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "links": 101,
          "adjacent": {
            "total": 55,
            "underlined": 11,
            "underlinedPercent": 20
          }
        },
        "items": {
          "underlined": [
            "Accessibility Audits",
            "Accessibility Consulting",
            "Accessibility Trainings",
            "PERCEIVABLE",
            "OPERABLE",
            "UNDERSTANDABLE",
            "ROBUST",
            "Color Contrast Checker",
            "Web Accessibility Checklist",
            "Website Accessibility Checker",
            "Accessibility Cost Calculator"
          ],
          "notUnderlined": [
            "Skip to content",
            "",
            "HolisticA11Y",
            "Home",
            "About",
            "Services",
            "Accessibility Audits",
            "Accessibility Consulting",
            "VPATs and Accessibility Statements",
            "Accessibility Remediation",
            "Accessible Web Design",
            "Trainings",
            "Blog",
            "Contact",
            "Search",
            "Home",
            "About",
            "Services",
            "Accessibility Audits",
            "Accessibility Consulting",
            "VPATs and Accessibility Statements",
            "Accessibility Remediation",
            "Accessible Website Design & Development",
            "Training",
            "Blog",
            "Contact",
            "",
            "HolisticA11Y",
            "Home",
            "About",
            "Services",
            "Accessibility Audits",
            "Accessibility Consulting",
            "VPATs and Accessibility Statements",
            "Accessibility Remediation",
            "Accessible Website Design & Development",
            "Training",
            "Blog",
            "Contact",
            "Lets Start Your Project!",
            "Facebook",
            "Twitter",
            "Instagram",
            "Linkedin"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://holistica11y.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://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://holistica11y.com/",
      "result": {
        "roleElements": 20,
        "badRoleElements": 0,
        "redundantRoleElements": 1,
        "tagNames": {
          "A": {
            "link": {
              "bad": 0,
              "redundant": 1
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://holistica11y.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": 14,
            "subtotals": [
              9,
              1,
              1,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 55,
            "subtotals": [
              44,
              6,
              5
            ]
          },
          "listLink": {
            "total": 46,
            "subtotals": [
              25,
              14,
              7
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 10,
            "subtotals": [
              4,
              4,
              2
            ]
          },
          "h3": {
            "total": 8,
            "subtotals": [
              4,
              3,
              1
            ]
          },
          "h5": {
            "total": 2
          }
        },
        "items": {
          "button": {
            "borderStyle": {
              "dotted": [
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle"
              ],
              "none": [
                "Search",
                "Main Menu     MENU",
                ""
              ],
              "solid": [
                "Contact us",
                "Subscribe"
              ]
            },
            "borderWidth": {
              "0px": [
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Search",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Main Menu     MENU",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "",
                "Contact us"
              ],
              "3px": [
                "Subscribe"
              ]
            },
            "height": {
              "auto": [
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Search",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Main Menu     MENU",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle"
              ],
              "100%": [
                ""
              ],
              "46px": [
                "Contact us"
              ],
              "62px": [
                "Subscribe"
              ]
            },
            "lineHeight": {
              "16px": [
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Contact us"
              ],
              "20.8px": [
                "Search",
                ""
              ],
              "44.5714px": [
                "Main Menu     MENU"
              ],
              "26px": [
                "Subscribe"
              ]
            },
            "maxWidth": {
              "none": [
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Search",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "Main Menu     MENU",
                "Menu Toggle",
                "Menu Toggle",
                "Menu Toggle",
                "",
                "Contact us"
              ],
              "100%": [
                "Subscribe"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to content",
                "",
                "HolisticA11Y",
                "Home",
                "About",
                "Services",
                "Accessibility Audits",
                "Accessibility Consulting",
                "VPATs and Accessibility Statements",
                "Accessibility Remediation",
                "Accessible Web Design",
                "Trainings",
                "Blog",
                "Contact",
                "Search",
                "Home",
                "About",
                "Services",
                "Accessibility Audits",
                "Accessibility Consulting",
                "VPATs and Accessibility Statements",
                "Accessibility Remediation",
                "Accessible Website Design & Development",
                "Training",
                "Blog",
                "Contact",
                "",
                "HolisticA11Y",
                "Home",
                "About",
                "Services",
                "Accessibility Audits",
                "Accessibility Consulting",
                "VPATs and Accessibility Statements",
                "Accessibility Remediation",
                "Accessible Website Design & Development",
                "Training",
                "Blog",
                "Contact",
                "Accessibility Audits",
                "Accessibility Consulting",
                "Color Contrast Checker",
                "Web Accessibility Checklist",
                "Website Accessibility Checker",
                "Accessibility Cost Calculator",
                "Lets Start Your Project!",
                "Facebook",
                "Twitter",
                "Instagram",
                "Linkedin"
              ],
              "700": [
                "Accessibility Trainings",
                "PERCEIVABLE",
                "OPERABLE",
                "UNDERSTANDABLE",
                "ROBUST"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Skip to content",
                "",
                "HolisticA11Y",
                "Home",
                "About",
                "Services",
                "Accessibility Audits",
                "Accessibility Consulting",
                "VPATs and Accessibility Statements",
                "Accessibility Remediation",
                "Accessible Web Design",
                "Trainings",
                "Blog",
                "Contact",
                "Search",
                "Home",
                "About",
                "Services",
                "Accessibility Audits",
                "Accessibility Consulting",
                "VPATs and Accessibility Statements",
                "Accessibility Remediation",
                "Accessible Website Design & Development",
                "Training",
                "Blog",
                "Contact",
                "",
                "HolisticA11Y",
                "Home",
                "About",
                "Services",
                "Accessibility Audits",
                "Accessibility Consulting",
                "VPATs and Accessibility Statements",
                "Accessibility Remediation",
                "Accessible Website Design & Development",
                "Training",
                "Blog",
                "Contact",
                "Lets Start Your Project!",
                "Facebook",
                "Twitter",
                "Instagram",
                "Linkedin"
              ],
              "underline": [
                "Accessibility Audits",
                "Accessibility Consulting",
                "Accessibility Trainings",
                "PERCEIVABLE",
                "OPERABLE",
                "UNDERSTANDABLE",
                "ROBUST",
                "Color Contrast Checker",
                "Web Accessibility Checklist",
                "Website Accessibility Checker",
                "Accessibility Cost Calculator"
              ]
            }
          },
          "listLink": {
            "color": {
              "rgb(0, 0, 0)": [
                "Web Accessibility Audits",
                "Mobile Accessibility Audits",
                "Web Accessibility Testing",
                "Accessibility Testing with Screen Readers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Web Accessibility For Designers"
              ],
              "rgb(29, 38, 45)": [
                "Web Accessibility Audits",
                "Mobile Accessibility Audits",
                "Web Accessibility Testing",
                "Accessibility Testing with Screen Readers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Web Accessibility For Designers",
                "Web Accessibility Audits",
                "Mobile Accessibility Audits",
                "Web Accessibility Testing",
                "Accessibility Testing with Screen Readers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Web Accessibility For Designers",
                "Accessibility Audits",
                "Accessibility Consulting",
                "Accessible Website Design & Development",
                "Accessibility Remediation",
                "VPATs and Accessibility Statements",
                "Web Accessibility Testing",
                "Web Accessibility For Designers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Accessibility Testing with Screen Readers",
                "Free Color Contrast Checker",
                "Digital Accessibility Checklists and Cheat Sheets",
                "Free Web Accessibility Checker",
                "Accessibility Cost Calculator",
                "WCAG",
                "ADA",
                "Section 508",
                "AODA",
                "EN 301 549",
                "Home",
                "About",
                "Services",
                "Trainings",
                "Blog",
                "Contact"
              ]
            },
            "lineHeight": {
              "23.2px": [
                "Web Accessibility Audits",
                "Mobile Accessibility Audits",
                "Web Accessibility Testing",
                "Accessibility Testing with Screen Readers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Web Accessibility For Designers",
                "Web Accessibility Audits",
                "Mobile Accessibility Audits",
                "Web Accessibility Testing",
                "Accessibility Testing with Screen Readers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Web Accessibility For Designers",
                "Web Accessibility Audits",
                "Mobile Accessibility Audits",
                "Web Accessibility Testing",
                "Accessibility Testing with Screen Readers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Web Accessibility For Designers"
              ],
              "29.7143px": [
                "Accessibility Audits",
                "Accessibility Consulting",
                "Accessible Website Design & Development",
                "Accessibility Remediation",
                "VPATs and Accessibility Statements",
                "Web Accessibility Testing",
                "Web Accessibility For Designers",
                "Web Accessibility For Developers",
                "Web Accessibility for Content Authors",
                "Accessibility Testing with Screen Readers",
                "Free Color Contrast Checker",
                "Digital Accessibility Checklists and Cheat Sheets",
                "Free Web Accessibility Checker",
                "Accessibility Cost Calculator",
                "WCAG",
                "ADA",
                "Section 508",
                "AODA",
                "EN 301 549",
                "Home",
                "About",
                "Services",
                "Trainings",
                "Blog",
                "Contact"
              ]
            }
          },
          "h2": {
            "color": {
              "rgb(255, 255, 255)": [
                "Digital Accessibility Solutions",
                "Why Choose Us?"
              ],
              "rgb(58, 58, 58)": [
                "What we do?",
                "Principles of Accessibility",
                "Tools and Resources",
                "Sign up for HolisticA11Y weekly!",
                "Services",
                "Trainings",
                "Tools and Resources",
                "Compliance"
              ]
            },
            "fontSize": {
              "42px": [
                "Digital Accessibility Solutions",
                "What we do?",
                "Principles of Accessibility",
                "Tools and Resources",
                "Why Choose Us?",
                "Sign up for HolisticA11Y weekly!"
              ],
              "22px": [
                "Services",
                "Trainings",
                "Tools and Resources",
                "Compliance"
              ]
            }
          },
          "h3": {
            "color": {
              "rgb(255, 255, 255)": [
                "Your trusted partner to build & scale products that are Inclusive"
              ],
              "rgb(58, 58, 58)": [
                "Accessibility Audits",
                "Accessibility Consulting",
                "Accessibility Trainings",
                "PERCEIVABLE",
                "OPERABLE",
                "UNDERSTANDABLE",
                "ROBUST"
              ]
            },
            "fontSize": {
              "32px": [
                "Your trusted partner to build & scale products that are Inclusive"
              ],
              "24px": [
                "Accessibility Audits",
                "Accessibility Consulting",
                "Accessibility Trainings"
              ],
              "20px": [
                "PERCEIVABLE",
                "OPERABLE",
                "UNDERSTANDABLE",
                "ROBUST"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://holistica11y.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://holistica11y.com/",
      "result": {
        "totals": {
          "total": 32,
          "tagNames": {
            "HEADER": 1,
            "DIV": 18,
            "UL": 9,
            "FORM": 1,
            "SPAN": 2,
            "IMG": 1
          }
        },
        "items": [
          {
            "tagName": "HEADER",
            "id": "masthead",
            "text": "HolisticA11Y Home About Services Menu Toggle Accessibility Audits Menu Toggle Web Accessibility Audi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "HolisticA11Y Home About Services Menu Toggle Accessibility Audits Menu Toggle Web Accessibility Audi"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Accessibility Audits Menu Toggle Web Accessibility Audits Mobile Accessibility Audits Accessibility "
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Web Accessibility Audits Mobile Accessibility Audits"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Web Accessibility Testing Accessibility Testing with Screen Readers Web Accessibility For Developers"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Search for: Search Search"
          },
          {
            "tagName": "FORM",
            "id": "",
            "text": "Search for: Search"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Search"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Accessibility Audits Menu Toggle Web Accessibility Audits Mobile Accessibility Audits Accessibility "
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Web Accessibility Audits Mobile Accessibility Audits"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Web Accessibility Testing Accessibility Testing with Screen Readers Web Accessibility For Developers"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "HolisticA11Y Main Menu MENU"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Accessibility Audits Menu Toggle Web Accessibility Audits Mobile Accessibility Audits Accessibility "
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Web Accessibility Audits Mobile Accessibility Audits"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Web Accessibility Testing Accessibility Testing with Screen Readers Web Accessibility For Developers"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Search for:"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": ""
          },
          {
            "tagName": "IMG",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Digital Accessibility Solutions\nYour trusted partner to build & scale products that are Inclusive"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Accessibility Audits\nGot a website or Mobile App that needs to meet WCAG 2.0 & WCAG 2.1 to comply wi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Accessibility Audits\nGot a website or Mobile App that needs to meet WCAG 2.0 & WCAG 2.1 to comply wi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Accessibility Consulting\nGot burning Digital Accessibility questions? Talk to our Accessibility Expe"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Accessibility Trainings\nWant to build or scale accessibility practice? We design & deliver accessibi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "PERCEIVABLE\nVisitors must be able to perceive, or understand and be aware of, the content and inform"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "PERCEIVABLE\nVisitors must be able to perceive, or understand and be aware of, the content and inform"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "OPERABLE\nOperable websites can be used without disrupting the user in any way."
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "UNDERSTANDABLE\nAll content on your website including your written and graphic design content should "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "ROBUST\nThe content on your site should be easily interpreted and consumable by all visitors, includi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Have a question for us? Get in touch!\nAvail your free 30 minutes consultation and start your accessi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Have a question for us? Get in touch!\nAvail your free 30 minutes consultation and start your accessi"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "( function () { const contact_forms = document.getElementsByClassName('contact-form'); for ( const f"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "failures": 12,
          "warnings": 4
        },
        "items": [
          {
            "index": 249,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"false\""
              ]
            }
          },
          {
            "index": 250,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"true\""
              ]
            }
          },
          {
            "index": 251,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"true\""
              ]
            }
          },
          {
            "index": 608,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h5",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[1]/div[1]/h5[1]",
              "codeLines": [
                "<h5 style=\"font-size:22px\">",
                "  Have a question for us?",
                "</h5>"
              ]
            }
          },
          {
            "index": 798,
            "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]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h2[1]/strong[1]/text()[1]",
              "codeLines": [
                "Digital Accessibility Solutions"
              ]
            }
          },
          {
            "index": 799,
            "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]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Your trusted partner to build & scale products that are Inclusive"
              ]
            }
          },
          {
            "index": 815,
            "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]/div[1]/div[1]/main[1]/article[1]/div[1]/div[8]/p[1]/text()[1]",
              "codeLines": [
                "We are a team of qualified accessibility professionals and we have the expertise and knowledge to o..."
              ]
            }
          },
          {
            "index": 816,
            "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]/div[1]/div[1]/main[1]/article[1]/div[1]/div[8]/p[1]/text()[2]",
              "codeLines": [
                "We customize our accessibility services and provide comprehensive solutions to meet your accessibil..."
              ]
            }
          },
          {
            "index": 855,
            "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]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h2[1]/strong[1]/text()[1]",
              "codeLines": [
                "Digital Accessibility Solutions"
              ]
            }
          },
          {
            "index": 856,
            "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]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Your trusted partner to build & scale products that are Inclusive"
              ]
            }
          },
          {
            "index": 950,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p style=\"font-size:18px\">",
                "  Avail your free 30 minutes consultation",
                "</p>"
              ]
            }
          },
          {
            "index": 951,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p style=\"font-size:18px\">",
                "  and start your accessibility project!",
                "</p>"
              ]
            }
          },
          {
            "index": 952,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[12]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"has-text-align-center has-ast-global-color-8-color has-text-color\" style=\"font-size:25px\"...",
                "  <strong>",
                "    Let us help your business achieve the necessary accessibility goals and compliance with WCAG, e...",
                "  </strong>",
                "  <br>",
                "  <strong>",
                "    Our Team is ready to help and deliver an accessible website of all sizes.",
                "  </strong>",
                "</p>"
              ]
            }
          },
          {
            "index": 953,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[13]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"has-text-align-center\" style=\"font-size:25px\">",
                "  Get our latest articles, news, tools and resources in your inbox.",
                "</p>"
              ]
            }
          },
          {
            "index": 1051,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3 class=\"has-text-align-center has-ast-global-color-5-color has-text-color\" id=\"your-trusted-part...",
                "  Your trusted partner to build & scale products that are Inclusive",
                "</h3>"
              ]
            }
          },
          {
            "index": 1063,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h5",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[1]/div[1]/h5[1]",
              "codeLines": [
                "<h5 style=\"font-size:22px\">",
                "  Have a question for us?",
                "</h5>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://holistica11y.com/",
      "result": {
        "totals": {
          "rulesNA": 48,
          "rulesPassed": 47,
          "rulesWarned": 3,
          "rulesViolated": 4,
          "warnings": {
            "minor": 76,
            "moderate": 0,
            "serious": 4,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 7,
            "serious": 8,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-06T02:55:59.664Z",
          "url": "https://holistica11y.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": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Digital Accessibility Solutions</strong>",
                  "target": [
                    "#digital-accessibility-solutions > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"has-text-align-center has-ast-global-color-5-color has-text-color\" id=\"your-trusted-partner-to-build-scale-products-that-are-inclusive\">Your trusted partner to build &amp; scale products that are Inclusive</h3>",
                  "target": [
                    "#your-trusted-partner-to-build-scale-products-that-are-inclusive"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.5pt (42px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Digital Accessibility Solutions</strong>",
                  "target": [
                    "#digital-accessibility-solutions > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"has-text-align-center has-ast-global-color-5-color has-text-color\" id=\"your-trusted-partner-to-build-scale-products-that-are-inclusive\">Your trusted partner to build &amp; scale products that are Inclusive</h3>",
                  "target": [
                    "#your-trusted-partner-to-build-scale-products-that-are-inclusive"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4271 > .menu-link[href$=\"holistica11y.com/\"] > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-5552 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4108 > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#menu-item-4108 > .ast-menu-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-4108 > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-3883 > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#menu-item-3883 > .ast-menu-toggle"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-5791 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-5792 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-3884 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4256 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4257 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4039 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-3885 > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#menu-item-3885 > .ast-menu-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-3885 > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4260 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4259 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4262 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4258 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4261 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-3888 > .menu-link[href$=\"blog/\"] > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-3886 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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": "<form role=\"search\" method=\"get\" class=\"search-form\" action=\"https://holistica11y.com/\">",
                  "target": [
                    ".ast-search-menu-icon.slide-search > .search-form[role=\"search\"][method=\"get\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"search-submit ast-search-submit\" aria-label=\"Search Submit\">",
                  "target": [
                    ".ast-search-submit"
                  ],
                  "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 hidden=\"\">Search</span>",
                  "target": [
                    "span[hidden=\"\"]"
                  ],
                  "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=\"ast-desktop-header-content content-align-flex-start \">",
                  "target": [
                    ".ast-desktop-header-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": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4277 > .menu-link[href$=\"holistica11y.com/\"] > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-5554 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4651 > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#menu-item-4651 > .ast-menu-toggle"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4653 > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#menu-item-4653 > .ast-menu-toggle"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-5794 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-5795 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4656 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4657 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4654 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4655 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4652 > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#menu-item-4652 > .ast-menu-toggle"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4658 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4661 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4659 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4662 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4660 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4278 > .menu-link[href$=\"blog/\"] > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#menu-item-4279 > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-mobile-header\" class=\"ast-mobile-header-wrap \" data-type=\"dropdown\">",
                  "target": [
                    "#ast-mobile-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<svg class=\"ast-mobile-svg ast-close-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">",
                  "target": [
                    ".ast-close-svg"
                  ],
                  "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=\"ast-mobile-header-content content-align-flex-start \">",
                  "target": [
                    ".ast-mobile-header-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": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4277.menu-item-home.current-menu-item > .menu-link[href$=\"holistica11y.com/\"] > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-5554.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .ast-menu-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4653.menu-item-has-children.menu-item-type-post_type > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4653.menu-item-has-children.menu-item-type-post_type > .ast-menu-toggle"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4653.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-5794.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4653.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-5795.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4656.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4657.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4654.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4651.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4655.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .menu-link > .icon-arrow.ast-icon:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"ast-menu-toggle\" aria-expanded=\"false\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .ast-menu-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .sub-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4658.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4661.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4659.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4662.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4652.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-4660.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4278.menu-item-type-post_type.menu-item-object-page > .menu-link[href$=\"blog/\"] > .icon-arrow.ast-icon"
                  ],
                  "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=\"ast-icon icon-arrow\">",
                  "target": [
                    "#ast-hf-mobile-menu > .menu-item-4279.menu-item-type-post_type.menu-item-object-page > .menu-link > .icon-arrow.ast-icon"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<p style=\"display: none !important;\">",
                  "target": [
                    ".contact-form > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img src=\"https://pixel.wp.com/g.gif?v=ext&amp;j=1%3A11.1&amp;blog=205789274&amp;post=4052&amp;tz=5.5&amp;srv=holistica11y.com&amp;host=holistica11y.com&amp;ref=&amp;fcp=1150&amp;rand=0.9410135920737046\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">",
                  "target": [
                    "#wpstats"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0170b9",
                        "contrastRatio": 5.22,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"inherit-container-width wp-container-1 wp-block-group alignfull has-ast-global-color-5-color has-ast-global-color-0-background-color has-text-color has-background\">",
                          "target": [
                            ".wp-container-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.22 (foreground color: #ffffff, background color: #0170b9, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"has-ast-global-color-5-color has-text-color\">",
                  "target": [
                    ".has-ast-global-color-5-color.has-text-color:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.22 (foreground color: #ffffff, background color: #0170b9, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#fafafa",
                        "contrastRatio": 5.5,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" name=\"g4052-name\" id=\"g4052-name\" value=\"\" class=\"name\" required=\"\" aria-required=\"true\">",
                          "target": [
                            "#g4052-name"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" name=\"g4052-name\" id=\"g4052-name\" value=\"\" class=\"name\" required=\"\" aria-required=\"true\">",
                  "target": [
                    "#g4052-name"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#fafafa",
                        "contrastRatio": 5.5,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"tel\" name=\"g4052-phone\" id=\"g4052-phone\" value=\"\" class=\"telephone\" required=\"\" aria-required=\"true\">",
                          "target": [
                            "#g4052-phone"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"tel\" name=\"g4052-phone\" id=\"g4052-phone\" value=\"\" class=\"telephone\" required=\"\" aria-required=\"true\">",
                  "target": [
                    "#g4052-phone"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#fafafa",
                        "contrastRatio": 5.5,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"email\" name=\"g4052-email\" id=\"g4052-email\" value=\"\" class=\"email\" required=\"\" aria-required=\"true\">",
                          "target": [
                            "#g4052-email"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"email\" name=\"g4052-email\" id=\"g4052-email\" value=\"\" class=\"email\" required=\"\" aria-required=\"true\">",
                  "target": [
                    "#g4052-email"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#fafafa",
                        "contrastRatio": 5.5,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<textarea name=\"g4052-message\" id=\"contact-form-comment-g4052-message\" rows=\"20\" class=\"textarea\"></textarea>",
                          "target": [
                            "#contact-form-comment-g4052-message"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<textarea name=\"g4052-message\" id=\"contact-form-comment-g4052-message\" rows=\"20\" class=\"textarea\"></textarea>",
                  "target": [
                    "#contact-form-comment-g4052-message"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0170b9",
                        "contrastRatio": 5.22,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"wp-block-button__link has-text-color has-quinary-color has-background has-senary-background-color\" style=\"\" data-id-attr=\"placeholder\" type=\"submit\">Contact us</button>",
                          "target": [
                            ".has-quinary-color"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.22 (foreground color: #ffffff, background color: #0170b9, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"wp-block-button__link has-text-color has-quinary-color has-background has-senary-background-color\" style=\"\" data-id-attr=\"placeholder\" type=\"submit\">Contact us</button>",
                  "target": [
                    ".has-quinary-color"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.22 (foreground color: #ffffff, background color: #0170b9, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#fafafa",
                        "contrastRatio": 5.5,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"email\" name=\"email\" required=\"required\" class=\"no-border-radius has-20-px-font-size required\" style=\"font-size: 20px; padding: 15px 23px 15px 23px; border-radius: 0px; border-width: 3px;\" value=\"\" id=\"subscribe-field-1\" placeholder=\"Email Address\">",
                          "target": [
                            "#subscribe-field-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"email\" name=\"email\" required=\"required\" class=\"no-border-radius has-20-px-font-size required\" style=\"font-size: 20px; padding: 15px 23px 15px 23px; border-radius: 0px; border-width: 3px;\" value=\"\" id=\"subscribe-field-1\" placeholder=\"Email Address\">",
                  "target": [
                    "#subscribe-field-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.5 (foreground color: #666666, background color: #fafafa, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0170b9",
                        "contrastRatio": 5.22,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button type=\"submit\" class=\"wp-block-button__link no-border-radius has-20-px-font-size\" style=\"font-size: 20px; padding: 15px 23px 15px 23px; margin-top: 10px; border-radius: 0px; border-width: 3px;\" name=\"jetpack_subscriptions_widget\">\nSubscribe </button>",
                          "target": [
                            "button[name=\"jetpack_subscriptions_widget\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.22 (foreground color: #ffffff, background color: #0170b9, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\" class=\"wp-block-button__link no-border-radius has-20-px-font-size\" style=\"font-size: 20px; padding: 15px 23px 15px 23px; margin-top: 10px; border-radius: 0px; border-width: 3px;\" name=\"jetpack_subscriptions_widget\">\nSubscribe </button>",
                  "target": [
                    "button[name=\"jetpack_subscriptions_widget\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.22 (foreground color: #ffffff, background color: #0170b9, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h5 style=\"font-size:22px\">Have a question for us? </h5>",
                  "target": [
                    "h5:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "landmark-complementary-is-top-level",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the complementary landmark or aside is at top level",
              "help": "Aside should not be contained in another landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-complementary-is-top-level?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "complementary"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The complementary landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\" data-section=\"sidebar-widgets-footer-widget-3\" aria-label=\"Footer Widget 3\">",
                  "target": [
                    "aside[aria-label=\"Footer Widget 3\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark."
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "complementary"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The complementary landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\" data-section=\"sidebar-widgets-footer-widget-4\" aria-label=\"Footer Widget 4\">",
                  "target": [
                    "aside[aria-label=\"Footer Widget 4\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark."
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "complementary"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The complementary landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\" data-section=\"sidebar-widgets-footer-widget-5\">",
                  "target": [
                    ".site-footer-above-section-3 > aside"
                  ],
                  "failureSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark."
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "complementary"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The complementary landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\" data-section=\"sidebar-widgets-footer-widget-6\">",
                  "target": [
                    ".site-footer-above-section-4 > aside"
                  ],
                  "failureSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark."
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": "site navigation"
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"site-navigation ast-flex-grow-1 navigation-accessibility footer-navigation\" id=\"footer-site-navigation\" aria-label=\"Site Navigation\" itemtype=\"https://schema.org/SiteNavigationElement\" itemscope=\"itemscope\">",
                          "target": [
                            "#footer-site-navigation"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item\" id=\"primary-site-navigation\" aria-label=\"Site Navigation\" itemtype=\"https://schema.org/SiteNavigationElement\" itemscope=\"itemscope\">",
                  "target": [
                    "#primary-site-navigation"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "complementary",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<aside class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\" data-section=\"sidebar-widgets-footer-widget-6\">",
                          "target": [
                            ".site-footer-above-section-4 > aside"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\" data-section=\"sidebar-widgets-footer-widget-5\">",
                  "target": [
                    ".site-footer-above-section-3 > aside"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://holistica11y.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:1. Recommendation:  change text colour to #949494.": [
              {
                "tagName": "h3",
                "id": "#your-trusted-partner-to-build-scale-products-that-are-inclusive",
                "code": "<h3 class=\"has-text-align-center has-ast-global-color-5-color has-text-color\" id=\"your-trusted-partner-to-build-scale-products-that-are-inclusive\">...</h3>"
              },
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "#wpstats",
                "code": "<img src=\"https://pixel.wp.com/g.gif?v=ext&amp;j=1%3A11.1&amp;blog=205789274&amp;post=4052&amp;tz=5.5&amp;srv=holistica11y.com&amp;host=holistica11y.com&amp;ref=&amp;fcp=1155&amp;rand=0.13607919018011283\" alt=\"\" width=\"6\" height=\"5\" id=\"wpstats\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img width=\"1200\" height=\"675\" class=\"wp-block-cover__image-background wp-image-5331 jetpack-lazy-image jetpack-lazy-image--handled\" alt=\"\" src=\"https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?resize=1200%2C675&amp;ssl=1\" style=\"object-position:8% 72%\" data-object-fit=\"cover\" data-object-position=\"8% 72%\" data-recalc-dims=\"1\" srcset=\"https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/holistica11y.com/wp-content/uploads/2022/05/HolisticA11Y-homepage.jpg?w=2400&amp;ssl=1 2400w\" data-lazy-loaded=\"1\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"eager\">"
              }
            ]
          },
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"footer-social-inner-wrap element-social-inner-wrap social-show-label-true ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled\">...</div>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.": [
              {
                "tagName": "h5",
                "id": "",
                "code": "<h5 style=\"font-size:22px\">...</h5>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"skip-link screen-reader-text\" href=\"#content\" role=\"link\" title=\"Skip to content\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</span>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"display:inline-flex;justify-content:center;align-items:center;color:#444444\" class=\"kt-svg-icon kt-svg-icon-fas_code\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"display:inline-flex;justify-content:center;align-items:center;color:#444444\" class=\"kt-svg-icon kt-svg-icon-fas_eye\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"display:inline-flex;justify-content:center;align-items:center;color:#444444\" class=\"kt-svg-icon kt-svg-icon-fas_hand-paper\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div style=\"display:inline-flex;justify-content:center;align-items:center;color:#444444\" class=\"kt-svg-icon kt-svg-icon-fas_info-circle\">...</div>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://holistica11y.com/",
      "result": {
        "content": {
          "totals": {
            "violation": 7,
            "recommendation": 7,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a title=\"Skip to content\" role=\"link\" href=\"#content\" class=\"skip-link screen-reader-text\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleComplementaryLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[4]"
              },
              "message": "Multiple elements with \"complementary\" role do not have unique labels",
              "bounds": {
                "left": 628,
                "top": 4644,
                "height": 204,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-6\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleComplementaryLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[3]"
              },
              "message": "Multiple elements with \"complementary\" role do not have unique labels",
              "bounds": {
                "left": 425,
                "top": 4644,
                "height": 356,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-5\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[4]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 628,
                "top": 4644,
                "height": 204,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-6\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[3]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 425,
                "top": 4644,
                "height": 356,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-5\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[4]"
              },
              "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 628,
                "top": 4644,
                "height": 204,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-6\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[3]"
              },
              "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 425,
                "top": 4644,
                "height": 356,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-5\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryLandmarkLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[2]"
              },
              "message": "The element with \"complementary\" role does not have a visible label",
              "bounds": {
                "left": 223,
                "top": 4644,
                "height": 353,
                "width": 153
              },
              "snippet": "<aside aria-label=\"Footer Widget 4\" data-section=\"sidebar-widgets-footer-widget-4\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "recommendation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryLandmarkLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[1]"
              },
              "message": "The element with \"complementary\" role does not have a visible label",
              "bounds": {
                "left": 20,
                "top": 4644,
                "height": 353,
                "width": 153
              },
              "snippet": "<aside aria-label=\"Footer Widget 3\" data-section=\"sidebar-widgets-footer-widget-3\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/button[1]/span[2]/span[1]/svg[1]",
                "aria": "/document[1]/banner[1]/button[1]"
              },
              "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
              "bounds": {
                "left": 690,
                "top": 56,
                "height": 20,
                "width": 20
              },
              "snippet": "<svg viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" fill=\"currentColor\" class=\"ast-mobile-svg ast-menu-svg\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a title=\"Skip to content\" role=\"link\" href=\"#content\" class=\"skip-link screen-reader-text\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_attribute_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[3]/input[1]",
                "aria": "/document[1]/main[1]/article[1]/textbox[3]"
              },
              "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
              "bounds": {
                "left": 415,
                "top": 3276,
                "height": 58,
                "width": 320
              },
              "snippet": "<input aria-required=\"true\" required=\"\" class=\"email\" value=\"\" id=\"g4052-email\" name=\"g4052-email\" type=\"email\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_attribute_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[2]/input[1]",
                "aria": "/document[1]/main[1]/article[1]/textbox[2]"
              },
              "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
              "bounds": {
                "left": 415,
                "top": 3164,
                "height": 58,
                "width": 320
              },
              "snippet": "<input aria-required=\"true\" required=\"\" class=\"telephone\" value=\"\" id=\"g4052-phone\" name=\"g4052-phone\" type=\"tel\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_attribute_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/input[1]",
                "aria": "/document[1]/main[1]/article[1]/textbox[1]"
              },
              "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
              "bounds": {
                "left": 415,
                "top": 3052,
                "height": 58,
                "width": 320
              },
              "snippet": "<input aria-required=\"true\" required=\"\" class=\"name\" value=\"\" id=\"g4052-name\" name=\"g4052-name\" type=\"text\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 7,
            "recommendation": 7,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a title=\"Skip to content\" role=\"link\" href=\"#content\" class=\"skip-link screen-reader-text\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleComplementaryLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[4]"
              },
              "message": "Multiple elements with \"complementary\" role do not have unique labels",
              "bounds": {
                "left": 628,
                "top": 4837,
                "height": 204,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-6\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleComplementaryLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[3]"
              },
              "message": "Multiple elements with \"complementary\" role do not have unique labels",
              "bounds": {
                "left": 425,
                "top": 4837,
                "height": 386,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-5\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[4]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 628,
                "top": 4837,
                "height": 204,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-6\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[3]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 425,
                "top": 4837,
                "height": 386,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-5\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[4]"
              },
              "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 628,
                "top": 4837,
                "height": 204,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-6\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[3]"
              },
              "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 425,
                "top": 4837,
                "height": 386,
                "width": 153
              },
              "snippet": "<aside data-section=\"sidebar-widgets-footer-widget-5\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryLandmarkLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[2]"
              },
              "message": "The element with \"complementary\" role does not have a visible label",
              "bounds": {
                "left": 223,
                "top": 4837,
                "height": 382,
                "width": 153
              },
              "snippet": "<aside aria-label=\"Footer Widget 4\" data-section=\"sidebar-widgets-footer-widget-4\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "recommendation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryLandmarkLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
                "aria": "/document[1]/contentinfo[1]/complementary[1]"
              },
              "message": "The element with \"complementary\" role does not have a visible label",
              "bounds": {
                "left": 20,
                "top": 4837,
                "height": 382,
                "width": 153
              },
              "snippet": "<aside aria-label=\"Footer Widget 3\" data-section=\"sidebar-widgets-footer-widget-3\" class=\"footer-widget-area widget-area site-footer-focus-item footer-widget-area-inner\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/button[1]/span[2]/span[1]/svg[1]",
                "aria": "/document[1]/banner[1]/button[1]"
              },
              "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
              "bounds": {
                "left": 690,
                "top": 56,
                "height": 20,
                "width": 20
              },
              "snippet": "<svg viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" fill=\"currentColor\" class=\"ast-mobile-svg ast-menu-svg\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a title=\"Skip to content\" role=\"link\" href=\"#content\" class=\"skip-link screen-reader-text\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_attribute_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[3]/input[1]",
                "aria": "/document[1]/main[1]/article[1]/textbox[3]"
              },
              "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
              "bounds": {
                "left": 415,
                "top": 3424,
                "height": 58,
                "width": 320
              },
              "snippet": "<input aria-required=\"true\" required=\"\" class=\"email\" value=\"\" id=\"g4052-email\" name=\"g4052-email\" type=\"email\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_attribute_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[2]/input[1]",
                "aria": "/document[1]/main[1]/article[1]/textbox[2]"
              },
              "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
              "bounds": {
                "left": 415,
                "top": 3312,
                "height": 58,
                "width": 320
              },
              "snippet": "<input aria-required=\"true\" required=\"\" class=\"telephone\" value=\"\" id=\"g4052-phone\" name=\"g4052-phone\" type=\"tel\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_attribute_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[10]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/input[1]",
                "aria": "/document[1]/main[1]/article[1]/textbox[1]"
              },
              "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
              "bounds": {
                "left": 415,
                "top": 3200,
                "height": 58,
                "width": 320
              },
              "snippet": "<input aria-required=\"true\" required=\"\" class=\"name\" value=\"\" id=\"g4052-name\" name=\"g4052-name\" type=\"text\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://holistica11y.com/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Accessibility Audits, Consulting & Trainings | HolisticA11Y",
          "pageurl": "https://holistica11y.com/",
          "time": 4.83,
          "creditsremaining": 300,
          "allitemcount": 152,
          "totalelements": 1063,
          "waveurl": "http://wave.webaim.org/report?url=https://holistica11y.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 2,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > DIV:first-child > DIV#primary > MAIN#main > ARTICLE#post-4052 > HEADER:first-child + DIV > DIV:first-child > SPAN:first-child + IMG + NOSCRIPT + DIV > H2#digital-accessibility-solutions > STRONG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > DIV:first-child > DIV#primary > MAIN#main > ARTICLE#post-4052 > HEADER:first-child + DIV > DIV:first-child > SPAN:first-child + IMG + NOSCRIPT + DIV > H3#your-trusted-partner-to-build-scale-products-that-are-inclusive"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 21,
            "items": {
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > DIV:first-child > DIV#primary > MAIN#main > ARTICLE#post-4052 > HEADER:first-child + DIV > DIV:first-child + H2 + DIV + DIV + H2 + DIV + DIV + H2 + DIV + DIV + DIV + DIV + DIV > DIV#kt-layout-id_f0bd96-70 > DIV:first-child > DIV:first-child > DIV:first-child > H5:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV#ast-desktop-header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + DIV > H1:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV#ast-desktop-header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV#primary-site-navigation > DIV:first-child > UL#ast-hf-menu-1 > LI#menu-item-4271 > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV#ast-mobile-header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + DIV > SPAN:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV#ast-mobile-header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV#ast-mobile-site-navigation > DIV:first-child > UL#ast-hf-mobile-menu > LI:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 16,
                "selectors": [
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + STYLE + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + STYLE + STYLE + NOSCRIPT + LINK + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > META:first-child + META + LINK + STYLE + LINK + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + STYLE + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + NOSCRIPT + LINK + STYLE + STYLE + STYLE + NOSCRIPT + LINK + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + NOSCRIPT + LINK + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + STYLE + STYLE + SCRIPT + SCRIPT + SCRIPT + STYLE + LINK + LINK + LINK + META + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > DIV:first-child > DIV#primary > MAIN#main > ARTICLE#post-4052 > HEADER:first-child + DIV > DIV:first-child > SPAN:first-child + IMG + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + A + DIV + SCRIPT + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + A + DIV + SCRIPT + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + STYLE + NOSCRIPT + LINK + NOSCRIPT"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://holistica11y.com/",
      "what": "URL",
      "result": "https://holistica11y.com/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://holistica11y.com/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.074",
        "responseTime": "2022-07-06T02:56:26.983Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1214794,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 20,
              "totalWarnings": 1,
              "totalIssues": 21
            },
            "issuesByLevel": {
              "A": {
                "count": 8,
                "pct": 38.1
              },
              "AA": {
                "count": 5,
                "pct": 23.81
              },
              "AAA": {
                "count": 21,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "6c12ff92-3005-4164-bc84-b1f770ebdfdd",
          "docID": "853b288f-7319-43b5-ced5-9df94d662804",
          "sourceHash": "19ac91470e177af3e11c2e3fb1f44d3b",
          "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=6c12ff92-3005-4164-bc84-b1f770ebdfdd",
          "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": 5209.47
                },
                "height": 5209.47,
                "width": 1024
              },
              "position": {
                "line": 7502,
                "column": 60
              },
              "errorSnippet": "&lt;body itemtype=\"https://schema.org/WebPage\" itemscope=\"itemscope\" class=\"home page-template-default page page-id-4052 wp-custom-logo ast-single-post ast-inherit-site-logo-transparent ast-hfb-header ast-desktop ast-page-builder-template ast-no-sidebar ",
              "xpath": "/html/body",
              "issueID": "78084c390a9c56673c15ad06fa212c06",
              "signature": "018d690ac4e24b04a408dfe292ed400a",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=78084c390a9c56673c15ad06fa212c06"
            },
            {
              "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": 1,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 5466,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"skip-link screen-reader-text\" href=\"#content\" role=\"link\" title=\"Skip to content\"&gt;\nSkip to content&lt;/a&gt;",
              "xpath": "/html/body/a[1]",
              "issueID": "dc660a68a72a8abf299f4d122448b3f9",
              "signature": "6b62c29413717f1bde8060913411de37",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=dc660a68a72a8abf299f4d122448b3f9"
            },
            {
              "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": 237.5,
                  "y": 161
                },
                "bottom-right": {
                  "x": 786.5,
                  "y": 211
                },
                "height": 50,
                "width": 549
              },
              "position": {
                "line": 13464,
                "column": 116
              },
              "errorSnippet": "&lt;strong&gt;Digital Accessibility Solutions&lt;/strong&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h2[1]/strong[1]",
              "issueID": "52394e451579808a1fa7a5d6879574ff",
              "signature": "659f826e3fefdaac332f3d153184c100",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=52394e451579808a1fa7a5d6879574ff"
            },
            {
              "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": 231
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 269
                },
                "height": 38,
                "width": 1024
              },
              "position": {
                "line": 13465,
                "column": 1
              },
              "errorSnippet": "&lt;h3 class=\"has-text-align-center has-ast-global-color-5-color has-text-color\" id=\"your-trusted-partner-to-build-scale-products-that-are-inclusive\"&gt;Your trusted partner to build &amp;amp; scale products that are Inclusive&lt;/h3&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[1]/div[1]/h3[1]",
              "issueID": "08635f1cddf96b5c0360261b16010042",
              "signature": "1571ed165620b617a6399ef0e5d81eb6",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=08635f1cddf96b5c0360261b16010042"
            },
            {
              "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": -15984,
                  "y": 62
                },
                "bottom-right": {
                  "x": -15744,
                  "y": 343.906
                },
                "height": 281.906,
                "width": 240
              },
              "position": {
                "line": 9160,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"sub-menu\"&gt;\n&lt;li id=\"menu-item-3883\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3883\" aria-haspopup=\"true\"&gt;&lt;a href=\"https://holistica11y.com/services/accessibility-audits/\" cla",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/ul[1]",
              "issueID": "df96a26c83b06d80554206c6ae282518",
              "signature": "71adbbaa4966ea61b38a00ca19353bd1",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=df96a26c83b06d80554206c6ae282518"
            },
            {
              "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": -15984,
                  "y": 62
                },
                "bottom-right": {
                  "x": -15744,
                  "y": 412.906
                },
                "height": 350.906,
                "width": 240
              },
              "position": {
                "line": 10648,
                "column": 110
              },
              "errorSnippet": "&lt;ul class=\"sub-menu\"&gt;\n&lt;li id=\"menu-item-4260\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4260\"&gt;&lt;a href=\"https://holistica11y.com/services/trainings/web-accessibility-testing/\" class=\"menu-link\"&gt;&lt;span cl",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/ul[1]",
              "issueID": "0644a3ced2fde0efb67a170607ca4d09",
              "signature": "24b78884d2300143cf6ba549cd6b0330",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=0644a3ced2fde0efb67a170607ca4d09"
            },
            {
              "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": 238,
                  "y": -2
                },
                "height": -2,
                "width": 238
              },
              "position": {
                "line": 11325,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"sub-menu\"&gt;\n&lt;li id=\"menu-item-4653\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4653\"&gt;&lt;a href=\"https://holistica11y.com/services/accessibility-audits/\" class=\"menu-link\"&gt;&lt",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/ul[1]",
              "issueID": "ed4fe37f1af7751006fb069acef4b18a",
              "signature": "7b9744db013dd1ef4d706be37d2ca62c",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ed4fe37f1af7751006fb069acef4b18a"
            },
            {
              "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": 238,
                  "y": -2
                },
                "height": -2,
                "width": 238
              },
              "position": {
                "line": 12813,
                "column": 110
              },
              "errorSnippet": "&lt;ul class=\"sub-menu\"&gt;\n&lt;li id=\"menu-item-4658\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4658\"&gt;&lt;a href=\"https://holistica11y.com/services/trainings/web-accessibility-testing/\" class=\"menu-link\"&gt;&lt;span cl",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/ul[1]",
              "issueID": "906aac4e268c079b518b8d652603009f",
              "signature": "511bd807ed437ceb78d6721fa1ad62f3",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=906aac4e268c079b518b8d652603009f"
            },
            {
              "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": 238,
                  "y": -2
                },
                "height": -2,
                "width": 238
              },
              "position": {
                "line": 13209,
                "column": 1
              },
              "errorSnippet": "&lt;ul class=\"sub-menu\"&gt;\n&lt;li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4653\"&gt;&lt;a href=\"https://holistica11y.com/services/accessibility-audits/\" class=\"menu-link\"&gt;&lt;span class=\"ast-ico",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/ul[1]",
              "issueID": "e32a04925723780679eb7290bf2f80d3",
              "signature": "f327556b36932f9fedfdcea4e3955039",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e32a04925723780679eb7290bf2f80d3"
            },
            {
              "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": 238,
                  "y": -2
                },
                "height": -2,
                "width": 238
              },
              "position": {
                "line": 13239,
                "column": 1
              },
              "errorSnippet": "&lt;ul class=\"sub-menu\"&gt;\n&lt;li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4658\"&gt;&lt;a href=\"https://holistica11y.com/services/trainings/web-accessibility-testing/\" class=\"menu-link\"&gt;&lt;span class=\"ast-icon icon-a",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/ul[1]",
              "issueID": "e1f7da4250c1fc5c922551624ed93be1",
              "signature": "697bdd9d591a4098f97acba6b6a48c91",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e1f7da4250c1fc5c922551624ed93be1"
            },
            {
              "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": 20
                },
                "height": 20,
                "width": 0
              },
              "position": {
                "line": 5467,
                "column": 215
              },
              "errorSnippet": "&lt;input type=\"search\" class=\"search-field\" placeholder=\"Search …\" value=\"\" name=\"s\" tabindex=\"-1\"&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/label[1]/input[1]",
              "issueID": "443aaace9b7cf7c929fc1c547a69e8ec",
              "signature": "f01f70104c78b7c6d0fa7b24ea6b36e3",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=443aaace9b7cf7c929fc1c547a69e8ec"
            },
            {
              "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": -16,
                  "y": -19.2
                },
                "height": -19.2,
                "width": -16
              },
              "position": {
                "line": 9231,
                "column": 34
              },
              "errorSnippet": "&lt;input type=\"search\" class=\"search-field\" placeholder=\"Search …\" value=\"\" name=\"s\"&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[2]/div[1]/form[1]/label[1]/input[1]",
              "issueID": "ab45dbc24eab7e4b6f4113db386fb6d5",
              "signature": "db40a5419262e5221715f28169255505",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ab45dbc24eab7e4b6f4113db386fb6d5"
            },
            {
              "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": 13447,
                "column": 1
              },
              "errorSnippet": "&lt;button type=\"submit\" class=\"search-submit\" value=\"Search\" aria-label=\"Search\"&gt;&lt;i class=\"astra-search-icon\"&gt; &lt;span class=\"ast-icon icon-search\"&gt;&lt;svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" versio",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[2]/div[1]/form[1]/button[1]",
              "issueID": "bf4098e3ba0c57986065561c282bfff0",
              "signature": "7c56e899e1d2cb56b11c87581f52ab67",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bf4098e3ba0c57986065561c282bfff0"
            },
            {
              "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": 88
                },
                "bottom-right": {
                  "x": 32,
                  "y": 108
                },
                "height": 20,
                "width": 32
              },
              "position": {
                "line": 13198,
                "column": 734
              },
              "errorSnippet": "&lt;a title=\"Learn about ADA Compliance for Websites and Mobile Apps\" href=\"https://holistica11y.com/compliance/ada-compliance/\" class=\"menu-link\"&gt;ADA&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[4]/aside[1]/section[1]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "07951f16905693233ffcf83596a6f67a",
              "signature": "b38a06fcd22f6ad3054f00b8249fbd87",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=07951f16905693233ffcf83596a6f67a"
            },
            {
              "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": 5209.47
                },
                "height": 5209.47,
                "width": 1024
              },
              "position": {
                "line": 7502,
                "column": 60
              },
              "errorSnippet": "&lt;body itemtype=\"https://schema.org/WebPage\" itemscope=\"itemscope\" class=\"home page-template-default page page-id-4052 wp-custom-logo ast-single-post ast-inherit-site-logo-transparent ast-hfb-header ast-desktop ast-page-builder-template ast-no-sidebar ",
              "xpath": "/html/body",
              "issueID": "1ae8225fb458b25b44aa7adefbf5a777",
              "signature": "5a4a764b5edb38f47f6059c1b5dde6d8",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=1ae8225fb458b25b44aa7adefbf5a777"
            },
            {
              "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": 286.9375,
                  "y": 46
                },
                "bottom-right": {
                  "x": 380.9185,
                  "y": 64
                },
                "height": 18,
                "width": 93.98100000000001
              },
              "position": {
                "line": 13232,
                "column": 154
              },
              "errorSnippet": "&lt;a href=\"https://facebook.com/holistica11y\" aria-label=\"Facebook\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"--color: #557dbc; --background-color: transparent;\" class=\"ast-builder-social-element ast-inline-flex ast-facebook footer-social-item\"&g",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "35f8550b542d914f9c12fc919b70279c",
              "signature": "6c32bfeb03eeb4a628377dd12d5b7264",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=35f8550b542d914f9c12fc919b70279c"
            },
            {
              "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": 399.71875,
                  "y": 46
                },
                "bottom-right": {
                  "x": 479.69995,
                  "y": 64
                },
                "height": 18,
                "width": 79.9812
              },
              "position": {
                "line": 13240,
                "column": 105
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/holistica11y\" aria-label=\"Twitter\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"--color: #7acdee; --background-color: transparent;\" class=\"ast-builder-social-element ast-inline-flex ast-twitter footer-social-item\"&gt;&",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[2]",
              "issueID": "7ec98b64fae47a7630edb271b76f37f4",
              "signature": "bc4f24034e36a05fae79f7ee6a037d08",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7ec98b64fae47a7630edb271b76f37f4"
            },
            {
              "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": 504.5,
                  "y": 46
                },
                "bottom-right": {
                  "x": 602.481,
                  "y": 64
                },
                "height": 18,
                "width": 97.98100000000001
              },
              "position": {
                "line": 13242,
                "column": 184
              },
              "errorSnippet": "&lt;a href=\"https://www.instagram.com/holistica11y/\" aria-label=\"Instagram\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"--color: #8a3ab9; --background-color: transparent;\" class=\"ast-builder-social-element ast-inline-flex ast-instagram footer-social",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[3]",
              "issueID": "0da6cc7859606eb522300acfa6b3b6c5",
              "signature": "691a852ef6ee6ea4f9085ad6114bb3c5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0da6cc7859606eb522300acfa6b3b6c5"
            },
            {
              "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": 627.28125,
                  "y": 46
                },
                "bottom-right": {
                  "x": 718.26225,
                  "y": 64
                },
                "height": 18,
                "width": 90.98100000000001
              },
              "position": {
                "line": 13244,
                "column": 200
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/holistica11y\" aria-label=\"Linkedin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"--color: #1c86c6; --background-color: transparent;\" class=\"ast-builder-social-element ast-inline-flex ast-linkedin footer-so",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[4]",
              "issueID": "70964e73865b591c5d3685633ad745c1",
              "signature": "d5a1b145e823dc7dd16f5317ad8e73bc",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=70964e73865b591c5d3685633ad745c1"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 396,
                  "y": 2677.375
                },
                "bottom-right": {
                  "x": 396,
                  "y": 2677.375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 12873,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/main[1]/article[1]/div[1]/div[8]/p[1]/br[1]",
              "issueID": "44455be842cafd3b246546ed0d9db266",
              "signature": "2e8f667bac194dbaa47ca3795165fd6d",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=44455be842cafd3b246546ed0d9db266"
            },
            {
              "tID": 271,
              "bpID": 211,
              "priority": 100,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This text is rotated from the horizontal by 60 degrees or more.",
              "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 is rotated from the horizontal by 60 degrees or more, and is not part of a complex image or graphic.  Text rotated beyond a certain threshold presents comprehension difficulties for people with cognitive disabilities or perception-based learning disabilities. Don't rotate text beyond 60 degrees from the horiziontal.",
              "viewPortLocation": {
                "top-left": {
                  "x": -15407.1875,
                  "y": 116.09375
                },
                "bottom-right": {
                  "x": -15397.59375,
                  "y": 125.6875
                },
                "height": 9.59375,
                "width": 9.59375
              },
              "position": {
                "line": 13212,
                "column": 161
              },
              "errorSnippet": "&lt;svg class=\"ast-arrow-svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" width=\"26px\" height=\"16.043px\" viewBox=\"57 35.171 26 16.043\" enable-background=\"new 57 35.171 26 16.043\" xml:space=\"",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]/span[3]/svg[1]",
              "issueID": "af27cf304ca1d41884f6d65fbcfaff50",
              "signature": "445bc3a000660a7ff613d15e165d8227",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=271&issueID=af27cf304ca1d41884f6d65fbcfaff50"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "3zjtz",
  "startTime": "2022-07-06T02:54:18",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      50
    ],
    [
      "motion",
      13
    ],
    [
      "ibm",
      9
    ],
    [
      "focInd",
      7
    ],
    [
      "alfa",
      6
    ],
    [
      "wave",
      5
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ]
  ],
  "logCount": 18,
  "logSize": 1461,
  "errorLogCount": 5,
  "errorLogSize": 345,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-06T02:56:27",
  "elapsedSeconds": 128,
  "score": {
    "scoreProcID": "sp12b",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 0,
        "focInd": 6,
        "focOp": 2,
        "hover": 47,
        "linkUl": 88,
        "role": 1,
        "styleDiff": 27,
        "zIndex": 32
      },
      "alfa": {
        "r18": 12,
        "r53": 4,
        "r66": 10,
        "r69": 2,
        "r74": 16,
        "r78": 8
      },
      "axe": {
        "color-contrast-enhanced": 26,
        "color-contrast": 2,
        "hidden-content": 0,
        "heading-order": 2,
        "landmark-complementary-is-top-level": 8,
        "landmark-unique": 4
      },
      "htmlcs": {
        "e:AA.1_4_3.G145.Fail": 8,
        "w:AA.1_1_1.H67.2": 2,
        "w:AA.1_3_1.H48": 1,
        "w:AA.1_3_1_A.G141": 1,
        "w:AA.1_4_3.G18.Abs": 2,
        "w:AA.1_4_3_F24.F24.FGColour": 4
      },
      "wave": {
        "c:contrast": 6,
        "a:heading_skipped": 1,
        "a:link_redundant": 4,
        "a:noscript": 16
      },
      "tenon": {
        "28": 4,
        "79": 4,
        "95": 8,
        "144": 24,
        "152": 16,
        "155": 2,
        "218": 16,
        "242": 4,
        "271": 4
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 6,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 2,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 12,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 44,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 1,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 7,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 8,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "ariaBadAttribute": {
          "alfa": {
            "r18": {
              "score": 12,
              "what": "ARIA state or property is not allowed for the element on which it is specified"
            }
          }
        },
        "headingStructure": {
          "alfa": {
            "r53": {
              "score": 2,
              "what": "Heading skips one or more levels"
            }
          },
          "axe": {
            "heading-order": {
              "score": 1,
              "what": "Heading levels do not increase by only one"
            }
          },
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "wave": {
            "a:heading_skipped": {
              "score": 1,
              "what": "Skipped heading level"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 3,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 7,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 2,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 2,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 2,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G145.Fail": {
              "score": 6,
              "what": "Contrast between the text and its background is less than 3:1."
            }
          },
          "wave": {
            "c:contrast": {
              "score": 5,
              "what": "Very low contrast"
            }
          }
        },
        "fontSizeAbsolute": {
          "alfa": {
            "r74": {
              "score": 8,
              "what": "Paragraph text has an absolute font size"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 4,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "asideTopLandmark": {
          "axe": {
            "landmark-complementary-is-top-level": {
              "score": 4,
              "what": "complementary landmark (aside) is contained in another landmark"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 3,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 1,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "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.FGColour": {
              "score": 1,
              "what": "Inline foreground color may lack a complementary background color"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 2,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 4,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "titleRedundant": {
          "tenon": {
            "79": {
              "score": 1,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 24,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 8,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 12,
              "what": "Link opens in a new window without user control"
            }
          }
        },
        "pseudoParagraphRisk": {
          "tenon": {
            "242": {
              "score": 1,
              "what": "Multiple consecutive br elements may simulate paragraphs"
            }
          }
        },
        "textRotated": {
          "tenon": {
            "271": {
              "score": 2,
              "what": "Text is needlessly rotated 60+ degrees or more, hurting comprehension"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 291,
      "log": 36,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkIndication",
          "score": 46
        },
        {
          "groupName": "leadingClipsText",
          "score": 26
        },
        {
          "groupName": "hoverSurprise",
          "score": 14
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 14
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 14
        },
        {
          "groupName": "contrastAA",
          "score": 12
        },
        {
          "groupName": "contrastAAA",
          "score": 11
        },
        {
          "groupName": "zIndexNotZero",
          "score": 10
        },
        {
          "groupName": "fontSizeAbsolute",
          "score": 10
        },
        {
          "groupName": "targetSize",
          "score": 10
        },
        {
          "groupName": "inconsistentStyles",
          "score": 9
        },
        {
          "groupName": "focusIndication",
          "score": 8
        },
        {
          "groupName": "headingStructure",
          "score": 6
        },
        {
          "groupName": "headingOfNothing",
          "score": 6
        },
        {
          "groupName": "asideTopLandmark",
          "score": 6
        },
        {
          "groupName": "noScriptRisk",
          "score": 6
        },
        {
          "groupName": "landmarkConfusion",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "focusableOperable",
          "score": 4
        },
        {
          "groupName": "contrastRisk",
          "score": 4
        },
        {
          "groupName": "linkPair",
          "score": 4
        },
        {
          "groupName": "textRotated",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "roleBad",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "titleRedundant",
          "score": 3
        },
        {
          "groupName": "pseudoParagraphRisk",
          "score": 3
        }
      ]
    }
  }
}