Accessibility test digest

Synopsis

Page: Teach Access

URL: https://teachaccess.org/

Score: 755

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

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp12b scoring procedure to compute partial and total scores for the page. The total score is 755 (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
total755
log225
focusIndication94
contentBeyondLandmarks61
linkNoText54
zIndexNotZero41
noLeading35
hoverSurprise29
leadingClipsText22
contrastAA20
headingOfNothing12
targetSize12
focusableOperable10
linkIndication10
childMissing10
metaBansZoom8
contrastAAA8
controlLabel8
inconsistentStyles7
fontSmall7
internalLinkBroken6
inputNoText6
labelBadID6
allCaps6
h1Missing5
submitButton5
linkPair5
roleBad4
leadingAbsolute4
scrollRisk4
pseudoLinkRisk4
visibleBulk3
hiddenContentRisk3
decorativeImageRisk3
pseudoHeadingRisk3
headingStructure3
contrastRisk3
imageTextRedundant3
linkComprehensionRisk3
noScriptRisk3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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-teachaccess",
  "host": {
    "id": "teachaccess",
    "which": "https://teachaccess.org/",
    "what": "Teach Access"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-06T02:47:21"
    },
    {
      "event": "endTime",
      "value": "2022-07-06T02:49:37"
    }
  ],
  "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://teachaccess.org/",
        "what": "Teach Access"
      },
      {
        "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://teachaccess.org/",
        "what": "Teach Access"
      },
      {
        "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://teachaccess.org/",
      "what": "Teach Access",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://teachaccess.org/",
      "result": {
        "bytes": [
          141407,
          141407,
          141407,
          141407,
          141407
        ],
        "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://teachaccess.org/",
      "what": "Teach Access",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://teachaccess.org/",
      "result": {
        "visibleElements": 504
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://teachaccess.org/",
      "result": {
        "tabFocusables": 62,
        "tabFocused": 62,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "total": 62,
          "types": {
            "indicatorMissing": {
              "total": 26,
              "tagNames": {
                "INPUT": 2,
                "A": 24
              }
            },
            "nonOutlinePresent": {
              "total": 4,
              "tagNames": {
                "INPUT": 4
              }
            },
            "outlinePresent": {
              "total": 32,
              "meanDelay": 0,
              "tagNames": {
                "A": 32
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "About"
            },
            {
              "tagName": "A",
              "text": "Our Team"
            },
            {
              "tagName": "A",
              "text": "Join Our Team: Dir. of Dev & Partnerships"
            },
            {
              "tagName": "A",
              "text": "Mission & Vision"
            },
            {
              "tagName": "A",
              "text": "Membership"
            },
            {
              "tagName": "A",
              "text": "Teach Access Task Forces"
            },
            {
              "tagName": "A",
              "text": "Frequently Asked Questions"
            },
            {
              "tagName": "A",
              "text": "Supporters & Contributors"
            },
            {
              "tagName": "A",
              "text": "Videos"
            },
            {
              "tagName": "A",
              "text": "Initiatives"
            },
            {
              "tagName": "A",
              "text": "Faculty Grants"
            },
            {
              "tagName": "A",
              "text": "Study Away"
            },
            {
              "tagName": "A",
              "text": "Teach Access Tutorial"
            },
            {
              "tagName": "A",
              "text": "Resources"
            },
            {
              "tagName": "A",
              "text": "Accessibility Trivia"
            },
            {
              "tagName": "A",
              "text": "Accessibility Skills Hiring Toolkit"
            },
            {
              "tagName": "A",
              "text": "Why Teach Accessibility? Fact Sheet"
            },
            {
              "tagName": "A",
              "text": "Creating Accessible Course Content"
            },
            {
              "tagName": "A",
              "text": "News & Events"
            },
            {
              "tagName": "A",
              "text": "Contact Us"
            },
            {
              "tagName": "A",
              "text": "Donate"
            },
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "A",
              "text": ""
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            }
          ],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "View our complete list of contributors.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VIEW OUR COMPLETE LIST OF PARTNERS",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Click here to become a member",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Click here to view the fact sheet",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Summer 2022 Update",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Happy Global Accessibility Awareness Day (GAAD)!",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Global Accessibility Awareness Day (GAAD) Announcements",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Teach Access Spring 2022 Update",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Fall 2021 Update",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Click here to see all the News and Events",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "total": 102,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 5,
              "tagNames": {
                "I": 2,
                "SPAN": 3
              }
            },
            "focusableAndOperable": {
              "total": 97,
              "tagNames": {
                "A": 86,
                "INPUT": 11
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "I",
              "id": "",
              "text": "<i class=\"lines-button x2\" style=\"cursor: default;\"> <i class=\"lines\"></i> </i>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "I",
              "id": "",
              "text": "<i class=\"lines-button x2 hover-effect\" style=\"cursor: default;\"> <i class=\"line",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"ocm-dropdown-arrow\" style=\"top: 0px; cursor: default;\"><i class=\"fa",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"ocm-dropdown-arrow\" style=\"top: 0px; cursor: default;\"><i class=\"fa",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"ocm-dropdown-arrow\" style=\"top: 0px; cursor: default;\"><i class=\"fa",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" name=\"s\" value=\"\" placeholder=\"Search\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#\" style=\"cursor: default;\"> <span class=\"close-wrap\"> <span class=\"clo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "logo",
              "text": "<a id=\"logo\" href=\"https://teachaccess.org\" data-supplied-ml-starting-dark=\"fals",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#sidewidgetarea\" aria-label=\"Navigation Menu\" aria-expanded=\"false\" cla",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Our Team",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join Our Team: Dir. of Dev & Partnerships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mission & Vision",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Membership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access Task Forces",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Frequently Asked Questions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Supporters & Contributors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Videos",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Initiatives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Faculty Grants",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Study Away",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access Tutorial",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Trivia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Skills Hiring Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Why Teach Accessibility? Fact Sheet",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Creating Accessible Course Content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News & Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Donate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://twitter.com/teachaccess\" style=\"cursor: default;\"><i class=\"fa ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.linkedin.com/company/teach-access/\" style=\"cursor: default;",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "View our complete list of contributors.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://google.com/\" class=\"\" style=\"cursor: default;\"> <img class=\"img-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.facebook.com/\" class=\"\" style=\"cursor: default;\"> <img clas",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.oracle.com/index.html\" class=\"\" style=\"cursor: default;\"> <",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://microsoft.com/\" class=\"\" style=\"cursor: default;\"> <img class=\"i",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://adobe.com/\" class=\"\" style=\"cursor: default;\"> <img class=\"img-w",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.verizon.com/\" class=\"\" style=\"cursor: default;\"> <img class",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://stanford.edu/\" class=\"\" style=\"cursor: default;\"> <img class=\"im",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://msu.edu/\" class=\"\" style=\"cursor: default;\"> <img class=\"img-wi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.usc.edu/\" class=\"\" style=\"cursor: default;\"> <img class=\"im",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.iastate.edu/\" class=\"\" style=\"cursor: default;\"> <img class",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://illinois.edu/\" class=\"\" style=\"cursor: default;\"> <img class=\"i",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.colorado.edu/\" class=\"\" style=\"cursor: default;\"> <img clas",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://www.aapd.com/\" class=\"\" style=\"cursor: default;\"> <img class=\"im",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://acb.org/\" class=\"\" style=\"cursor: default;\"> <img class=\"img-wit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"http://www.afb.org/\" class=\"\" style=\"cursor: default;\"> <img class=\"img",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.hearingloss.org/\" class=\"\" style=\"cursor: default;\"> <img c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.icde.org/\" class=\"\" style=\"cursor: default;\"> <img class=\"i",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.knowbility.org/\" class=\"\" style=\"cursor: default;\"> <img cl",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VIEW OUR COMPLETE LIST OF PARTNERS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Click here to become a member",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://teachaccess.org/resources/fact-sheet-why-teach-accessibility/\" ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Click here to view the fact sheet",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/06/summer-2022-update/\" r",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Summer 2022 Update",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/05/happy-global-accessibi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Happy Global Accessibility Awareness Day (GAAD)!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/04/global-accessibility-a",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Global Accessibility Awareness Day (GAAD) Announcements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/03/teach-access-spring-20",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access Spring 2022 Update",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2021/11/fall-2021-update/\" rel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fall 2021 Update",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Click here to see all the News and Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input style=\"background-color: white;\" aria-label=\"First Name\" type=\"text\" name",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input style=\"background-color: white;\" type=\"text\" aria-label=\"Last Name\" name=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input style=\"background-color: white;\" type=\"email\" aria-label=\"Email\" name=\"EM",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input style=\"background-color: rgb(75, 112, 54); border: 1px solid white; curso",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" autocomplete=\"off\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"_mc4wp_timestamp\" value=\"1657051202\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"_mc4wp_form_id\" value=\"1441\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"_mc4wp_form_element_id\" value=\"mc4wp-form-1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"hosted_button_id\" value=\"6YPG2HBZXSEXQ\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "to-top",
              "text": "<a id=\"to-top\" class=\" \" style=\"cursor: default;\"><i class=\"fa fa-angle-up top-i",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Our Team",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join Our Team: Dir. of Dev & Partnerships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mission & Vision",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Membership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access Task Forces",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Frequently Asked Questions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Supporters & Contributors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Videos",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Initiatives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Faculty Grants",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Study Away",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teach Access Tutorial",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Trivia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Skills Hiring Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Why Teach Accessibility? Fact Sheet",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Creating Accessible Course Content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News & Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Donate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://twitter.com/teachaccess\" style=\"cursor: default;\"><i class=\"fa ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.linkedin.com/company/teach-access/\" style=\"cursor: default;",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"slide_out_area_close\" href=\"#\" style=\"cursor: default;\"> <span class=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "triggers": 83,
          "headTriggers": 20,
          "tailTriggers": 63,
          "impactTriggers": 27,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 126,
          "opacityImpact": 221,
          "unhoverables": 7
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "AboutOurTeamJoinOurTeam:Dir.ofDev&PartnershipsMiss",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 9,
                "opacityImpact": 24
              },
              {
                "tagName": "A",
                "text": "About",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 8,
                "opacityImpact": 8
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptocontent"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "<spanclass=\"close-wrap\"><spanclass=\"close-lineclos"
              }
            ]
          },
          "tail": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "ResourcesAccessibilityTriviaAccessibilitySkillsHir",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 5,
                "opacityImpact": 12
              },
              {
                "tagName": "LI",
                "text": "InitiativesFacultyGrantsStudyAwayTeachAccessTutori",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 9,
                "opacityImpact": 21
              },
              {
                "tagName": "A",
                "text": "ContactUs",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 7,
                "opacityImpact": 7
              },
              {
                "tagName": "A",
                "text": "News&Events",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 3,
                "opacityImpact": 3
              },
              {
                "tagName": "A",
                "text": "VIEWOURCOMPLETELISTOFPARTNERS",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 1
              },
              {
                "tagName": "A",
                "text": "Clickheretobecomeamember",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 1
              }
            ],
            "unhoverables": [
              {
                "tagName": "LI",
                "id": "",
                "text": "WhyTeachAccessibility?FactSheet"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "AccessibilityTrivia"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "TeachAccessTutorial"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "StudyAway"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "AccessibilityTrivia"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 1,
          "wellLabeled": 6
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [
            {
              "index": 0,
              "tagName": "INPUT",
              "type": "text"
            }
          ],
          "wellLabeled": [
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "aria-label",
              "texts": {
                "attribute": "First Name"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Last Name"
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Email"
              }
            },
            {
              "index": 4,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Sign up"
              }
            },
            {
              "index": 5,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Leave this field empty if you're human:"
                ]
              }
            },
            {
              "index": 6,
              "tagName": "INPUT",
              "type": "image",
              "texts": {
                "content": "Donate with PayPal button"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "links": 86,
          "adjacent": {
            "total": 54,
            "underlined": 46,
            "underlinedPercent": 85
          }
        },
        "items": {
          "underlined": [
            "Skip to content",
            "",
            "",
            "",
            "View our complete list of contributors.",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "VIEW OUR COMPLETE LIST OF PARTNERS",
            "Click here to become a member",
            "",
            "Click here to view the fact sheet",
            "",
            "Summer 2022 Update",
            "",
            "Happy Global Accessibility Awareness Day (GAAD)!",
            "",
            "Global Accessibility Awareness Day (GAAD) Announcements",
            "",
            "Teach Access Spring 2022 Update",
            "",
            "Fall 2021 Update",
            "Click here to see all the News and Events",
            "",
            "About",
            "Initiatives",
            "Resources",
            "News & Events",
            "Contact Us",
            "Donate",
            ""
          ],
          "notUnderlined": [
            "About",
            "Initiatives",
            "Resources",
            "News & Events",
            "Contact Us",
            "Donate",
            "",
            ""
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "menuItems": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "menus": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "menuItems": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://teachaccess.org/",
      "result": {
        "roleElements": 2,
        "badRoleElements": 1,
        "redundantRoleElements": 0,
        "tagNames": {
          "DIV": {
            "main": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://teachaccess.org/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "adjacentLink": {
            "total": 54,
            "subtotals": [
              34,
              11,
              8,
              1
            ]
          },
          "listLink": {
            "total": 32,
            "subtotals": [
              15,
              15,
              2
            ]
          },
          "h2": {
            "total": 6,
            "subtotals": [
              3,
              3
            ]
          },
          "h3": {
            "total": 6,
            "subtotals": [
              5,
              1
            ]
          },
          "h4": {
            "total": 2
          }
        },
        "items": {
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "",
                "",
                "View our complete list of contributors.",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "About",
                "Initiatives",
                "Resources",
                "News & Events",
                "Contact Us",
                "Donate",
                ""
              ],
              "600": [
                "Skip to content",
                "",
                "About",
                "Initiatives",
                "Resources",
                "News & Events",
                "Contact Us",
                "Donate",
                "",
                "",
                "VIEW OUR COMPLETE LIST OF PARTNERS",
                "Click here to become a member",
                "Click here to view the fact sheet",
                "Summer 2022 Update",
                "Happy Global Accessibility Awareness Day (GAAD)!",
                "Global Accessibility Awareness Day (GAAD) Announcements",
                "Teach Access Spring 2022 Update",
                "Fall 2021 Update",
                "Click here to see all the News and Events"
              ]
            },
            "opacity": {
              "0": [
                ""
              ],
              "1": [
                "Skip to content",
                "",
                "",
                "",
                "About",
                "Initiatives",
                "Resources",
                "News & Events",
                "Contact Us",
                "Donate",
                "",
                "",
                "View our complete list of contributors.",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "VIEW OUR COMPLETE LIST OF PARTNERS",
                "Click here to become a member",
                "",
                "Click here to view the fact sheet",
                "",
                "Summer 2022 Update",
                "",
                "Happy Global Accessibility Awareness Day (GAAD)!",
                "",
                "Global Accessibility Awareness Day (GAAD) Announcements",
                "",
                "Teach Access Spring 2022 Update",
                "",
                "Fall 2021 Update",
                "Click here to see all the News and Events",
                "",
                "About",
                "Initiatives",
                "Resources",
                "News & Events",
                "Contact Us",
                "Donate"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Skip to content",
                "",
                "",
                "",
                "View our complete list of contributors.",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "VIEW OUR COMPLETE LIST OF PARTNERS",
                "Click here to become a member",
                "",
                "Click here to view the fact sheet",
                "",
                "Summer 2022 Update",
                "",
                "Happy Global Accessibility Awareness Day (GAAD)!",
                "",
                "Global Accessibility Awareness Day (GAAD) Announcements",
                "",
                "Teach Access Spring 2022 Update",
                "",
                "Fall 2021 Update",
                "Click here to see all the News and Events",
                "",
                "About",
                "Initiatives",
                "Resources",
                "News & Events",
                "Contact Us",
                "Donate",
                ""
              ],
              "none": [
                "About",
                "Initiatives",
                "Resources",
                "News & Events",
                "Contact Us",
                "Donate",
                "",
                ""
              ]
            }
          },
          "listLink": {
            "textDecorationLine": {
              "none": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content"
              ],
              "underline": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content",
                "",
                ""
              ]
            },
            "color": {
              "rgb(0, 77, 113)": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content"
              ],
              "rgb(238, 251, 250)": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content",
                "",
                ""
              ]
            },
            "fontSize": {
              "15px": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content"
              ],
              "16px": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content",
                "",
                ""
              ]
            },
            "lineHeight": {
              "17px": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content"
              ],
              "22px": [
                "Our Team",
                "Join Our Team: Dir. of Dev & Partnerships",
                "Mission & Vision",
                "Membership",
                "Teach Access Task Forces",
                "Frequently Asked Questions",
                "Supporters & Contributors",
                "Videos",
                "Faculty Grants",
                "Study Away",
                "Teach Access Tutorial",
                "Accessibility Trivia",
                "Accessibility Skills Hiring Toolkit",
                "Why Teach Accessibility? Fact Sheet",
                "Creating Accessible Course Content"
              ],
              "38px": [
                "",
                ""
              ]
            }
          },
          "h2": {
            "fontSize": {
              "29.75px": [
                "What is Teach Access?",
                "Tech Industry    +    Academia   +    Advocacy",
                "Supporters & Contributors"
              ],
              "24.5px": [
                "Become a Teach Access Member",
                "Why Teach Accessibility?",
                "News & Events"
              ]
            }
          },
          "h3": {
            "color": {
              "rgb(255, 255, 255)": [
                "What we have are a few people who know a lot about Accessibility. What we need are a lot of people to know a little about it."
              ],
              "rgb(68, 68, 68)": [
                "Summer 2022 Update",
                "Happy Global Accessibility Awareness Day (GAAD)!",
                "Global Accessibility Awareness Day (GAAD) Announcements",
                "Teach Access Spring 2022 Update",
                "Fall 2021 Update"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "tabElements": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "tabLists": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "tabElements": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "total": 157,
          "tagNames": {
            "DIV": 96,
            "A": 26,
            "HEADER": 1,
            "UL": 8,
            "LI": 22,
            "I": 4
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": "Hit enter to search or ESC to close AboutOur TeamJoin Our Team: Dir. of Dev & PartnershipsMission & "
          },
          {
            "tagName": "DIV",
            "id": "header-outer",
            "text": "Hit enter to search or ESC to close AboutOur TeamJoin Our Team: Dir. of Dev & PartnershipsMission & "
          },
          {
            "tagName": "DIV",
            "id": "search-outer",
            "text": "Hit enter to search or ESC to close"
          },
          {
            "tagName": "DIV",
            "id": "search",
            "text": "Hit enter to search or ESC to close"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "HEADER",
            "id": "top",
            "text": "AboutOur TeamJoin Our Team: Dir. of Dev & PartnershipsMission & VisionMembershipTeach Access Task Fo"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "AboutOur TeamJoin Our Team: Dir. of Dev & PartnershipsMission & VisionMembershipTeach Access Task Fo"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "AboutOur TeamJoin Our Team: Dir. of Dev & PartnershipsMission & VisionMembershipTeach Access Task Fo"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "About"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Our TeamJoin Our Team: Dir. of Dev & PartnershipsMission & VisionMembershipTeach Access Task ForcesF"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Our Team"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Our Team"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Join Our Team: Dir. of Dev & Partnerships"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Join Our Team: Dir. of Dev & Partnerships"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Mission & Vision"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Mission & Vision"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Membership"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Membership"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Teach Access Task Forces"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Teach Access Task Forces"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Frequently Asked Questions"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Frequently Asked Questions"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Supporters & Contributors"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Supporters & Contributors"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Videos"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Videos"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "InitiativesFaculty GrantsStudy AwayTeach Access Tutorial"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Initiatives"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Faculty GrantsStudy AwayTeach Access Tutorial"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Faculty Grants"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Faculty Grants"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Study Away"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Study Away"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Teach Access Tutorial"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Teach Access Tutorial"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "ResourcesAccessibility TriviaAccessibility Skills Hiring ToolkitWhy Teach Accessibility? Fact SheetC"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Resources"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Accessibility TriviaAccessibility Skills Hiring ToolkitWhy Teach Accessibility? Fact SheetCreating A"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Accessibility Trivia"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Accessibility Trivia"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Accessibility Skills Hiring Toolkit"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Accessibility Skills Hiring Toolkit"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Why Teach Accessibility? Fact Sheet"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Why Teach Accessibility? Fact Sheet"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Creating Accessible Course Content"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Creating Accessible Course Content"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "News & Events"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "News & Events"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Contact Us"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Contact Us"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Donate"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Donate"
          },
          {
            "tagName": "LI",
            "id": "social-in-menu",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "I",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "I",
            "id": "",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "What is Teach Access?Tech Industry + Academia + AdvocacyTeach Access envisions a fully accessible fu"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "What is Teach Access?Tech Industry + Academia + AdvocacyTeach Access envisions a fully accessible fu"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Supporters & ContributorsThe Teach Access initiative includes membership from the technology industr"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "VIEW OUR COMPLETE LIST OF PARTNERS"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "What we have are a few people who know a lot about Accessibility. What we need are a lot of people t"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Become a Teach Access MemberTeach Access is a unique collaboration (of leading educational instituti"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "footer-outer",
            "text": "Teach Access is a 501(c)(3) public charity registered in the United States, EIN # 86-1697668. Contri"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Teach Access is a 501(c)(3) public charity registered in the United States, EIN # 86-1697668. Contri"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Sign Up for Our Newsletter(function() { window.mc4wp = window.mc4wp || { listeners: [], forms: { on:"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Support Teach Access"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "© 2022 Teach Access."
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "to-top",
            "text": ""
          },
          {
            "tagName": "I",
            "id": "",
            "text": ""
          },
          {
            "tagName": "I",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "slide-out-widget-area",
            "text": "AboutOur TeamJoin Our Team: Dir. of Dev & PartnershipsMission & VisionMembershipTeach Access Task Fo"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Our TeamJoin Our Team: Dir. of Dev & PartnershipsMission & VisionMembershipTeach Access Task ForcesF"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Faculty GrantsStudy AwayTeach Access Tutorial"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Accessibility TriviaAccessibility Skills Hiring ToolkitWhy Teach Accessibility? Fact SheetCreating A"
          },
          {
            "tagName": "DIV",
            "id": "slide-out-widget-area-bg",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "failures": 50,
          "warnings": 51
        },
        "items": [
          {
            "index": 3,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a href=\"#\">",
                "  <span class=\"close-wrap\">",
                "    <span class=\"close-line close-line1\"></span>",
                "    <span class=\"close-line close-line2\"></span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 26,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a href=\"https://twitter.com/teachaccess\">",
                "  <i class=\"fa fa-twitter\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 27,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[2]",
              "codeLines": [
                "<a href=\"https://www.linkedin.com/company/teach-access/\">",
                "  <i class=\"fa fa-linkedin\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 57,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/a[2]",
              "codeLines": [
                "<a class=\"slide_out_area_close no-material-transition\" href=\"#\">",
                "  <span class=\"close-wrap\">",
                "    <span class=\"close-line close-line1\"></span>",
                "    <span class=\"close-line close-line2\"></span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 428,
            "verdict": "failed",
            "rule": {
              "ruleID": "r47",
              "ruleSummary": "<meta name='viewport'> elements do not prevent zoom",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r47",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#reflow",
                  "chapter": "1.4.10",
                  "title": "Reflow"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "meta",
              "path": "/html[1]/head[1]/meta[2]",
              "codeLines": [
                "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=..."
              ]
            }
          },
          {
            "index": 477,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Supporters & Contributors"
              ]
            }
          },
          {
            "index": 478,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "The Teach Access initiative includes membership from the technology industry, faculty and others fr..."
              ]
            }
          },
          {
            "index": 479,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]",
              "codeLines": [
                "View our complete list of contributors."
              ]
            }
          },
          {
            "index": 480,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "VIEW OUR COMPLETE LIST OF PARTNERS"
              ]
            }
          },
          {
            "index": 481,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h3[1]/em[1]/text()[1]",
              "codeLines": [
                "What we have are a few people who know a lot about Accessibility. What we need are a lot of people ..."
              ]
            }
          },
          {
            "index": 482,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "– Matt May (Adobe)"
              ]
            }
          },
          {
            "index": 483,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Become a Teach"
              ]
            }
          },
          {
            "index": 484,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Access Member"
              ]
            }
          },
          {
            "index": 485,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Teach Access is a unique collaboration (of leading educational institutions, the technology industr..."
              ]
            }
          },
          {
            "index": 486,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Click here to become a member"
              ]
            }
          },
          {
            "index": 487,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Why Teach"
              ]
            }
          },
          {
            "index": 488,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Accessibility?"
              ]
            }
          },
          {
            "index": 489,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Click here to view the fact sheet"
              ]
            }
          },
          {
            "index": 490,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "News &"
              ]
            }
          },
          {
            "index": 491,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Events"
              ]
            }
          },
          {
            "index": 492,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[1]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Summer 2022 Update"
              ]
            }
          },
          {
            "index": 493,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[2]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Happy Global Accessibility Awareness Day (GAAD)!"
              ]
            }
          },
          {
            "index": 494,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[3]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Global Accessibility Awareness Day (GAAD) Announcements"
              ]
            }
          },
          {
            "index": 495,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[4]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Teach Access Spring 2022 Update"
              ]
            }
          },
          {
            "index": 496,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[5]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Fall 2021 Update"
              ]
            }
          },
          {
            "index": 497,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Click here to see all the News and Events"
              ]
            }
          },
          {
            "index": 498,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Teach Access is a 501(c)(3) public charity registered in the United States, EIN # 86-1697668. Contr..."
              ]
            }
          },
          {
            "index": 499,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]",
              "codeLines": [
                "Sign Up for Our Newsletter"
              ]
            }
          },
          {
            "index": 503,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/h4[1]/text()[1]",
              "codeLines": [
                "Support Teach Access"
              ]
            }
          },
          {
            "index": 504,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "© 2022 Teach Access."
              ]
            }
          },
          {
            "index": 508,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 526,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/input[1]",
              "codeLines": [
                "<input type=\"text\" name=\"s\" value=\"\" placeholder=\"Search\">"
              ]
            }
          },
          {
            "index": 529,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/\" class=\"da11y-submenu sf-with-ul\" aria-expanded=\"false\">",
                "  About",
                "</a>"
              ]
            }
          },
          {
            "index": 530,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/our-team/\" class=\"da11y-submenu\">",
                "  Our Team",
                "</a>"
              ]
            }
          },
          {
            "index": 531,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/join-our-team-dir/\" class=\"da11y-submenu\">",
                "  Join Our Team: Dir. of Dev & Partnerships",
                "</a>"
              ]
            }
          },
          {
            "index": 532,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/mission-vision/\" class=\"da11y-submenu\">",
                "  Mission & Vision",
                "</a>"
              ]
            }
          },
          {
            "index": 533,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/membership/\" class=\"da11y-submenu\">",
                "  Membership",
                "</a>"
              ]
            }
          },
          {
            "index": 534,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/teach-access-task-forces/\" class=\"da11y-submenu\">",
                "  Teach Access Task Forces",
                "</a>"
              ]
            }
          },
          {
            "index": 535,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/faq/\" class=\"da11y-submenu\">",
                "  Frequently Asked Questions",
                "</a>"
              ]
            }
          },
          {
            "index": 536,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/about/supporters-and-contributors/\" class=\"da11y-submenu\">",
                "  Supporters & Contributors",
                "</a>"
              ]
            }
          },
          {
            "index": 537,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/ul[1]/li[8]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/videos/\" class=\"da11y-submenu\">",
                "  Videos",
                "</a>"
              ]
            }
          },
          {
            "index": 538,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/initiatives/\" class=\"da11y-submenu sf-with-ul\" aria-expanded=\"fals...",
                "  Initiatives",
                "</a>"
              ]
            }
          },
          {
            "index": 539,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/initiatives/faculty-grants/\" class=\"da11y-submenu\">",
                "  Faculty Grants",
                "</a>"
              ]
            }
          },
          {
            "index": 540,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/study-away/\" class=\"da11y-submenu\">",
                "  Study Away",
                "</a>"
              ]
            }
          },
          {
            "index": 541,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/initiatives/tutorial/\" class=\"da11y-submenu\">",
                "  Teach Access Tutorial",
                "</a>"
              ]
            }
          },
          {
            "index": 542,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/resources/\" class=\"da11y-submenu sf-with-ul\" aria-expanded=\"false\"...",
                "  Resources",
                "</a>"
              ]
            }
          },
          {
            "index": 543,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/resources/accessibility-trivia/\" class=\"da11y-submenu\">",
                "  Accessibility Trivia",
                "</a>"
              ]
            }
          },
          {
            "index": 544,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/resources/accessibility-skills-hiring-toolkit/\" class=\"da11y-subme...",
                "  Accessibility Skills Hiring Toolkit",
                "</a>"
              ]
            }
          },
          {
            "index": 545,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/resources/fact-sheet-why-teach-accessibility/\" class=\"da11y-submen...",
                "  Why Teach Accessibility? Fact Sheet",
                "</a>"
              ]
            }
          },
          {
            "index": 546,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/resources/creating-accessible-course-content/\" class=\"da11y-submen...",
                "  Creating Accessible Course Content",
                "</a>"
              ]
            }
          },
          {
            "index": 547,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/news-events/\">",
                "  News & Events",
                "</a>"
              ]
            }
          },
          {
            "index": 548,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/contact/\">",
                "  Contact Us",
                "</a>"
              ]
            }
          },
          {
            "index": 549,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a href=\"https://teachaccess.org/donate/\">",
                "  Donate",
                "</a>"
              ]
            }
          },
          {
            "index": 550,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a href=\"https://twitter.com/teachaccess\">",
                "  <i class=\"fa fa-twitter\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 551,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[2]",
              "codeLines": [
                "<a href=\"https://www.linkedin.com/company/teach-access/\">",
                "  <i class=\"fa fa-linkedin\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 585,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/form[1]/input[2]",
              "codeLines": [
                "<input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif\" border=\"0\" na..."
              ]
            }
          },
          {
            "index": 587,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "What is Teach Access?"
              ]
            }
          },
          {
            "index": 588,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Tech Industry    +    Academia   +    Advocacy"
              ]
            }
          },
          {
            "index": 589,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Teach Access envisions a fully accessible future in which students are equipped to enter the workfo..."
              ]
            }
          },
          {
            "index": 590,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Teach Access is an active collaboration among education, industry, and disability advocacy organiza..."
              ]
            }
          },
          {
            "index": 591,
            "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[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Supporters & Contributors"
              ]
            }
          },
          {
            "index": 592,
            "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[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "The Teach Access initiative includes membership from the technology industry, faculty and others fr..."
              ]
            }
          },
          {
            "index": 595,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Become a Teach"
              ]
            }
          },
          {
            "index": 596,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Access Member"
              ]
            }
          },
          {
            "index": 597,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Teach Access is a unique collaboration (of leading educational institutions, the technology industr..."
              ]
            }
          },
          {
            "index": 598,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Why Teach"
              ]
            }
          },
          {
            "index": 599,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Accessibility?"
              ]
            }
          },
          {
            "index": 600,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "News &"
              ]
            }
          },
          {
            "index": 601,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Events"
              ]
            }
          },
          {
            "index": 615,
            "verdict": "failed",
            "rule": {
              "ruleID": "r68",
              "ruleSummary": "Elements with a role have required children",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r68",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[2]",
              "codeLines": [
                "<ul class=\"buttons sf-menu\" data-user-set-ocm=\"off\"></ul>"
              ]
            }
          },
          {
            "index": 617,
            "verdict": "failed",
            "rule": {
              "ruleID": "r68",
              "ruleSummary": "Elements with a role have required children",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r68",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/div[2]/ul[1]",
              "codeLines": [
                "<ul class=\"social\"></ul>"
              ]
            }
          },
          {
            "index": 618,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "What is Teach Access?"
              ]
            }
          },
          {
            "index": 619,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Tech Industry    +    Academia   +    Advocacy"
              ]
            }
          },
          {
            "index": 620,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Teach Access envisions a fully accessible future in which students are equipped to enter the workfo..."
              ]
            }
          },
          {
            "index": 621,
            "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Teach Access is an active collaboration among education, industry, and disability advocacy organiza..."
              ]
            }
          },
          {
            "index": 622,
            "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[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Supporters & Contributors"
              ]
            }
          },
          {
            "index": 623,
            "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[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "The Teach Access initiative includes membership from the technology industry, faculty and others fr..."
              ]
            }
          },
          {
            "index": 626,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Become a Teach"
              ]
            }
          },
          {
            "index": 627,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Access Member"
              ]
            }
          },
          {
            "index": 628,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Teach Access is a unique collaboration (of leading educational institutions, the technology industr..."
              ]
            }
          },
          {
            "index": 629,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Why Teach"
              ]
            }
          },
          {
            "index": 630,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Accessibility?"
              ]
            }
          },
          {
            "index": 631,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "News &"
              ]
            }
          },
          {
            "index": 632,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]/text()[2]",
              "codeLines": [
                "Events"
              ]
            }
          },
          {
            "index": 666,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  <img class=\"alignnone size-thumbnail wp-image-815 style=\" style=\"height: 150px;\" src=\"/wp-content...",
                "</p>"
              ]
            }
          },
          {
            "index": 667,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Teach Access envisions a fully accessible future in which students are equipped to enter the work...",
                "</p>"
              ]
            }
          },
          {
            "index": 668,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[2]",
              "codeLines": [
                "<p>",
                "  Teach Access is an active collaboration among education, industry, and disability advocacy organi...",
                "</p>"
              ]
            }
          },
          {
            "index": 669,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  The Teach Access initiative includes membership from the technology industry, faculty and others ...",
                "  <a href=\"#\">",
                "    View our complete list of contributors.",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 670,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[1]/div[1]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  – Matt May (Adobe)",
                "</p>"
              ]
            }
          },
          {
            "index": 671,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Teach Access is a unique collaboration (of leading educational institutions, the technology indus...",
                "</p>"
              ]
            }
          },
          {
            "index": 672,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Teach Access is a 501(c)(3) public charity registered in the United States, EIN # 86-1697668. Con...",
                "</p>"
              ]
            }
          },
          {
            "index": 673,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  <label for=\"firstname\">",
                "    First Name",
                "  </label>",
                "  <input style=\"background-color: white;\" aria-label=\"First Name\" type=\"text\" name=\"FNAME\" placehol...",
                "</p>"
              ]
            }
          },
          {
            "index": 674,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[2]",
              "codeLines": [
                "<p>",
                "  <label for=\"lastname\">",
                "    Last Name",
                "  </label>",
                "  <input style=\"background-color: white;\" type=\"text\" aria-label=\"Last Name\" name=\"LNAME\" placehold...",
                "</p>"
              ]
            }
          },
          {
            "index": 675,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[3]",
              "codeLines": [
                "<p>",
                "  <label for=\"email\">",
                "    Email address:",
                "  </label>",
                "  <input style=\"background-color: white;\" type=\"email\" aria-label=\"Email\" name=\"EMAIL\" placeholder=...",
                "</p>"
              ]
            }
          },
          {
            "index": 676,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "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[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[4]",
              "codeLines": [
                "<p>",
                "  <input style=\"background-color: #4b7036; border: 1px solid white;\" type=\"submit\" value=\"Sign up\">",
                "</p>"
              ]
            }
          },
          {
            "index": 834,
            "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": "h2",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2 class=\"ta-blue\">",
                "  What is Teach Access?",
                "</h2>"
              ]
            }
          },
          {
            "index": 841,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[1]/h3[1]",
              "codeLines": [
                "<h3 class=\"rpwe-title\">",
                "  <a href=\"https://teachaccess.org/2022/06/summer-2022-update/\" title=\"Permalink to Summer 2022 Upd...",
                "    Summer 2022 Update",
                "  </a>",
                "</h3>"
              ]
            }
          },
          {
            "index": 842,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[2]/h3[1]",
              "codeLines": [
                "<h3 class=\"rpwe-title\">",
                "  <a href=\"https://teachaccess.org/2022/05/happy-global-accessibility-awareness-day-gaad/\" title=\"P...",
                "    Happy Global Accessibility Awareness Day (GAAD)!",
                "  </a>",
                "</h3>"
              ]
            }
          },
          {
            "index": 843,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[3]/h3[1]",
              "codeLines": [
                "<h3 class=\"rpwe-title\">",
                "  <a href=\"https://teachaccess.org/2022/04/global-accessibility-awareness-day-gaad-announcements/\" ...",
                "    Global Accessibility Awareness Day (GAAD) Announcements",
                "  </a>",
                "</h3>"
              ]
            }
          },
          {
            "index": 844,
            "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[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]/li[4]/h3[1]",
              "codeLines": [
                "<h3 class=\"rpwe-title\">",
                "  <a href=\"https://teachaccess.org/2022/03/teach-access-spring-2022-update/\" title=\"Permalink to Te...",
                "    Teach Access Spring 2022 Update",
                "  </a>",
                "</h3>"
              ]
            }
          },
          {
            "index": 862,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "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[3]/div[2]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  © 2022 Teach Access.",
                "</p>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://teachaccess.org/",
      "result": {
        "totals": {
          "rulesNA": 49,
          "rulesPassed": 46,
          "rulesWarned": 3,
          "rulesViolated": 4,
          "warnings": {
            "minor": 14,
            "moderate": 0,
            "serious": 36,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 24,
            "serious": 4,
            "critical": 1
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-06T02:49:02.841Z",
          "url": "https://teachaccess.org/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "22.3pt (29.75px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">What is Teach Access?</h2>",
                  "target": [
                    ".padding-8-percent > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(1) > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "22.3pt (29.75px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Tech Industry&nbsp; &nbsp; +&nbsp; &nbsp; Academia&nbsp; &nbsp;+&nbsp; &nbsp; Advocacy</h2>",
                  "target": [
                    ".wpb_text_column.wpb_content_element:nth-child(3) > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".wpb_text_column.wpb_content_element:nth-child(3) > .wpb_wrapper > p:nth-child(2)"
                  ],
                  "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": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".wpb_wrapper > p:nth-child(3)"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "22.3pt (29.75px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Supporters &amp; Contributors</h2>",
                  "target": [
                    ".instance-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(1) > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>The Teach Access initiative includes membership from the technology industry, faculty and others from leading academic institutions and disability advocacy organizations and other non-profit institutions. <a href=\"#\">View our complete list of contributors.</a></p>",
                  "target": [
                    ".instance-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(2) > .wpb_wrapper > p"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\">View our complete list of contributors.</a>",
                  "target": [
                    "p > a[href=\"#\"]"
                  ],
                  "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": "14.0pt (18.7px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em>What we have are a few people who know a lot about Accessibility. What we need are a lot of people to know a little about it.</em>",
                  "target": [
                    "em"
                  ],
                  "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": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>– Matt May (Adobe)</p>",
                  "target": [
                    ".vc_custom_1648827256366 > .wpb_wrapper > p"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "18.4pt (24.5px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Become a Teach<br> Access Member</h2>",
                  "target": [
                    ".member > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".member > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > p"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "18.4pt (24.5px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Why Teach<br> Accessibility?</h2>",
                  "target": [
                    ".sheet > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "18.4pt (24.5px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\" style=\"text-align: center;\">News &amp;<br> Events</h2>",
                  "target": [
                    ".news > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://teachaccess.org/2022/06/summer-2022-update/\" title=\"Permalink to Summer 2022 Update\" rel=\"bookmark\">Summer 2022 Update</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(1) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://teachaccess.org/2022/05/happy-global-accessibility-awareness-day-gaad/\" title=\"Permalink to Happy Global Accessibility Awareness Day (GAAD)!\" rel=\"bookmark\">Happy Global Accessibility Awareness Day (GAAD)!</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(2) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://teachaccess.org/2022/04/global-accessibility-awareness-day-gaad-announcements/\" title=\"Permalink to Global Accessibility Awareness Day (GAAD) Announcements\" rel=\"bookmark\">Global Accessibility Awareness Day (GAAD) Announcements</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(3) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://teachaccess.org/2022/03/teach-access-spring-2022-update/\" title=\"Permalink to Teach Access Spring 2022 Update\" rel=\"bookmark\">Teach Access Spring 2022 Update</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(4) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://teachaccess.org/2021/11/fall-2021-update/\" title=\"Permalink to Fall 2021 Update\" rel=\"bookmark\">Fall 2021 Update</a>",
                  "target": [
                    "a[title=\"Permalink to Fall 2021 Update\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "22.3pt (29.75px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">What is Teach Access?</h2>",
                  "target": [
                    ".padding-8-percent > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(1) > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "22.3pt (29.75px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Tech Industry&nbsp; &nbsp; +&nbsp; &nbsp; Academia&nbsp; &nbsp;+&nbsp; &nbsp; Advocacy</h2>",
                  "target": [
                    ".wpb_text_column.wpb_content_element:nth-child(3) > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "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": "<p>",
                  "target": [
                    ".wpb_text_column.wpb_content_element:nth-child(3) > .wpb_wrapper > p:nth-child(2)"
                  ],
                  "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": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "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": "<p>",
                  "target": [
                    ".wpb_wrapper > p:nth-child(3)"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "22.3pt (29.75px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Supporters &amp; Contributors</h2>",
                  "target": [
                    ".instance-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(1) > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "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": "<p>The Teach Access initiative includes membership from the technology industry, faculty and others from leading academic institutions and disability advocacy organizations and other non-profit institutions. <a href=\"#\">View our complete list of contributors.</a></p>",
                  "target": [
                    ".instance-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(2) > .wpb_wrapper > p"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "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": "<a href=\"#\">View our complete list of contributors.</a>",
                  "target": [
                    "p > a[href=\"#\"]"
                  ],
                  "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": "14.0pt (18.7px)",
                        "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": "<em>What we have are a few people who know a lot about Accessibility. What we need are a lot of people to know a little about it.</em>",
                  "target": [
                    "em"
                  ],
                  "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": "12.0pt (16px)",
                        "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": "<p>– Matt May (Adobe)</p>",
                  "target": [
                    ".vc_custom_1648827256366 > .wpb_wrapper > p"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "18.4pt (24.5px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Become a Teach<br> Access Member</h2>",
                  "target": [
                    ".member > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#676767",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "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": "<p>",
                  "target": [
                    ".member > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > p"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "18.4pt (24.5px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\">Why Teach<br> Accessibility?</h2>",
                  "target": [
                    ".sheet > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "18.4pt (24.5px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"ta-blue\" style=\"text-align: center;\">News &amp;<br> Events</h2>",
                  "target": [
                    ".news > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "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": "<a href=\"https://teachaccess.org/2022/06/summer-2022-update/\" title=\"Permalink to Summer 2022 Update\" rel=\"bookmark\">Summer 2022 Update</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(1) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "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": "<a href=\"https://teachaccess.org/2022/05/happy-global-accessibility-awareness-day-gaad/\" title=\"Permalink to Happy Global Accessibility Awareness Day (GAAD)!\" rel=\"bookmark\">Happy Global Accessibility Awareness Day (GAAD)!</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(2) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "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": "<a href=\"https://teachaccess.org/2022/04/global-accessibility-awareness-day-gaad-announcements/\" title=\"Permalink to Global Accessibility Awareness Day (GAAD) Announcements\" rel=\"bookmark\">Global Accessibility Awareness Day (GAAD) Announcements</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(3) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "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": "<a href=\"https://teachaccess.org/2022/03/teach-access-spring-2022-update/\" title=\"Permalink to Teach Access Spring 2022 Update\" rel=\"bookmark\">Teach Access Spring 2022 Update</a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(4) > .rpwe-title > a[rel=\"bookmark\"]"
                  ],
                  "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": "#004d71",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.7px)",
                        "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": "<a href=\"https://teachaccess.org/2021/11/fall-2021-update/\" title=\"Permalink to Fall 2021 Update\" rel=\"bookmark\">Fall 2021 Update</a>",
                  "target": [
                    "a[title=\"Permalink to Fall 2021 Update\"]"
                  ],
                  "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": "<div class=\"slide-out-widget-area-toggle mobile-icon slide-out-from-right\" data-icon-animation=\"simple-transform\">",
                  "target": [
                    ".slide-out-widget-area-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": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/06/summer-2022-update/\" rel=\"bookmark\"><img class=\"rpwe-alignleft rpwe-thumb rpwe-default-thumb\" src=\"https://placehold.it/45x45/f0f0f0/ccc\" alt=\"Summer 2022 Update\" width=\"45\" height=\"45\"></a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(1) > .rpwe-img[rel=\"bookmark\"]"
                  ],
                  "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": "<time class=\"rpwe-time published\" datetime=\"2022-06-07T15:37:30-04:00\">June 7, 2022</time>",
                  "target": [
                    "time[datetime=\"2022-06-07T15:37:30-04:00\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/05/happy-global-accessibility-awareness-day-gaad/\" rel=\"bookmark\">",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(2) > .rpwe-img[rel=\"bookmark\"]"
                  ],
                  "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": "<time class=\"rpwe-time published\" datetime=\"2022-05-19T15:35:03-04:00\">May 19, 2022</time>",
                  "target": [
                    "time[datetime=\"2022-05-19T15:35:03-04:00\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/04/global-accessibility-awareness-day-gaad-announcements/\" rel=\"bookmark\">",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(3) > .rpwe-img[rel=\"bookmark\"]"
                  ],
                  "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": "<time class=\"rpwe-time published\" datetime=\"2022-04-29T10:24:19-04:00\">April 29, 2022</time>",
                  "target": [
                    "time[datetime=\"2022-04-29T10:24:19-04:00\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2022/03/teach-access-spring-2022-update/\" rel=\"bookmark\"><img class=\"rpwe-alignleft rpwe-thumb rpwe-default-thumb\" src=\"https://placehold.it/45x45/f0f0f0/ccc\" alt=\"Teach Access Spring 2022 Update\" width=\"45\" height=\"45\"></a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(4) > .rpwe-img[rel=\"bookmark\"]"
                  ],
                  "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": "<time class=\"rpwe-time published\" datetime=\"2022-03-20T16:07:17-04:00\">March 20, 2022</time>",
                  "target": [
                    "time[datetime=\"2022-03-20T16:07:17-04:00\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"rpwe-img\" href=\"https://teachaccess.org/2021/11/fall-2021-update/\" rel=\"bookmark\"><img class=\"rpwe-alignleft rpwe-thumb rpwe-default-thumb\" src=\"https://placehold.it/45x45/f0f0f0/ccc\" alt=\"Fall 2021 Update\" width=\"45\" height=\"45\"></a>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(5) > .rpwe-img[rel=\"bookmark\"]"
                  ],
                  "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": "<time class=\"rpwe-time published\" datetime=\"2021-11-11T10:11:09-05:00\">November 11, 2021</time>",
                  "target": [
                    "time[datetime=\"2021-11-11T10:11:09-05:00\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<label style=\"display: none !important;\">Leave this field empty if you're human: <input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" autocomplete=\"off\"></label>",
                  "target": [
                    "#mc4wp-form-1 > label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" autocomplete=\"off\">",
                  "target": [
                    "input[name=\"_mc4wp_honeypot\"]"
                  ],
                  "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=\"off-canvas-menu-container mobile-only\">",
                  "target": [
                    ".off-canvas-menu-container"
                  ],
                  "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": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/link-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"#\"> <span class=\"close-wrap\"> <span class=\"close-line close-line1\"></span> <span class=\"close-line close-line2\"></span> </span> </a>",
                  "target": [
                    "#close > a[href=\"#\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/teachaccess\"><i class=\"fa fa-twitter\"></i> </a>",
                  "target": [
                    "#social-in-menu > a:nth-child(1)"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://www.linkedin.com/company/teach-access/\"><i class=\"fa fa-linkedin\"></i> </a>",
                  "target": [
                    "a:nth-child(2)"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a class=\"slide_out_area_close\" href=\"#\"> <span class=\"close-wrap\"> <span class=\"close-line close-line1\"></span> <span class=\"close-line close-line2\"></span> </span> </a>",
                  "target": [
                    ".slide_out_area_close"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            },
            {
              "id": "meta-viewport",
              "impact": "critical",
              "tags": [
                "cat.sensory-and-visual-cues",
                "best-practice",
                "ACT"
              ],
              "description": "Ensures <meta name=\"viewport\"> does not disable text scaling and zooming",
              "help": "Zooming and scaling should not be disabled",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/meta-viewport?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "meta-viewport",
                      "data": "user-scalable",
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "user-scalable on <meta> tag disables zooming on mobile devices"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0\">",
                  "target": [
                    "meta[name=\"viewport\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  user-scalable on <meta> tag disables zooming on mobile devices"
                }
              ]
            },
            {
              "id": "page-has-heading-one",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
              "help": "Page should contain a level-one heading",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/page-has-heading-one?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-heading-one",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Page must have a level-one heading"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en-US\" class=\"js no-applicationcache geolocation history postmessage svg websockets localstorage sessionstorage websqldatabase webworkers hashchange audio canvas canvastext video webgl cssgradients multiplebgs opacity rgba inlinesvg csspositionsticky hsla supports svgclippaths smil fontface generatedcontent textshadow indexeddb indexeddb-deletedatabase cssanimations backgroundsize borderimage borderradius boxshadow csscolumns csscolumns-width csscolumns-span csscolumns-fill csscolumns-gap csscolumns-rule csscolumns-rulecolor csscolumns-rulestyle csscolumns-rulewidth csscolumns-breakbefore csscolumns-breakafter csscolumns-breakinside flexbox flexboxlegacy cssreflections csstransforms csstransforms3d csstransitions js_active  vc_desktop  vc_transform  vc_transform \" dir=\"ltr\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Page must have a level-one heading"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"fws_62c498427b6d9\" data-column-margin=\"default\" data-midnight=\"dark\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-section standard_section \" style=\"padding-top: 15px; padding-bottom: 0px; \">",
                  "target": [
                    "#fws_62c498427b6d9"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"fws_62c498427bac3\" data-column-margin=\"default\" data-midnight=\"dark\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-content standard_section \" style=\"padding-top: 15px; padding-bottom: 0px; left: 0px; margin-left: -90px; width: 1280px; visibility: visible;\">",
                  "target": [
                    "#fws_62c498427bac3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"fws_62c498427e635\" data-column-margin=\"default\" data-midnight=\"dark\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-content standard_section \" style=\"padding-top: 0px; padding-bottom: 15px; left: 0px; margin-left: -90px; width: 1280px; visibility: visible;\">",
                  "target": [
                    "#fws_62c498427e635"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"fws_62c49842805bd\" data-column-margin=\"default\" data-midnight=\"dark\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-content standard_section \" style=\"padding-top: 0px; padding-bottom: 15px; left: 0px; margin-left: -90px; width: 1280px; visibility: visible;\">",
                  "target": [
                    "#fws_62c49842805bd"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"fws_62c4984282af5\" data-column-margin=\"default\" data-midnight=\"dark\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-section standard_section \" style=\"padding-top: 15px; padding-bottom: 30px; \">",
                  "target": [
                    "#fws_62c4984282af5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"fws_62c4984283896\" data-column-margin=\"default\" data-midnight=\"light\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-section standard_section \" style=\"padding-top: 0px; padding-bottom: 0px; \">",
                  "target": [
                    "#fws_62c4984283896"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"vc_col-sm-4 member wpb_column column_container vc_column_container col centered-text padding-4-percent instance-24\" data-t-w-inherits=\"default\" data-border-radius=\"none\" data-shadow=\"none\" data-border-animation=\"\" data-border-animation-delay=\"\" data-border-width=\"none\" data-border-style=\"solid\" data-border-color=\"\" data-bg-cover=\"\" data-padding-pos=\"left-right\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-hover-bg=\"\" data-hover-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" style=\"height: 683.641px;\">",
                  "target": [
                    ".member"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"vc_col-sm-4 sheet wpb_column column_container vc_column_container col centered-text padding-4-percent instance-25\" data-t-w-inherits=\"default\" data-border-radius=\"none\" data-shadow=\"none\" data-border-animation=\"\" data-border-animation-delay=\"\" data-border-width=\"none\" data-border-style=\"solid\" data-border-color=\"\" data-bg-cover=\"\" data-padding-pos=\"left-right\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-hover-bg=\"\" data-hover-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" style=\"height: 683.641px;\">",
                  "target": [
                    ".sheet"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"wpb_text_column wpb_content_element \"><div class=\"wpb_wrapper\"><h2 class=\"ta-blue\" style=\"text-align: center;\">News &amp;<br> Events</h2></div></div>",
                  "target": [
                    ".news > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 class=\"rpwe-title\"><a href=\"https://teachaccess.org/2022/06/summer-2022-update/\" title=\"Permalink to Summer 2022 Update\" rel=\"bookmark\">Summer 2022 Update</a></h3>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(1) > .rpwe-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 class=\"rpwe-title\"><a href=\"https://teachaccess.org/2022/05/happy-global-accessibility-awareness-day-gaad/\" title=\"Permalink to Happy Global Accessibility Awareness Day (GAAD)!\" rel=\"bookmark\">Happy Global Accessibility Awareness Day (GAAD)!</a></h3>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(2) > .rpwe-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 class=\"rpwe-title\"><a href=\"https://teachaccess.org/2022/04/global-accessibility-awareness-day-gaad-announcements/\" title=\"Permalink to Global Accessibility Awareness Day (GAAD) Announcements\" rel=\"bookmark\">Global Accessibility Awareness Day (GAAD) Announcements</a></h3>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(3) > .rpwe-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 class=\"rpwe-title\"><a href=\"https://teachaccess.org/2022/03/teach-access-spring-2022-update/\" title=\"Permalink to Teach Access Spring 2022 Update\" rel=\"bookmark\">Teach Access Spring 2022 Update</a></h3>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(4) > .rpwe-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 class=\"rpwe-title\"><a href=\"https://teachaccess.org/2021/11/fall-2021-update/\" title=\"Permalink to Fall 2021 Update\" rel=\"bookmark\">Fall 2021 Update</a></h3>",
                  "target": [
                    ".rpwe-li.rpwe-clearfix:nth-child(5) > .rpwe-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<a class=\"nectar-button large regular accent-color  regular-button\" style=\"visibility: visible;\" href=\"https://teachaccess.org/news-events/\" data-color-override=\"false\" data-hover-color-override=\"false\" data-hover-text-color-override=\"#fff\"><span>Click here to see all the News and Events</span></a>",
                  "target": [
                    ".news > .vc_column-inner > .wpb_wrapper > .nectar-button.large.regular"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"col span_4\">",
                  "target": [
                    ".span_4.col:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4>Sign Up for Our Newsletter</h4>",
                  "target": [
                    "#mc4wp_form_widget-3 > h4"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<p> <label for=\"firstname\">First Name</label> <input style=\"background-color: white;\" aria-label=\"First Name\" type=\"text\" name=\"FNAME\" placeholder=\"Your first name\"></p>",
                  "target": [
                    ".mc4wp-form-fields > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<p> <label for=\"lastname\">Last Name</label> <input style=\"background-color: white;\" type=\"text\" aria-label=\"Last Name\" name=\"LNAME\" placeholder=\"Your last name\"></p>",
                  "target": [
                    ".mc4wp-form-fields > p:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<p> <label for=\"email\">Email address: </label> <input style=\"background-color: white;\" type=\"email\" aria-label=\"Email\" name=\"EMAIL\" placeholder=\"Your email address\" required=\"\"></p>",
                  "target": [
                    ".mc4wp-form-fields > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"block-4\" class=\"widget widget_block\"><h4 id=\"support-teach-access\">Support Teach Access</h4></div>",
                  "target": [
                    "#block-4"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<img loading=\"lazy\" alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">",
                  "target": [
                    "img[loading=\"lazy\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"row\" id=\"copyright\" data-layout=\"default\"><div class=\"container\"><div class=\"col span_5\"><p>© 2022 Teach Access.</p></div><!--/span_5--><div class=\"col span_7 col_last\"><ul class=\"social\"></ul></div><!--/span_7--></div><!--/container--></div>",
                  "target": [
                    "#copyright"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://teachaccess.org/",
      "result": {
        "Error": {
          "AA.1_3_1.F68": {
            "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [
              {
                "tagName": "input",
                "id": "",
                "code": "<input type=\"text\" name=\"s\" value=\"\" placeholder=\"Search\">"
              }
            ]
          },
          "AA.2_4_1.G1,G123,G124.NoSuchID": {
            "This link points to a named anchor \"sidewidgetarea\" within the document, but no anchor exists with that name.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#sidewidgetarea\" aria-label=\"Navigation Menu\" aria-expanded=\"false\" class=\"closed\">...</a>"
              }
            ]
          },
          "AA.3_2_2.H32.2": {
            "This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute \"submit\" or \"image\", or BUTTON elements with type \"submit\" or omitted/invalid.": [
              {
                "tagName": "form",
                "id": "",
                "code": "<form role=\"search\" action=\"https://teachaccess.org/\" method=\"GET\">...</form>"
              }
            ]
          },
          "AA.4_1_2.H91.A.NoContent": {
            "Anchor element found with a valid href attribute, but no link content has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"slide_out_area_close\" href=\"#\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://twitter.com/teachaccess\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.linkedin.com/company/teach-access/\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.InputText.Name": {
            "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "input",
                "id": "",
                "code": "<input type=\"text\" name=\"s\" value=\"\" placeholder=\"Search\">"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img class=\"alignnone size-thumbnail wp-image-815 style=\" style=\"height: 150px;\" src=\"/wp-content/uploads/2020/04/icons.svg\" alt=\"\" width=\"150\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img loading=\"lazy\" alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">"
              }
            ]
          },
          "AA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"nectar_icon\">...</div>"
              }
            ]
          },
          "AA.1_3_1.H44.NonExistentFragment": {
            "This label's \"for\" attribute contains an ID that does not exist in the document fragment.": [
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"email\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"firstname\">...</label>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"lastname\">...</label>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"ta-blue\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"ta-blue\">...</h2>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "#to-top",
                "code": "<a id=\"to-top\" class=\"\n \">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"slide_out_area_close\" href=\"#\">...</a>"
              },
              {
                "tagName": "div",
                "id": "#header-outer",
                "code": "<div id=\"header-outer\" data-has-menu=\"true\" data-has-buttons=\"no\" data-using-pr-menu=\"false\" data-mobile-fixed=\"1\" data-ptnm=\"false\" data-lhe=\"animated_underline\" data-user-set-bg=\"#ffffff\" data-format=\"default\" data-permanent-transparent=\"false\" data-megamenu-rt=\"0\" data-remove-fixed=\"0\" data-header-resize=\"1\" data-cart=\"false\" data-transparency-option=\"0\" data-box-shadow=\"large\" data-shrink-num=\"6\" data-using-secondary=\"0\" data-using-logo=\"1\" data-logo-height=\"70\" data-m-logo-height=\"50\" data-padding=\"3\" data-full-width=\"false\" data-condense=\"false\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#slide-out-widget-area-bg",
                "code": "<div id=\"slide-out-widget-area-bg\" class=\"slide-out-from-right dark\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#slide-out-widget-area",
                "code": "<div id=\"slide-out-widget-area\" class=\"slide-out-from-right\" data-dropdown-func=\"separate-dropdown-parent-link\" data-back-txt=\"Back\" style=\"padding-top: 72px; padding-bottom: 72px;\">...</div>"
              }
            ],
            "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [
              {
                "tagName": "meta",
                "id": "",
                "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0\">"
              }
            ]
          },
          "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 href=\"#main-content\" class=\"skip-link da11y-screen-reader-text\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#to-top",
                "code": "<a id=\"to-top\" class=\"\n \">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://teachaccess.org/",
      "result": {
        "content": {
          "totals": {
            "violation": 47,
            "recommendation": 1,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[3]/label[1]",
                "aria": "/document[1]"
              },
              "message": "The value \"email\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 418,
                "top": 6078,
                "height": 22,
                "width": 258
              },
              "snippet": "<label for=\"email\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[2]/label[1]",
                "aria": "/document[1]"
              },
              "message": "The value \"lastname\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 418,
                "top": 5983,
                "height": 22,
                "width": 258
              },
              "snippet": "<label for=\"lastname\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[1]/label[1]",
                "aria": "/document[1]"
              },
              "message": "The value \"firstname\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 418,
                "top": 5887,
                "height": 22,
                "width": 258
              },
              "snippet": "<label for=\"firstname\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[3]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 668,
                "top": 68,
                "height": 17,
                "width": 24
              },
              "snippet": "<a href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/a[3]",
                "aria": "/document[1]/link[28]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 750,
                "top": 50,
                "height": 0,
                "width": 0
              },
              "snippet": "<a href=\"#\" class=\"slide_out_area_close\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 580,
                "top": 150,
                "height": 228,
                "width": 270
              },
              "snippet": "<ul class=\"menu\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 100,
                "top": 6525,
                "height": 22,
                "width": 294
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/form[1]/input[2]",
                "aria": "/document[1]/button[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 115,
                "top": 6371,
                "height": 26,
                "width": 92
              },
              "snippet": "<input alt=\"Donate with PayPal button\" title=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif\" type=\"image\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/h4[1]",
                "aria": "/document[1]/heading[7]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 115,
                "top": 6309,
                "height": 32,
                "width": 258
              },
              "snippet": "<h4 id=\"support-teach-access\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h4[1]",
                "aria": "/document[1]/heading[6]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 5839,
                "height": 32,
                "width": 258
              },
              "snippet": "<h4>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[4]/input[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 6174,
                "height": 35,
                "width": 74
              },
              "snippet": "<input value=\"Sign up\" type=\"submit\" style=\"background-color: #4b7036; border: 1px solid white;\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[3]/input[1]",
                "aria": "/document[1]/textbox[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 6106,
                "height": 48,
                "width": 258
              },
              "snippet": "<input required=\"\" placeholder=\"Your email address\" name=\"EMAIL\" aria-label=\"Email\" type=\"email\" style=\"background-color: white;\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[2]/input[1]",
                "aria": "/document[1]/textbox[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 6010,
                "height": 48,
                "width": 258
              },
              "snippet": "<input placeholder=\"Your last name\" name=\"LNAME\" aria-label=\"Last Name\" type=\"text\" style=\"background-color: white;\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 5887,
                "height": 96,
                "width": 258
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 115,
                "top": 5839,
                "height": 161,
                "width": 258
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 25,
                "top": 4778,
                "height": 220,
                "width": 751
              },
              "snippet": "<ul class=\"rpwe-ul\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 25,
                "top": 4690,
                "height": 64,
                "width": 751
              },
              "snippet": "<h2 style=\"text-align: center;\" class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[27]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 229,
                "top": 5022,
                "height": 50,
                "width": 345
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/news-events/\" style=\"visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[25]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 48,
                "top": 3595,
                "height": 912,
                "width": 704
              },
              "snippet": "<a class=\"center\" href=\"https://teachaccess.org/resources/fact-sheet-why-teach-accessibility/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 48,
                "top": 3507,
                "height": 64,
                "width": 704
              },
              "snippet": "<h2 class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[26]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 258,
                "top": 4526,
                "height": 50,
                "width": 286
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/resources/fact-sheet-why-teach-accessibility/\" style=\"margin-top: 20px; visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 48,
                "top": 2324,
                "height": 64,
                "width": 703
              },
              "snippet": "<h2 class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[24]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 258,
                "top": 2603,
                "height": 50,
                "width": 285
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/about/membership/\" style=\"visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h3[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 137,
                "top": 2089,
                "height": 65,
                "width": 528
              },
              "snippet": "<h3>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[23]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 230,
                "top": 1849,
                "height": 50,
                "width": 342
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/about/supporters-contributors/\" style=\"visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[22]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1734,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.knowbility.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[21]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1734,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.icde.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[20]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1734,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.hearingloss.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[19]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1649,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://www.afb.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[18]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1649,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://acb.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[17]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1649,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://www.aapd.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[16]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1550,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.colorado.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[15]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1550,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://illinois.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[14]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1550,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.iastate.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[13]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1465,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.usc.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[12]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1465,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://msu.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[11]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1465,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://stanford.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[10]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1357,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.verizon.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[9]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1357,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://adobe.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[8]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1357,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://microsoft.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[7]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1249,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.oracle.com/index.html\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[6]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1249,
                "height": 108,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.facebook.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1249,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://google.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 101,
                "top": 1142,
                "height": 92,
                "width": 600
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 101,
                "top": 1086,
                "height": 32,
                "width": 600
              },
              "snippet": "<h2 class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a class=\"skip-link da11y-screen-reader-text\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/span[1]",
                "aria": "/document[1]/search[1]"
              },
              "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 145,
                "top": 115,
                "height": 20,
                "width": 510
              },
              "snippet": "<span>",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/form[1]/img[1]",
                "aria": "/document[1]/presentation[1]"
              },
              "message": "The HTML attribute(s) \"border\" is deprecated for the <img> element in HTML 5",
              "bounds": {
                "left": 212,
                "top": 6382,
                "height": 0,
                "width": 0
              },
              "snippet": "<img height=\"1\" width=\"1\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" border=\"0\" alt=\"\" loading=\"lazy\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 47,
            "recommendation": 1,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[3]/label[1]",
                "aria": "/document[1]"
              },
              "message": "The value \"email\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 418,
                "top": 6078,
                "height": 22,
                "width": 258
              },
              "snippet": "<label for=\"email\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[2]/label[1]",
                "aria": "/document[1]"
              },
              "message": "The value \"lastname\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 418,
                "top": 5983,
                "height": 22,
                "width": 258
              },
              "snippet": "<label for=\"lastname\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[1]/label[1]",
                "aria": "/document[1]"
              },
              "message": "The value \"firstname\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 418,
                "top": 5887,
                "height": 22,
                "width": 258
              },
              "snippet": "<label for=\"firstname\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 668,
                "top": 68,
                "height": 17,
                "width": 24
              },
              "snippet": "<a href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/a[2]",
                "aria": "/document[1]/link[27]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 750,
                "top": 50,
                "height": 0,
                "width": 0
              },
              "snippet": "<a href=\"#\" class=\"slide_out_area_close\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 580,
                "top": 150,
                "height": 228,
                "width": 270
              },
              "snippet": "<ul class=\"menu\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 100,
                "top": 6525,
                "height": 22,
                "width": 294
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/form[1]/input[2]",
                "aria": "/document[1]/button[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 115,
                "top": 6371,
                "height": 26,
                "width": 92
              },
              "snippet": "<input alt=\"Donate with PayPal button\" title=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif\" type=\"image\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/h4[1]",
                "aria": "/document[1]/heading[7]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 115,
                "top": 6309,
                "height": 32,
                "width": 258
              },
              "snippet": "<h4 id=\"support-teach-access\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h4[1]",
                "aria": "/document[1]/heading[6]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 5839,
                "height": 32,
                "width": 258
              },
              "snippet": "<h4>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[4]/input[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 6174,
                "height": 35,
                "width": 74
              },
              "snippet": "<input value=\"Sign up\" type=\"submit\" style=\"background-color: #4b7036; border: 1px solid white;\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[3]/input[1]",
                "aria": "/document[1]/textbox[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 6106,
                "height": 48,
                "width": 258
              },
              "snippet": "<input required=\"\" placeholder=\"Your email address\" name=\"EMAIL\" aria-label=\"Email\" type=\"email\" style=\"background-color: white;\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[2]/input[1]",
                "aria": "/document[1]/textbox[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 6010,
                "height": 48,
                "width": 258
              },
              "snippet": "<input placeholder=\"Your last name\" name=\"LNAME\" aria-label=\"Last Name\" type=\"text\" style=\"background-color: white;\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 418,
                "top": 5887,
                "height": 96,
                "width": 258
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 115,
                "top": 5839,
                "height": 161,
                "width": 258
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 25,
                "top": 4778,
                "height": 220,
                "width": 751
              },
              "snippet": "<ul class=\"rpwe-ul\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/div[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 25,
                "top": 4690,
                "height": 64,
                "width": 751
              },
              "snippet": "<h2 style=\"text-align: center;\" class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[3]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[26]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 229,
                "top": 5022,
                "height": 50,
                "width": 345
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/news-events/\" style=\"visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[24]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 48,
                "top": 3595,
                "height": 912,
                "width": 704
              },
              "snippet": "<a class=\"center\" href=\"https://teachaccess.org/resources/fact-sheet-why-teach-accessibility/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/div[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 48,
                "top": 3507,
                "height": 64,
                "width": 704
              },
              "snippet": "<h2 class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[2]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[25]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 258,
                "top": 4526,
                "height": 50,
                "width": 286
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/resources/fact-sheet-why-teach-accessibility/\" style=\"margin-top: 20px; visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 48,
                "top": 2324,
                "height": 64,
                "width": 703
              },
              "snippet": "<h2 class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[23]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 258,
                "top": 2603,
                "height": 50,
                "width": 285
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/about/membership/\" style=\"visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h3[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 137,
                "top": 2089,
                "height": 65,
                "width": 528
              },
              "snippet": "<h3>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]/div[2]/a[1]",
                "aria": "/document[1]/link[22]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 230,
                "top": 1849,
                "height": 50,
                "width": 342
              },
              "snippet": "<a data-hover-text-color-override=\"#fff\" data-hover-color-override=\"false\" data-color-override=\"false\" href=\"https://teachaccess.org/about/supporters-contributors/\" style=\"visibility: visible;\" class=\"nectar-button large regular accent-color  regular-button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[21]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1734,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.knowbility.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[20]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1734,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.icde.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[19]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1734,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.hearingloss.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[18]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1649,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://www.afb.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[17]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1649,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://acb.org/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[6]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[16]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1649,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://www.aapd.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[15]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1550,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.colorado.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[14]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1550,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://illinois.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[13]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1550,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.iastate.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[12]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1465,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.usc.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[11]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1465,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://msu.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[5]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[10]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1465,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://stanford.edu/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[9]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1357,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.verizon.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[8]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1357,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://adobe.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[7]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1357,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://microsoft.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[6]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 541,
                "top": 1249,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.oracle.com/index.html\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 1249,
                "height": 108,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"https://www.facebook.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 1249,
                "height": 85,
                "width": 251
              },
              "snippet": "<a class=\"\" href=\"http://google.com/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 101,
                "top": 1142,
                "height": 92,
                "width": 600
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 101,
                "top": 1086,
                "height": 32,
                "width": 600
              },
              "snippet": "<h2 class=\"ta-blue\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a class=\"skip-link da11y-screen-reader-text\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/span[1]",
                "aria": "/document[1]/search[1]"
              },
              "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 145,
                "top": 115,
                "height": 20,
                "width": 510
              },
              "snippet": "<span>",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/form[1]/img[1]",
                "aria": "/document[1]/presentation[1]"
              },
              "message": "The HTML attribute(s) \"border\" is deprecated for the <img> element in HTML 5",
              "bounds": {
                "left": 212,
                "top": 6382,
                "height": 0,
                "width": 0
              },
              "snippet": "<img height=\"1\" width=\"1\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" border=\"0\" alt=\"\" loading=\"lazy\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://teachaccess.org/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Teach Access",
          "pageurl": "https://teachaccess.org/",
          "time": 3.22,
          "creditsremaining": 312,
          "allitemcount": 96,
          "totalelements": 739,
          "waveurl": "http://wave.webaim.org/report?url=https://teachaccess.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 7,
            "items": {
              "label_missing": {
                "id": "label_missing",
                "description": "Missing form label",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#header-outer > DIV#search-outer > DIV#search > DIV:first-child > DIV#search-box > DIV:first-child > DIV:first-child > FORM:first-child > INPUT:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "link_empty": {
                "id": "link_empty",
                "description": "Empty link",
                "count": 6,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#header-outer > DIV#search-outer > DIV#search > DIV:first-child > DIV#close > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#header-outer > HEADER#top > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + NAV > UL:first-child > LI#social-in-menu > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#header-outer > HEADER#top > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + NAV > UL:first-child > LI#social-in-menu > A:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#slide-out-widget-area > DIV:first-child > DIV:first-child + DIV > UL:first-child > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#slide-out-widget-area > DIV:first-child > DIV:first-child + DIV > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV + DIV + DIV + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 20,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "label_orphaned": {
                "id": "label_orphaned",
                "description": "Orphaned form label",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV#footer-outer > DIV#footer-widgets > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#mc4wp_form_widget-3 > FORM#mc4wp-form-1 > DIV:first-child > P:first-child > LABEL:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV#footer-outer > DIV#footer-widgets > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#mc4wp_form_widget-3 > FORM#mc4wp-form-1 > DIV:first-child > P:first-child + P > LABEL:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV#footer-outer > DIV#footer-widgets > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#mc4wp_form_widget-3 > FORM#mc4wp-form-1 > DIV:first-child > P:first-child + P + P > LABEL:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "h1_missing": {
                "id": "h1_missing",
                "description": "Missing first level heading",
                "count": 1,
                "selectors": [
                  false
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_internal_broken": {
                "id": "link_internal_broken",
                "description": "Broken same-page link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#header-outer > HEADER#top > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.1.1 Keyboard (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
                  }
                ]
              },
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 6,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > A:first-child + H3 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child + H3 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child + H3 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + H3 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + SCRIPT + DIV > DIV:first-child > DIV#ajax-content-wrap > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fws_62c49842846c2 > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child + H3 > 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": 1,
                "selectors": [
                  "HTML > HEAD:first-child > META:first-child + META + TITLE + META + LINK + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + LINK + STYLE + META + STYLE + SCRIPT + SCRIPT + SCRIPT + META + LINK + LINK + LINK + META + STYLE + STYLE + NOSCRIPT"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://teachaccess.org/",
      "what": "URL",
      "result": "https://teachaccess.org/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://teachaccess.org/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.057",
        "responseTime": "2022-07-06T02:49:37.573Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1094051,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 173,
              "failing": 7
            },
            "issues": {
              "totalErrors": 20,
              "totalWarnings": 8,
              "totalIssues": 28
            },
            "issuesByLevel": {
              "A": {
                "count": 23,
                "pct": 82.14
              },
              "AA": {
                "count": 16,
                "pct": 57.14
              },
              "AAA": {
                "count": 28,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 1,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "411454ad-8745-45c7-8278-12e2261435f6",
          "docID": "dea53dd1-2b53-48a8-f0e8-ea80a540de93",
          "sourceHash": "eed8e2fe5d97bfa79f2e02e865deeaf8",
          "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=411454ad-8745-45c7-8278-12e2261435f6",
          "resultSet": [
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": -88,
                  "y": 16
                },
                "bottom-right": {
                  "x": -64,
                  "y": 33
                },
                "height": 17,
                "width": 24
              },
              "position": {
                "line": 944,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; &lt;span class=\"close-wrap\"&gt; &lt;span class=\"close-line close-line1\"&gt;&lt;/span&gt; &lt;span class=\"close-line close-line2\"&gt;&lt;/span&gt; &lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]",
              "issueID": "2a26a38418f0ed9179636f0ddbe40679",
              "signature": "42dac9587d0e89f556bee781b512bd2c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=2a26a38418f0ed9179636f0ddbe40679"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 26.140625
                },
                "bottom-right": {
                  "x": 36,
                  "y": 49.859425
                },
                "height": 23.7188,
                "width": 36
              },
              "position": {
                "line": 4578,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/teachaccess\"&gt;&lt;i class=\"fa fa-twitter\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]",
              "issueID": "5f95f9a5080cb790a0d3b0c39d534f4d",
              "signature": "fd3354d0275a957e97aed02b9f91c462",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=5f95f9a5080cb790a0d3b0c39d534f4d"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 36,
                  "y": 26.140625
                },
                "bottom-right": {
                  "x": 72,
                  "y": 49.859425
                },
                "height": 23.7188,
                "width": 36
              },
              "position": {
                "line": 4578,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/teach-access/\"&gt;&lt;i class=\"fa fa-linkedin\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[2]",
              "issueID": "7fa07d9cb0eab5d5c55bc3c076e2ffbf",
              "signature": "a19bbb818c69ac029835b030fedc7295",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=7fa07d9cb0eab5d5c55bc3c076e2ffbf"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 24
                },
                "height": 24,
                "width": 0
              },
              "position": {
                "line": 8159,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/teachaccess\"&gt;&lt;i class=\"fa fa-twitter\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "af42f3b45e53f312f0a77593c8e19246",
              "signature": "e06d9e21ec41061a45dd4f2b43f17bff",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=af42f3b45e53f312f0a77593c8e19246"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 24
                },
                "height": 24,
                "width": 0
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/teach-access/\"&gt;&lt;i class=\"fa fa-linkedin\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "7cf503070690d38c918373fcac14f0a0",
              "signature": "c01d509d04c6e622972deddd7ac5d813",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=7cf503070690d38c918373fcac14f0a0"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 1124,
                  "y": 384
                },
                "bottom-right": {
                  "x": 1124,
                  "y": 384
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"slide_out_area_close\" href=\"#\"&gt; &lt;span class=\"close-wrap\"&gt; &lt;span class=\"close-line close-line1\"&gt;&lt;/span&gt; &lt;span class=\"close-line close-line2\"&gt;&lt;/span&gt; &lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/a[2]",
              "issueID": "06bf0f08923d2d3624943af48d6edc14",
              "signature": "66f8760a143c04599e5eaa10512c81da",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=06bf0f08923d2d3624943af48d6edc14"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 29,
                  "y": 29
                },
                "height": 29,
                "width": 29
              },
              "position": {
                "line": 945,
                "column": 0
              },
              "errorSnippet": "&lt;i class=\"fa fa-angle-up top-icon\"&gt;&lt;/i&gt;",
              "xpath": "/html/body/div[1]/div[1]/a[1]/i[1]",
              "issueID": "867b46524893d0cb6ac5c381b4043777",
              "signature": "b9c4bc371983bdb2d6b55fa8e57a3123",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=867b46524893d0cb6ac5c381b4043777"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 29,
                  "y": 29
                },
                "height": 29,
                "width": 29
              },
              "position": {
                "line": 945,
                "column": 0
              },
              "errorSnippet": "&lt;i class=\"fa fa-angle-up\"&gt;&lt;/i&gt;",
              "xpath": "/html/body/div[1]/div[1]/a[1]/i[2]",
              "issueID": "eb7bd47bd2820adf55297b0e568a0973",
              "signature": "e8fcea2d8b315baf2715674a619d286f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=eb7bd47bd2820adf55297b0e568a0973"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 944,
                "column": 0
              },
              "errorSnippet": "&lt;i class=\"lines-button x2\"&gt; &lt;i class=\"lines\"&gt;&lt;/i&gt; &lt;/i&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/i[1]",
              "issueID": "d21d51d48734d2b1dd99480c76bd5a54",
              "signature": "d739af459bfbb5d9033d6ccb82c60244",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=d21d51d48734d2b1dd99480c76bd5a54"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 2
                },
                "bottom-right": {
                  "x": 0,
                  "y": 2
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 945,
                "column": 0
              },
              "errorSnippet": "&lt;i class=\"lines-button x2 hover-effect\"&gt; &lt;i class=\"lines\"&gt;&lt;/i&gt; &lt;/i&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/i[2]",
              "issueID": "f9ad3f50ced4128aeb61f7b833531de1",
              "signature": "992a4743ea74c0100e7a3a50f3ae1739",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=f9ad3f50ced4128aeb61f7b833531de1"
            },
            {
              "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": 1024,
                  "y": 3134.09
                },
                "height": 3134.09,
                "width": 1024
              },
              "position": {
                "line": 2980,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-7 material wpb-js-composer js-comp-ver-6.1 vc_responsive nectar-no-flex-height\" data-footer-reveal=\"false\" data-footer-reveal-shadow=\"none\" data-header-format=\"default\" data-body-border=\"off\" data-b",
              "xpath": "/html/body",
              "issueID": "3707e04549d7980b77d26abd428a1d98",
              "signature": "72bcf0a806391d0f69db64fc1535451d",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=3707e04549d7980b77d26abd428a1d98"
            },
            {
              "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": 227.203125,
                  "y": 0
                },
                "bottom-right": {
                  "x": 844.000125,
                  "y": 76
                },
                "height": 76,
                "width": 616.797
              },
              "position": {
                "line": 4638,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"sf-menu sf-js-enabled sf-arrows\"&gt;&lt;li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-595\"&gt;&lt;a href=\"https://teachaccess.org/about/\" class=\"da11y-submenu sf-with-ul\" aria-expanded=\"",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]",
              "issueID": "7089c37a07e5e54ffef2737c23260968",
              "signature": "d648dce25a9bf2377a0cf3a74b7eff24",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=7089c37a07e5e54ffef2737c23260968"
            },
            {
              "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": 227.203125,
                  "y": 0
                },
                "bottom-right": {
                  "x": 296.203125,
                  "y": 76
                },
                "height": 76,
                "width": 69
              },
              "position": {
                "line": 8,
                "column": 3
              },
              "errorSnippet": "&lt;li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-595\"&gt;&lt;a href=\"https://teachaccess.org/about/\" class=\"da11y-submenu sf-with-ul\" aria-expanded=\"false\"&gt;About&lt;/a&gt;&lt;ul class=\"sub-menu\"&g",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]",
              "issueID": "c356936d949b41b67e0e3f8d7dbab993",
              "signature": "7d770d41b9f84291166144a4beb5cdf9",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c356936d949b41b67e0e3f8d7dbab993"
            },
            {
              "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": 394.203125,
                  "y": 0
                },
                "bottom-right": {
                  "x": 495.203125,
                  "y": 76
                },
                "height": 76,
                "width": 101
              },
              "position": {
                "line": 84,
                "column": 3
              },
              "errorSnippet": "&lt;li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-603\"&gt;&lt;a href=\"https://teachaccess.org/resources/\" class=\"da11y-submenu sf-with-ul\" aria-expanded=\"false\"&gt;Resources&lt;/a&gt;&lt;ul class=\"sub",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]",
              "issueID": "cf689d1376c5a3f9c351566374a0f261",
              "signature": "b17baa72161a8dc972ee76fca8475253",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=cf689d1376c5a3f9c351566374a0f261"
            },
            {
              "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": 33.75,
                  "y": 147.75
                },
                "bottom-right": {
                  "x": 809.938,
                  "y": 191.75
                },
                "height": 44,
                "width": 776.188
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;h3&gt;&lt;em&gt;What we have are a few people who know a lot about Accessibility. What we need are a lot of people to know a little about it.&lt;/em&gt;&lt;/h3&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/h3[1]",
              "issueID": "0af3aec921c5b55a1305fb0a77f73b95",
              "signature": "c403fb5251ab3b980a619b081abcbd84",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=0af3aec921c5b55a1305fb0a77f73b95"
            },
            {
              "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": 26.140625
                },
                "bottom-right": {
                  "x": 36,
                  "y": 49.859425
                },
                "height": 23.7188,
                "width": 36
              },
              "position": {
                "line": 4578,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/teachaccess\"&gt;&lt;i class=\"fa fa-twitter\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]",
              "issueID": "47cd78c3aa3eec78a2ac5edaedb1c0ba",
              "signature": "cb3c72fc9ec0f6274c530d0c8734d67a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=47cd78c3aa3eec78a2ac5edaedb1c0ba"
            },
            {
              "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": 36,
                  "y": 26.140625
                },
                "bottom-right": {
                  "x": 72,
                  "y": 49.859425
                },
                "height": 23.7188,
                "width": 36
              },
              "position": {
                "line": 4578,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/teach-access/\"&gt;&lt;i class=\"fa fa-linkedin\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[2]/header[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[2]",
              "issueID": "5bce3989890483393b340233f6132852",
              "signature": "f0723314e07bb8de05eab67838f9afc7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5bce3989890483393b340233f6132852"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -24,
                  "y": -24
                },
                "height": -24,
                "width": -24
              },
              "position": {
                "line": 6875,
                "column": 0
              },
              "errorSnippet": "&lt;input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" autocomplete=\"off\" style=\"\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/label[1]/input[1]",
              "issueID": "61c322d29374bd2414a2559e45094bb6",
              "signature": "c8555ffd8b5f9163615047e480dbdf6f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=61c322d29374bd2414a2559e45094bb6"
            },
            {
              "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": 24
                },
                "height": 24,
                "width": 0
              },
              "position": {
                "line": 8159,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/teachaccess\"&gt;&lt;i class=\"fa fa-twitter\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "feffa774d78982c4f4de516af20a3184",
              "signature": "0a3ed5ac8d172f1e613696a6b948eee6",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=feffa774d78982c4f4de516af20a3184"
            },
            {
              "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": 24
                },
                "height": 24,
                "width": 0
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/teach-access/\"&gt;&lt;i class=\"fa fa-linkedin\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "bb975ee5c96f5f509a58a84bea664fec",
              "signature": "dd03a09d97694f0049b999b6560ca702",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bb975ee5c96f5f509a58a84bea664fec"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 1280.59375
                },
                "bottom-right": {
                  "x": 844,
                  "y": 1340.59375
                },
                "height": 60,
                "width": 844
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;div id=\"fws_62c4984282af5\" data-column-margin=\"default\" data-midnight=\"dark\" data-bg-mobile-hidden=\"\" class=\"wpb_row vc_row-fluid vc_row full-width-section standard_section \" style=\"padding-top: 15px; padding-bottom: 30px; \"&gt;&lt;div class=\"row-bg-",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]",
              "issueID": "be8e86a2f4134a771f0e183999985ad3",
              "signature": "dc9c00fcf2d71b4a0d3d7133663216f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=be8e86a2f4134a771f0e183999985ad3"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 15
                },
                "bottom-right": {
                  "x": 860.875,
                  "y": 75
                },
                "height": 60,
                "width": 860.875
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"col span_12 dark center\"&gt;&lt;div class=\"vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding instance-22\" data-t-w-inherits=\"default\" data-border-radius=\"none\" data-shadow=\"none\" data-border-animation=\"\" dat",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]",
              "issueID": "314936b7c9f1bfc36ef8884d0dbbb248",
              "signature": "187cc6a8f56246b19a4c2b69f8746445",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=314936b7c9f1bfc36ef8884d0dbbb248"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 843.6875,
                  "y": 60
                },
                "height": 60,
                "width": 843.6875
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding instance-22\" data-t-w-inherits=\"default\" data-border-radius=\"none\" data-shadow=\"none\" data-border-animation=\"\" data-border-animation-delay=\"\" data-border-wid",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]",
              "issueID": "8c0f42f3ed4203baf71db3916286c473",
              "signature": "6d14501f22fe1611a04b51cd903e35ad",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8c0f42f3ed4203baf71db3916286c473"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 8.59375,
                  "y": 0
                },
                "bottom-right": {
                  "x": 852.28175,
                  "y": 60
                },
                "height": 60,
                "width": 843.688
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"vc_column-inner\"&gt;&lt;div class=\"column-bg-overlay-wrap\" data-bg-animation=\"none\"&gt;&lt;div class=\"column-bg-overlay\"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=\"wpb_wrapper\"&gt; &lt;a class=\"nectar-button large regular accent-color regul",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]",
              "issueID": "07304b4297629b535969691a37db64b6",
              "signature": "4a7c9533160cdc7240efaa83dd7f0610",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=07304b4297629b535969691a37db64b6"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 843.688,
                  "y": 60
                },
                "height": 60,
                "width": 843.688
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"wpb_wrapper\"&gt; &lt;a class=\"nectar-button large regular accent-color regular-button\" style=\"visibility: visible;\" href=\"https://teachaccess.org/about/supporters-contributors/\" data-color-override=\"false\" data-hover-color-override=\"false\"",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]/div[2]",
              "issueID": "1e0a6d4ed560e3018cc4d8978327fc19",
              "signature": "52e2adf3fb5ba441b30377d546450fc4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1e0a6d4ed560e3018cc4d8978327fc19"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 248.34375,
                  "y": 0
                },
                "bottom-right": {
                  "x": 525.34375,
                  "y": 20
                },
                "height": 20,
                "width": 277
              },
              "position": {
                "line": 5573,
                "column": 33
              },
              "errorSnippet": "&lt;a class=\"nectar-button large regular accent-color regular-button\" style=\"visibility: visible;\" href=\"https://teachaccess.org/about/supporters-contributors/\" data-color-override=\"false\" data-hover-color-override=\"false\" data-hover-text-color-override=",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]/div[2]/a[1]",
              "issueID": "2f1decdba10ec1a3126c1df85dca6114",
              "signature": "af9b4717f09f597acfec6c929fe400e7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2f1decdba10ec1a3126c1df85dca6114"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 35,
                  "y": 15
                },
                "bottom-right": {
                  "x": 312,
                  "y": 35
                },
                "height": 20,
                "width": 277
              },
              "position": {
                "line": 8649,
                "column": 0
              },
              "errorSnippet": "&lt;span&gt;VIEW OUR COMPLETE LIST OF PARTNERS&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[7]/div[2]/div[1]/div[1]/div[2]/a[1]/span[1]",
              "issueID": "d9e76e0c8672363084572c325b628007",
              "signature": "5351711d0b375aa82ecb0ebb712e781a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d9e76e0c8672363084572c325b628007"
            },
            {
              "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": 3134.09
                },
                "height": 3134.09,
                "width": 1024
              },
              "position": {
                "line": 2980,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-7 material wpb-js-composer js-comp-ver-6.1 vc_responsive nectar-no-flex-height\" data-footer-reveal=\"false\" data-footer-reveal-shadow=\"none\" data-header-format=\"default\" data-body-border=\"off\" data-b",
              "xpath": "/html/body",
              "issueID": "4bf1b09c5420d04b3dbf0dfcaf29acdd",
              "signature": "8d1d250c2e0677b1fb651a52a5d60fb2",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=4bf1b09c5420d04b3dbf0dfcaf29acdd"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "3zjtz",
  "startTime": "2022-07-06T02:47:21",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      41
    ],
    [
      "ibm",
      22
    ],
    [
      "motion",
      13
    ],
    [
      "focInd",
      10
    ],
    [
      "alfa",
      8
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      2
    ],
    [
      "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": 29,
  "logSize": 2220,
  "errorLogCount": 16,
  "errorLogSize": 1104,
  "prohibitedCount": 10,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-06T02:49:37",
  "elapsedSeconds": 136,
  "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": 1,
        "focInd": 82,
        "focOp": 10,
        "hover": 108,
        "linkUl": 16,
        "role": 2,
        "styleDiff": 19,
        "zIndex": 157
      },
      "alfa": {
        "r11": 16,
        "r47": 4,
        "r57": 100,
        "r61": 4,
        "r65": 25,
        "r66": 13,
        "r68": 8,
        "r69": 13,
        "r73": 44,
        "r78": 20,
        "r80": 4
      },
      "axe": {
        "color-contrast-enhanced": 18,
        "color-contrast": 18,
        "hidden-content": 0,
        "link-name": 12,
        "meta-viewport": 4,
        "page-has-heading-one": 2,
        "region": 46
      },
      "htmlcs": {
        "e:AA.1_3_1.F68": 4,
        "e:AA.2_4_1.G1,G123,G124.NoSuchID": 4,
        "e:AA.3_2_2.H32.2": 4,
        "e:AA.4_1_2.H91.A.NoContent": 16,
        "e:AA.4_1_2.H91.InputText.Name": 4,
        "w:AA.1_1_1.H67.2": 2,
        "w:AA.1_3_1.H42": 1,
        "w:AA.1_3_1.H44.NonExistentFragment": 3,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 6,
        "w:AA.1_4_3.G18.Abs": 2,
        "w:AA.4_1_2.H91.A.Empty": 1
      },
      "wave": {
        "e:label_missing": 4,
        "e:link_empty": 24,
        "a:alt_redundant": 5,
        "a:label_orphaned": 3,
        "a:h1_missing": 1,
        "a:link_internal_broken": 1,
        "a:link_suspicious": 3,
        "a:link_redundant": 6,
        "a:noscript": 1
      },
      "tenon": {
        "57": 24,
        "129": 6,
        "134": 6,
        "144": 20,
        "152": 20,
        "153": 14,
        "155": 2
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 82,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 25,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 8,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 27,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 8,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 2,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 5,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 39,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "linkNoText": {
          "alfa": {
            "r11": {
              "score": 16,
              "what": "Link has no accessible name"
            }
          },
          "axe": {
            "link-name": {
              "score": 12,
              "what": "Link has no discernible text"
            }
          },
          "htmlcs": {
            "e:AA.4_1_2.H91.A.NoContent": {
              "score": 16,
              "what": "Link has an href attribute but no text"
            },
            "w:AA.4_1_2.H91.A.Empty": {
              "score": 1,
              "what": "Link element has an id attribute but no href attribute or text"
            }
          },
          "wave": {
            "e:link_empty": {
              "score": 24,
              "what": "Link contains no text"
            }
          },
          "tenon": {
            "57": {
              "score": 24,
              "what": "Link has no text inside it"
            }
          }
        },
        "metaBansZoom": {
          "alfa": {
            "r47": {
              "score": 4,
              "what": "Meta element restricts zooming"
            }
          },
          "axe": {
            "meta-viewport": {
              "score": 4,
              "what": "Zooming and scaling are disabled"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 50,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 23,
              "what": "Some page content is not contained by landmarks"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          },
          "axe": {
            "page-has-heading-one": {
              "score": 1,
              "what": "Page contains no level-one heading"
            }
          },
          "wave": {
            "a:h1_missing": {
              "score": 1,
              "what": "Missing first level heading"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 3,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 5,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "childMissing": {
          "alfa": {
            "r68": {
              "score": 8,
              "what": "Element does not own an element required by its semantic role"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 10,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 14,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 33,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 10,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "leadingAbsolute": {
          "alfa": {
            "r80": {
              "score": 2,
              "what": "Paragraph text has an absolute line height"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "controlLabel": {
          "htmlcs": {
            "e:AA.1_3_1.F68": {
              "score": 4,
              "what": "Form control has no label"
            }
          },
          "wave": {
            "e:label_missing": {
              "score": 4,
              "what": "Missing form label"
            }
          }
        },
        "internalLinkBroken": {
          "htmlcs": {
            "e:AA.2_4_1.G1,G123,G124.NoSuchID": {
              "score": 4,
              "what": "Internal link references a nonexistent destination"
            }
          },
          "wave": {
            "a:link_internal_broken": {
              "score": 1,
              "what": "Broken same-page link"
            }
          }
        },
        "submitButton": {
          "htmlcs": {
            "e:AA.3_2_2.H32.2": {
              "score": 3,
              "what": "Form has no submit button"
            }
          }
        },
        "inputNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.InputText.Name": {
              "score": 4,
              "what": "Text input has no accessible name"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 1,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "pseudoHeadingRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H42": {
              "score": 1,
              "what": "Heading coding is not used but the element may be intended as a heading"
            }
          }
        },
        "labelBadID": {
          "htmlcs": {
            "w:AA.1_3_1.H44.NonExistentFragment": {
              "score": 3,
              "what": "Label for attribute references a nonexistent element"
            }
          },
          "wave": {
            "a:label_orphaned": {
              "score": 3,
              "what": "Orphaned form label"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 2,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            }
          }
        },
        "imageTextRedundant": {
          "wave": {
            "a:alt_redundant": {
              "score": 1,
              "what": "Redundant text alternative"
            }
          }
        },
        "linkComprehensionRisk": {
          "wave": {
            "a:link_suspicious": {
              "score": 1,
              "what": "Suspicious link text"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 3,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "pseudoLinkRisk": {
          "tenon": {
            "129": {
              "score": 2,
              "what": "CSS underline on text that is not a link"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 5,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 20,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 10,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "allCaps": {
          "tenon": {
            "153": {
              "score": 4,
              "what": "Long string of text is in all caps"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 755,
      "log": 225,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "focusIndication",
          "score": 94
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 61
        },
        {
          "groupName": "linkNoText",
          "score": 54
        },
        {
          "groupName": "zIndexNotZero",
          "score": 41
        },
        {
          "groupName": "noLeading",
          "score": 35
        },
        {
          "groupName": "hoverSurprise",
          "score": 29
        },
        {
          "groupName": "leadingClipsText",
          "score": 22
        },
        {
          "groupName": "contrastAA",
          "score": 20
        },
        {
          "groupName": "headingOfNothing",
          "score": 12
        },
        {
          "groupName": "targetSize",
          "score": 12
        },
        {
          "groupName": "focusableOperable",
          "score": 10
        },
        {
          "groupName": "linkIndication",
          "score": 10
        },
        {
          "groupName": "childMissing",
          "score": 10
        },
        {
          "groupName": "metaBansZoom",
          "score": 8
        },
        {
          "groupName": "contrastAAA",
          "score": 8
        },
        {
          "groupName": "controlLabel",
          "score": 8
        },
        {
          "groupName": "inconsistentStyles",
          "score": 7
        },
        {
          "groupName": "fontSmall",
          "score": 7
        },
        {
          "groupName": "internalLinkBroken",
          "score": 6
        },
        {
          "groupName": "inputNoText",
          "score": 6
        },
        {
          "groupName": "labelBadID",
          "score": 6
        },
        {
          "groupName": "allCaps",
          "score": 6
        },
        {
          "groupName": "h1Missing",
          "score": 5
        },
        {
          "groupName": "submitButton",
          "score": 5
        },
        {
          "groupName": "linkPair",
          "score": 5
        },
        {
          "groupName": "roleBad",
          "score": 4
        },
        {
          "groupName": "leadingAbsolute",
          "score": 4
        },
        {
          "groupName": "scrollRisk",
          "score": 4
        },
        {
          "groupName": "pseudoLinkRisk",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "contrastRisk",
          "score": 3
        },
        {
          "groupName": "imageTextRedundant",
          "score": 3
        },
        {
          "groupName": "linkComprehensionRisk",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        }
      ]
    }
  }
}