Accessibility test digest

Synopsis

Page: National Council on Disability

URL: https://ncd.gov/

Score: 678

Tested by: Testaro, procedure tp14

Scored by: Testilo, procedure sp14a

Digested by: Testilo, procedure dp14a

Introduction

The Testaro application used its tp14 testing procedure to test the accessibility (barrier-free design and coding) of the National Council on Disability web page at https://ncd.gov/ on 2022/07/18. The procedure performed 1075 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these seven other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

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

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

Score summary

Score components
total678
log53
focusIndication61
contentBeyondLandmarks54
contrastAA50
linkIndication48
hoverSurprise47
titleRedundant43
leadingClipsText26
linkForcesNewWindow23
tabFocusability22
figureNoText22
navConfusion18
roleBad17
contrastAAA17
linkVague17
linkNoText16
zIndexNotZero15
fontSizeAbsolute14
landmarkConfusion12
linkTextsSame12
navNoText11
spontaneousMotion8
headingOfNothing8
contrastRisk8
fontSmall7
inconsistentStyles6
linkPair6
targetSize6
pseudoParagraphRisk4
visibleBulk3
hiddenContentRisk3
linkConfusionRisk3
pseudoNavListRisk3
scrollRisk3
linkBrokenRisk3
imageTextLong3
linkComprehensionRisk3
pdfLink3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Report

{
  "id": "4aieq-ncd",
  "host": {
    "id": "ncd",
    "which": "https://ncd.gov/",
    "what": "National Council on Disability"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-18T00:00:44"
    },
    {
      "event": "endTime",
      "value": "2022-07-18T00:02:07"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 300,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://ncd.gov/",
        "what": "National Council on Disability"
      },
      {
        "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://ncd.gov/",
        "what": "National Council on Disability"
      },
      {
        "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://ncd.gov/",
      "what": "National Council on Disability",
      "result": "https://ncd.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://ncd.gov/",
      "result": {
        "bytes": [
          530769,
          530769,
          404646,
          404646,
          503935
        ],
        "localRatios": [
          1,
          1.312,
          1,
          1.245
        ],
        "meanLocalRatio": 1.139,
        "maxLocalRatio": 1.312,
        "globalRatio": 1.312,
        "pixelChanges": [
          0,
          91839,
          0,
          88273
        ],
        "meanPixelChange": 45028,
        "maxPixelChange": 91839,
        "changeFrequency": 0.5
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "National Council on Disability",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://ncd.gov/",
      "result": {
        "visibleElements": 346
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://ncd.gov/",
      "result": {
        "tabFocusables": 77,
        "tabFocused": 97,
        "discrepancy": 20
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "total": 77,
          "types": {
            "indicatorMissing": {
              "total": 18,
              "tagNames": {
                "A": 18
              }
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 59,
              "meanDelay": 0,
              "tagNames": {
                "A": 57,
                "INPUT": 2
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Skip to main content"
            },
            {
              "tagName": "A",
              "text": "-A"
            },
            {
              "tagName": "A",
              "text": "+A"
            },
            {
              "tagName": "A",
              "text": "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits"
            },
            {
              "tagName": "A",
              "text": "Read more"
            },
            {
              "tagName": "A",
              "text": "Upcoming Council Meeting"
            },
            {
              "tagName": "A",
              "text": "Read more"
            },
            {
              "tagName": "A",
              "text": "Medicaid Oral Health Coverage for Adults with Intellectual & Developmental Disabilities – A Fiscal A"
            },
            {
              "tagName": "A",
              "text": "Read more"
            },
            {
              "tagName": "A",
              "text": "Health Equity Framework"
            },
            {
              "tagName": "A",
              "text": "Read more"
            },
            {
              "tagName": "A",
              "text": "2021 Progress Report: The Impact of COVID-19 on People with Disabilities"
            },
            {
              "tagName": "A",
              "text": "Read more"
            },
            {
              "tagName": "A",
              "text": "1"
            },
            {
              "tagName": "A",
              "text": "2"
            },
            {
              "tagName": "A",
              "text": "3"
            },
            {
              "tagName": "A",
              "text": "4"
            },
            {
              "tagName": "A",
              "text": "5"
            }
          ],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NCD.gov",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Follow us on Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Follow us on Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsroom",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Progress Reports",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Publications",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Meeting & Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accountability",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FOIA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Equity",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Skip to Page Content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NCD Letter to DOJ Office of Justice Programs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NCD Letter to the Joint Commission President and CEO",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NCD report recommends congressional action on federal benefits for Americans with disabilities in U.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NCD Letter to Small Business Administration on 8a Designation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "CRPD",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Civil Rights",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Cultural Diversity",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Education",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Emergency Management",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Employment",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Financial Assistance & Incentives",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Health Care",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Housing",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "International",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Long Term Services & Support",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Technology",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Transportation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Youth Perspectives",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Disabled Parents Toolkit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Disabled Parents Toolkit (plain language version)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Deinstitutionalization",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Disability in Indian Country",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Email NCD",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Language Access Needs?",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visiting NCD? Read Our Protocols",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe to NCD Updates",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsroom",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Join us on Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Follow us on Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Follow us on Instagram",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe to our YouTube Channel",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Follow us on LinkedIn",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Meetings and Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Link to Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NCD Council & Staff",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Employment Opportunities",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Site Map",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Statement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility Statement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accountability",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Vulnerability Disclosure Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Need help opening a PDF or DOC file?",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "total": 106,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 0,
              "tagNames": {}
            },
            "focusableAndOperable": {
              "total": 106,
              "tagNames": {
                "A": 101,
                "INPUT": 4,
                "BUTTON": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" class=\"active\" style=\"cursor: default;\"><img class=\"site-logo\" typeo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "text_resize_decrease",
              "text": "-A",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "text_resize_increase",
              "text": "+A",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "edit-search-block-form--2",
              "text": "<input title=\"Enter the terms you wish to search for.\" type=\"search\" id=\"edit-se",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "edit-submit",
              "text": "<input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form_build_id\" value=\"form-0ZkYQeb50UPeWzmL5bUrgQm75M",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form_id\" value=\"search_block_form\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Follow us on Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Follow us on Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Testimony & Speeches",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsletter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Funding Opportunities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Progress Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Publications",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FAQs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "COVID-19",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Meeting & Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Other Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "30 on ADA 30",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD policy briefings to Congressional staff on AbilityOne Report",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accountability",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Buy American Act Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Government Performance and Results Act Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Congressional Budget Justification Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Financial Audit Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Strategic Plan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Annual Employee Survey",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Bylaws",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "No Fear Act",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA e-Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Annual Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Quarterly Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Chief FOIA Officer Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Make a FOIA Request",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Reference Guide",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD FOIA Regulation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Equity",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Progra",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Upcoming Council Meeting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Medicaid Oral Health Coverage for Adults with Intellectual & Developmental Disab",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Health Equity Framework",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "2021 Progress Report: The Impact of COVID-19 on People with Disabilities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "1",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "2",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "3",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "4",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "5",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"flex-prev\" href=\"#\" style=\"cursor: default;\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"flex-next\" href=\"#\" style=\"cursor: default;\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "skip_link-block-system-main",
              "text": "Skip to Page Content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Letter to DOJ Office of Justice Programs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Letter to the Joint Commission President and CEO",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Progra",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD report recommends congressional action on federal benefits for Americans wit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Letter to Small Business Administration on 8a Designation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "CRPD",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Civil Rights",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cultural Diversity",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Emergency Management",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employment",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Financial Assistance & Incentives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Health Care",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Housing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "International",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Long Term Services & Support",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Technology",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transportation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Youth Perspectives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disabled Parents Toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disabled Parents Toolkit (plain language version)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Deinstitutionalization",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disability in Indian Country",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Email NCD",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Language Access Needs?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visiting NCD? Read Our Protocols",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe to NCD Updates",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join us on Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Follow us on Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Follow us on Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe to our YouTube Channel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Follow us on LinkedIn",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Meetings and Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Link to Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NCD Council & Staff",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employment Opportunities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Site Map",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Statement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Statement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accountability",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Vulnerability Disclosure Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Need help opening a PDF or DOC file?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "backtotop",
              "text": "Back to top",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "triggers": 120,
          "headTriggers": 20,
          "tailTriggers": 100,
          "impactTriggers": 57,
          "additions": 121,
          "removals": 14,
          "opacityChanges": 46,
          "opacityImpact": 2,
          "unhoverables": 4
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "-A",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 1
              },
              {
                "tagName": "A",
                "text": "+A",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 1
              },
              {
                "tagName": "LI",
                "text": "FollowusonFacebook",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "FollowusonFacebook",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "FollowusonTwitter",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "FollowusonTwitter",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "NewsroomNewsroomHomeTestimony&SpeechesNewsletterFu",
                "additions": 9,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "ProgressReports",
                "additions": 0,
                "removals": 9,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "ResourcesFAQsCOVID-19",
                "additions": 5,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "Meeting&EventsOtherEvents30onADA30NCDpolicybriefin",
                "additions": 7,
                "removals": 5,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "NCD.gov"
              }
            ]
          },
          "tail": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "NCDLettertoDOJOfficeofJusticePrograms",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "FollowusonInstagram",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "FOIAFOIAe-LibraryAnnualReportsQuarterlyReportsChie",
                "additions": 15,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "VisitingNCD?ReadOurProtocols",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "NCDreportrecommendscongressionalactiononfederalben",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "LinktoUs",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "AccessibilityStatement",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "DisparateTreatmentofPuertoRicoResidentswithDisabil"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Readmore"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 3
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Back to top"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "links": 101,
          "adjacent": {
            "total": 44,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "Skip to main content",
            "",
            "NCD.gov",
            "-A",
            "+A",
            "About Us",
            "Newsroom",
            "Progress Reports",
            "Publications",
            "Resources",
            "Meeting & Events",
            "Accountability",
            "FOIA",
            "Equity",
            "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
            "Read more",
            "Upcoming Council Meeting",
            "Read more",
            "Medicaid Oral Health Coverage for Adults with Intellectual & Developmental Disabilities – A Fiscal Analysis",
            "Read more",
            "Health Equity Framework",
            "Read more",
            "2021 Progress Report: The Impact of COVID-19 on People with Disabilities",
            "Read more",
            "Skip to Page Content",
            "NCD Letter to DOJ Office of Justice Programs",
            "NCD Letter to the Joint Commission President and CEO",
            "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
            "NCD report recommends congressional action on federal benefits for Americans with disabilities in U.S. territories",
            "NCD Letter to Small Business Administration on 8a Designation",
            "Email NCD",
            "Language Access Needs?",
            "Visiting NCD? Read Our Protocols",
            "Subscribe to NCD Updates",
            "Newsroom",
            "Join us on Facebook",
            "Follow us on Twitter",
            "Follow us on Instagram",
            "Subscribe to our YouTube Channel",
            "Follow us on LinkedIn",
            "Meetings and Events",
            "Link to Us",
            "NCD Council & Staff",
            "Employment Opportunities"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://ncd.gov/",
      "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://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://ncd.gov/",
      "result": {
        "roleElements": 11,
        "badRoleElements": 7,
        "redundantRoleElements": 3,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "DIV": {
            "article": {
              "bad": 5,
              "redundant": 0
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "ARTICLE": {
            "article": {
              "bad": 0,
              "redundant": 1
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 1,
              "redundant": 0
            }
          },
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://ncd.gov/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 1
          },
          "adjacentLink": {
            "total": 44,
            "subtotals": [
              43,
              1
            ]
          },
          "listLink": {
            "total": 57,
            "subtotals": [
              42,
              6,
              5,
              2,
              2
            ]
          },
          "h1": {
            "total": 2,
            "subtotals": [
              1,
              1
            ]
          },
          "h2": {
            "total": 10,
            "subtotals": [
              5,
              4,
              1
            ]
          }
        },
        "items": {
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to main content",
                "",
                "-A",
                "+A",
                "About Us",
                "Newsroom",
                "Progress Reports",
                "Publications",
                "Resources",
                "Meeting & Events",
                "Accountability",
                "FOIA",
                "Equity",
                "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
                "Read more",
                "Upcoming Council Meeting",
                "Read more",
                "Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fiscal Analysis",
                "Read more",
                "Health Equity Framework",
                "Read more",
                "2021 Progress Report: The Impact of COVID-19 on People with Disabilities",
                "Read more",
                "Skip to Page Content",
                "NCD Letter to DOJ Office of Justice Programs",
                "NCD Letter to the Joint Commission President and CEO",
                "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
                "NCD report recommends congressional action on federal benefits for Americans with disabilities in U.S. territories",
                "NCD Letter to Small Business Administration on 8a Designation",
                "Email NCD",
                "Language Access Needs?",
                "Visiting NCD? Read Our Protocols",
                "Subscribe to NCD Updates",
                "Newsroom",
                "Join us on Facebook",
                "Follow us on Twitter",
                "Follow us on Instagram",
                "Subscribe to our YouTube Channel",
                "Follow us on LinkedIn",
                "Meetings and Events",
                "Link to Us",
                "NCD Council & Staff",
                "Employment Opportunities"
              ],
              "700": [
                "NCD.gov"
              ]
            }
          },
          "listLink": {
            "opacity": {
              "0": [
                "",
                ""
              ],
              "1": [
                "Follow us on Facebook",
                "Follow us on Twitter",
                "Newsroom Home",
                "Testimony & Speeches",
                "Newsletter",
                "Funding Opportunities",
                "FAQs",
                "COVID-19",
                "Other Events",
                "30 on ADA 30",
                "NCD policy briefings to Congressional staff on AbilityOne Report",
                "Buy American Act Reports",
                "Government Performance and Results Act Reports",
                "Congressional Budget Justification Reports",
                "Financial Audit Reports",
                "NCD Strategic Plan",
                "NCD Annual Employee Survey",
                "NCD Bylaws",
                "No Fear Act",
                "FOIA e-Library",
                "Annual Reports",
                "Quarterly Reports",
                "Chief FOIA Officer Reports",
                "Make a FOIA Request",
                "Reference Guide",
                "NCD FOIA Regulation",
                "1",
                "2",
                "3",
                "4",
                "5",
                "CRPD",
                "Civil Rights",
                "Cultural Diversity",
                "Education",
                "Emergency Management",
                "Employment",
                "Financial Assistance & Incentives",
                "Health Care",
                "Housing",
                "International",
                "Long Term Services & Support",
                "Technology",
                "Transportation",
                "Youth Perspectives",
                "Disabled Parents Toolkit",
                "Disabled Parents Toolkit (plain language version)",
                "Deinstitutionalization",
                "Disability in Indian Country",
                "Site Map",
                "Privacy Statement",
                "Accessibility Statement",
                "Accountability",
                "Vulnerability Disclosure Policy",
                "Need help opening a PDF or DOC file?"
              ]
            },
            "color": {
              "rgb(0, 102, 204)": [
                "Follow us on Facebook",
                "Follow us on Twitter"
              ],
              "rgb(255, 255, 255)": [
                "Newsroom Home",
                "Testimony & Speeches",
                "Newsletter",
                "Funding Opportunities",
                "FAQs",
                "COVID-19",
                "Other Events",
                "30 on ADA 30",
                "NCD policy briefings to Congressional staff on AbilityOne Report",
                "Buy American Act Reports",
                "Government Performance and Results Act Reports",
                "Congressional Budget Justification Reports",
                "Financial Audit Reports",
                "NCD Strategic Plan",
                "NCD Annual Employee Survey",
                "NCD Bylaws",
                "No Fear Act",
                "FOIA e-Library",
                "Annual Reports",
                "Quarterly Reports",
                "Chief FOIA Officer Reports",
                "Make a FOIA Request",
                "Reference Guide",
                "NCD FOIA Regulation",
                "1",
                "2",
                "3",
                "4",
                "5",
                "CRPD",
                "Civil Rights",
                "Cultural Diversity",
                "Education",
                "Emergency Management",
                "Employment",
                "Financial Assistance & Incentives",
                "Health Care",
                "Housing",
                "International",
                "Long Term Services & Support",
                "Technology",
                "Transportation",
                "Youth Perspectives",
                "Disabled Parents Toolkit",
                "Disabled Parents Toolkit (plain language version)",
                "Deinstitutionalization",
                "Disability in Indian Country",
                "Site Map",
                "Privacy Statement",
                "Accessibility Statement",
                "Accountability",
                "Vulnerability Disclosure Policy",
                "Need help opening a PDF or DOC file?"
              ],
              "rgba(0, 0, 0, 0.8)": [
                "",
                ""
              ]
            },
            "fontSize": {
              "16px": [
                "Follow us on Facebook",
                "Follow us on Twitter",
                "1",
                "2",
                "3",
                "4",
                "5",
                "",
                ""
              ],
              "15px": [
                "Newsroom Home",
                "Testimony & Speeches",
                "Newsletter",
                "Funding Opportunities",
                "FAQs",
                "COVID-19",
                "Other Events",
                "30 on ADA 30",
                "NCD policy briefings to Congressional staff on AbilityOne Report",
                "Buy American Act Reports",
                "Government Performance and Results Act Reports",
                "Congressional Budget Justification Reports",
                "Financial Audit Reports",
                "NCD Strategic Plan",
                "NCD Annual Employee Survey",
                "NCD Bylaws",
                "No Fear Act",
                "FOIA e-Library",
                "Annual Reports",
                "Quarterly Reports",
                "Chief FOIA Officer Reports",
                "Make a FOIA Request",
                "Reference Guide",
                "NCD FOIA Regulation",
                "CRPD",
                "Civil Rights",
                "Cultural Diversity",
                "Education",
                "Emergency Management",
                "Employment",
                "Financial Assistance & Incentives",
                "Health Care",
                "Housing",
                "International",
                "Long Term Services & Support",
                "Technology",
                "Transportation",
                "Youth Perspectives",
                "Disabled Parents Toolkit",
                "Disabled Parents Toolkit (plain language version)",
                "Deinstitutionalization",
                "Disability in Indian Country",
                "Site Map",
                "Privacy Statement",
                "Accessibility Statement",
                "Accountability",
                "Vulnerability Disclosure Policy",
                "Need help opening a PDF or DOC file?"
              ]
            },
            "lineHeight": {
              "24px": [
                "Follow us on Facebook",
                "Follow us on Twitter",
                "1",
                "2",
                "3",
                "4",
                "5",
                "",
                ""
              ],
              "30px": [
                "Newsroom Home",
                "Testimony & Speeches",
                "Newsletter",
                "Funding Opportunities",
                "FAQs",
                "COVID-19",
                "Other Events",
                "30 on ADA 30",
                "NCD policy briefings to Congressional staff on AbilityOne Report",
                "Buy American Act Reports",
                "Government Performance and Results Act Reports",
                "Congressional Budget Justification Reports",
                "Financial Audit Reports",
                "NCD Strategic Plan",
                "NCD Annual Employee Survey",
                "NCD Bylaws",
                "No Fear Act",
                "FOIA e-Library",
                "Annual Reports",
                "Quarterly Reports",
                "Chief FOIA Officer Reports",
                "Make a FOIA Request",
                "Reference Guide",
                "NCD FOIA Regulation",
                "CRPD",
                "Civil Rights",
                "Cultural Diversity",
                "Education",
                "Emergency Management",
                "Employment",
                "Financial Assistance & Incentives",
                "Health Care",
                "Housing",
                "International",
                "Long Term Services & Support",
                "Technology",
                "Transportation",
                "Youth Perspectives",
                "Disabled Parents Toolkit",
                "Disabled Parents Toolkit (plain language version)",
                "Deinstitutionalization",
                "Disability in Indian Country"
              ],
              "22.5px": [
                "Site Map",
                "Privacy Statement",
                "Accessibility Statement",
                "Accountability",
                "Vulnerability Disclosure Policy",
                "Need help opening a PDF or DOC file?"
              ]
            }
          },
          "h1": {
            "color": {
              "rgb(0, 0, 0)": [
                "NCD.gov"
              ],
              "rgb(1, 76, 144)": [
                "Latest NCD News"
              ]
            },
            "fontSize": {
              "32px": [
                "NCD.gov"
              ],
              "24px": [
                "Latest NCD News"
              ]
            }
          },
          "h2": {
            "fontWeight": {
              "400": [
                "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
                "Upcoming Council Meeting",
                "Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fiscal Analysis",
                "Health Equity Framework",
                "2021 Progress Report: The Impact of COVID-19 on People with Disabilities"
              ],
              "700": [
                "Search form",
                "NCD Policy Areas",
                "Policy Toolkits",
                "Contact Us",
                "Stay Connected with NCD"
              ]
            },
            "color": {
              "rgb(119, 119, 119)": [
                "Search form"
              ],
              "rgb(255, 255, 255)": [
                "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
                "Upcoming Council Meeting",
                "Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fiscal Analysis",
                "Health Equity Framework",
                "2021 Progress Report: The Impact of COVID-19 on People with Disabilities",
                "NCD Policy Areas",
                "Policy Toolkits",
                "Contact Us",
                "Stay Connected with NCD"
              ]
            },
            "fontSize": {
              "25.6px": [
                "Search form"
              ],
              "28.8px": [
                "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
                "Upcoming Council Meeting",
                "Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fiscal Analysis",
                "Health Equity Framework",
                "2021 Progress Report: The Impact of COVID-19 on People with Disabilities"
              ],
              "18px": [
                "NCD Policy Areas",
                "Policy Toolkits",
                "Contact Us",
                "Stay Connected with NCD"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://ncd.gov/",
      "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://ncd.gov/",
      "result": {
        "totals": {
          "total": 51,
          "tagNames": {
            "DIV": 1,
            "NAV": 3,
            "LI": 38,
            "UL": 5,
            "OL": 1,
            "A": 2,
            "BUTTON": 1
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "skip-link",
            "text": "Skip to main content"
          },
          {
            "tagName": "NAV",
            "id": "block-nice-menus-1",
            "text": "About UsNewsroomNewsroom HomeTestimony & SpeechesNewsletterFunding OpportunitiesProgress ReportsPubl"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "About Us"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "NewsroomNewsroom HomeTestimony & SpeechesNewsletterFunding Opportunities"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Newsroom HomeTestimony & SpeechesNewsletterFunding Opportunities"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Newsroom Home"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Testimony & Speeches"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Newsletter"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Funding Opportunities"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Progress Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Publications"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "ResourcesFAQsCOVID-19"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "FAQsCOVID-19"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "FAQs"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "COVID-19"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Meeting & EventsOther Events30 on ADA 30NCD policy briefings to Congressional staff on AbilityOne Re"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Other Events30 on ADA 30NCD policy briefings to Congressional staff on AbilityOne Report"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Other Events"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "30 on ADA 30"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "NCD policy briefings to Congressional staff on AbilityOne Report"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "AccountabilityBuy American Act ReportsGovernment Performance and Results Act ReportsCongressional Bu"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Buy American Act ReportsGovernment Performance and Results Act ReportsCongressional Budget Justifica"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Buy American Act Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Government Performance and Results Act Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Congressional Budget Justification Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Financial Audit Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "NCD Strategic Plan"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "NCD Annual Employee Survey"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "NCD Bylaws"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "No Fear Act"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "FOIAFOIA e-LibraryAnnual ReportsQuarterly ReportsChief FOIA Officer ReportsMake a FOIA RequestRefere"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "FOIA e-LibraryAnnual ReportsQuarterly ReportsChief FOIA Officer ReportsMake a FOIA RequestReference "
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "FOIA e-Library"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Annual Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Quarterly Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Chief FOIA Officer Reports"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Make a FOIA Request"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Reference Guide"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "NCD FOIA Regulation"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Equity"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and BenefitsIn th"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Upcoming Council MeetingJoin NCD for our next quarterly business meeting Monday, July 25, 2022, 12 -"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Medicaid Oral Health Coverage for Adults with Intellectual & Developmental Disabilities – A Fiscal A"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Health Equity FrameworkThe National Council on Disability has released a national Health Equity Fram"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "2021 Progress Report: The Impact of COVID-19 on People with DisabilitiesNCD's report takes a compreh"
          },
          {
            "tagName": "OL",
            "id": "",
            "text": "12345"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "NAV",
            "id": "block-nice-menus-2",
            "text": "NCD Policy Areas CRPDCivil RightsCultural DiversityEducationEmergency ManagementEmploymentFinancial "
          },
          {
            "tagName": "NAV",
            "id": "block-nice-menus-3",
            "text": "Policy Toolkits Disabled Parents Toolkit Disabled Parents Toolkit (plain language version)Deinstitut"
          },
          {
            "tagName": "BUTTON",
            "id": "backtotop",
            "text": "Back to top"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "failures": 43,
          "warnings": 15
        },
        "items": [
          {
            "index": 433,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/text()[1]",
              "codeLines": [
                "Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits"
              ]
            }
          },
          {
            "index": 434,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "In this report, NCD examines the social, legal, and ethical implications to the residents of Puerto..."
              ]
            }
          },
          {
            "index": 435,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Read more"
              ]
            }
          },
          {
            "index": 436,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/text()[1]",
              "codeLines": [
                "Upcoming Council Meeting"
              ]
            }
          },
          {
            "index": 437,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Join NCD for our next quarterly business meeting Monday, July 25, 2022, 12 - 4 p.m., Eastern Daylig..."
              ]
            }
          },
          {
            "index": 438,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Read more"
              ]
            }
          },
          {
            "index": 439,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/text()[1]",
              "codeLines": [
                "Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fiscal..."
              ]
            }
          },
          {
            "index": 440,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "NCD's ongoing policy focus on health equity led NCD to pursue an examination of the dental care exp..."
              ]
            }
          },
          {
            "index": 441,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Read more"
              ]
            }
          },
          {
            "index": 442,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/text()[1]",
              "codeLines": [
                "Health Equity Framework"
              ]
            }
          },
          {
            "index": 443,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "The National Council on Disability has released a national Health Equity Framework for people with ..."
              ]
            }
          },
          {
            "index": 444,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Read more"
              ]
            }
          },
          {
            "index": 445,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/text()[1]",
              "codeLines": [
                "2021 Progress Report: The Impact of COVID-19 on People with Disabilities"
              ]
            }
          },
          {
            "index": 446,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "NCD's report takes a comprehensive look at COVID-19’s disproportionate negative impact on people wi..."
              ]
            }
          },
          {
            "index": 447,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Read more"
              ]
            }
          },
          {
            "index": 448,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 449,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 450,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 451,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 452,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 516,
            "verdict": "failed",
            "rule": {
              "ruleID": "r62",
              "ruleSummary": "Links in blocks of text are distinguishable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r62",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#use-of-color",
                  "chapter": "1.4.1",
                  "title": "Use of Color"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"mailto:ncd@ncd.gov\">",
                "  Email NCD",
                "</a>"
              ]
            }
          },
          {
            "index": 517,
            "verdict": "failed",
            "rule": {
              "ruleID": "r62",
              "ruleSummary": "Links in blocks of text are distinguishable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r62",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#use-of-color",
                  "chapter": "1.4.1",
                  "title": "Use of Color"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]/a[2]",
              "codeLines": [
                "<a href=\"mailto:ncd@ncd.gov?subject=Language Access Needs\">",
                "  Language Access Needs?",
                "</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]/a[1]",
              "codeLines": [
                "<a href=\"#main-content\" class=\"element-invisible element-focusable\">",
                "  Skip to main content",
                "</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[2]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"javascript:;\" class=\"changer\" id=\"text_resize_decrease\">",
                "  <sup>",
                "    -",
                "  </sup>",
                "  A",
                "</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[2]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "codeLines": [
                "<a href=\"javascript:;\" class=\"changer\" id=\"text_resize_increase\">",
                "  <sup>",
                "    +",
                "  </sup>",
                "  A",
                "</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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]",
              "codeLines": [
                "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs...",
                "  Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits",
                "</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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs...",
                "  Read more",
                "</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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]",
              "codeLines": [
                "<a href=\"/events/2022/upcoming-council-meeting\">",
                "  Upcoming Council Meeting",
                "</a>"
              ]
            }
          },
          {
            "index": 552,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"/events/2022/upcoming-council-meeting\" class=\"\">",
                "  Read more",
                "</a>"
              ]
            }
          },
          {
            "index": 553,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]",
              "codeLines": [
                "<a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\">",
                "  Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fisc...",
                "</a>"
              ]
            }
          },
          {
            "index": 554,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\" class=\"\">",
                "  Read more",
                "</a>"
              ]
            }
          },
          {
            "index": 555,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]",
              "codeLines": [
                "<a href=\"/publications/2022/health-equity-framework\">",
                "  Health Equity Framework",
                "</a>"
              ]
            }
          },
          {
            "index": 556,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"/publications/2022/health-equity-framework\" class=\"\">",
                "  Read more",
                "</a>"
              ]
            }
          },
          {
            "index": 557,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]",
              "codeLines": [
                "<a href=\"/progressreport/2021/2021-progress-report\">",
                "  2021 Progress Report: The Impact of COVID-19 on People with Disabilities",
                "</a>"
              ]
            }
          },
          {
            "index": 558,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"/progressreport/2021/2021-progress-report\" class=\"\">",
                "  Read more",
                "</a>"
              ]
            }
          },
          {
            "index": 603,
            "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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "In this report, NCD examines the social, legal, and ethical implications to the residents of Puerto..."
              ]
            }
          },
          {
            "index": 604,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 605,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 606,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 607,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 608,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 622,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "National Council on Disability"
              ]
            }
          },
          {
            "index": 623,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "1331 F Street, NW, Suite 850   Washington, DC 20004"
              ]
            }
          },
          {
            "index": 633,
            "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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "In this report, NCD examines the social, legal, and ethical implications to the residents of Puerto..."
              ]
            }
          },
          {
            "index": 634,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 635,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 636,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 637,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 638,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 674,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  In this report, NCD examines the social, legal, and ethical implications to the residents of Puer...",
                "</p>"
              ]
            }
          },
          {
            "index": 675,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  If you have a question or comment, please let us know.",
                "  <br>",
                "  <br>",
                "  202-272-2004 (voice)",
                "  <br>",
                "  202-272-2022 (Fax)",
                "  <br>",
                "  <br>",
                "  <i class=\"fa fa-envelope-o\"></i>",
                "  <a href=\"mailto:ncd@ncd.gov\">",
                "    Email NCD",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-envelope-o\"></i>",
                "  <a href=\"mailto:ncd@ncd.gov?subject=Language Access Needs\">",
                "    Language Access Needs?",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 676,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p>",
                "  <i class=\"fa fa-envelope-o\"></i>",
                "  <a href=\"https://ncd.gov/covid-19\">",
                "    Visiting NCD? Read Our Protocols",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 677,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  <i class=\"fa fa-newspaper-o\"></i>",
                "  <a href=\"/subscribe\">",
                "    Subscribe to NCD Updates",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-globe\"></i>",
                "  <a href=\"/newsroom\">",
                "    Newsroom",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-facebook\"></i>",
                "  <a href=\"https://www.facebook.com/NCDgov/\" target=\"_blank\" rel=\"noopener noreferrer\">",
                "    Join us on Facebook",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-twitter\"></i>",
                "  <a href=\"http://twitter.com/NatCounDis\" target=\"_blank\" rel=\"noopener noreferrer\">",
                "    Follow us on Twitter",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-Instagram\"></i>",
                "  <a href=\"https://instagram.com/NCDgov\" target=\"_blank\" rel=\"noopener noreferrer\">",
                "    Follow us on Instagram",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-Instagram\"></i>",
                "  <a href=\"https://youtube.com/NCDgov\" target=\"_blank\" rel=\"noopener noreferrer\">",
                "    Subscribe to our YouTube Channel",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-Instagram\"></i>",
                "  <a href=\"https://www.linkedin.com/company/118562\" target=\"_blank\" rel=\"noopener noreferrer\">",
                "    Follow us on LinkedIn",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-calendar\"></i>",
                "  <a href=\"/events\">",
                "    Meetings and Events",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-link\"></i>",
                "  <a href=\"/link_to_us\">",
                "    Link to Us",
                "  </a>",
                "  <br>",
                "  <i class=\"fa fa-users\"></i>",
                "  <a href=\"/council_and_staff\">",
                "    NCD Council & Staff",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 678,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p>",
                "  <i class=\"fa fa-thumb-tack\"></i>",
                "  <a href=\"/employment-opportunities\">",
                "    Employment Opportunities",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 679,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  <strong>",
                "    National Council on Disability",
                "  </strong>",
                "  1331 F Street, NW, Suite 850   Washington, DC 20004",
                "</p>"
              ]
            }
          },
          {
            "index": 712,
            "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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2>",
                "  <a href=\"/events/2022/upcoming-council-meeting\">",
                "    Upcoming Council Meeting",
                "  </a>",
                "</h2>"
              ]
            }
          },
          {
            "index": 713,
            "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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2>",
                "  <a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\">",
                "    Medicaid Oral Health Coverage for Adults  with Intellectual & Developmental Disabilities – A Fi...",
                "  </a>",
                "</h2>"
              ]
            }
          },
          {
            "index": 714,
            "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[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2>",
                "  <a href=\"/publications/2022/health-equity-framework\">",
                "    Health Equity Framework",
                "  </a>",
                "</h2>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://ncd.gov/",
      "result": {
        "totals": {
          "rulesNA": 53,
          "rulesPassed": 43,
          "rulesWarned": 4,
          "rulesViolated": 4,
          "warnings": {
            "minor": 7,
            "moderate": 0,
            "serious": 18,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 5,
            "serious": 14,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-18T00:01:52.731Z",
          "url": "https://ncd.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "21.6pt (28.8px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"flexslider-1\" class=\"flexslider optionset-ncd-home-page-image-slider flexslider-processed\">",
                          "target": [
                            "#flexslider-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\">Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits</a>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-title.field-type-ds.field > .field-items > .field-item.even[property=\"dc:title\"] > h2 > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"flexslider-1\" class=\"flexslider optionset-ncd-home-page-image-slider flexslider-processed\">",
                          "target": [
                            "#flexslider-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>In this report, NCD examines the social, legal, and ethical implications to the residents of Puerto Rico with disabilities when Congress “legislates differently with respect to the Territories than it does with respect to the States.</p>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-body.field-type-text-with-summary.field > .field-items > .field-item.even[property=\"content:encoded\"] > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"flexslider-1\" class=\"flexslider optionset-ncd-home-page-image-slider flexslider-processed\">",
                          "target": [
                            "#flexslider-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\" class=\"\">Read more</a>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/policy/sitemap\" title=\"Site Map\">Site Map</a>",
                  "target": [
                    "a[href$=\"sitemap\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/privacy\" title=\"Privacy Statement\">Privacy Statement</a>",
                  "target": [
                    "a[href$=\"privacy\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/accessibility\" title=\"Accessibility Statement\">Accessibility Statement</a>",
                  "target": [
                    "a[href$=\"accessibility\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/Accountability\" title=\"Accountability\">Accountability</a>",
                  "target": [
                    ".menu-item-2062 > a[href$=\"Accountability\"][title=\"Accountability\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://ncd.gov/vulnerability-disclosure-policy\" title=\"\">Vulnerability Disclosure Policy</a>",
                  "target": [
                    ".menu-item-3938 > a[title=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<li class=\"last leaf menu-depth-1 menu-item-2061\"><a href=\"/howto\" title=\"Need help opening a PDF or DOC file?\">Need help opening a PDF or DOC file?</a></li>",
                          "target": [
                            ".menu-item-2061"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/howto\" title=\"Need help opening a PDF or DOC file?\">Need help opening a PDF or DOC file?</a>",
                  "target": [
                    "a[href$=\"howto\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "21.6pt (28.8px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"flexslider-1\" class=\"flexslider optionset-ncd-home-page-image-slider flexslider-processed\">",
                          "target": [
                            "#flexslider-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\">Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits</a>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-title.field-type-ds.field > .field-items > .field-item.even[property=\"dc:title\"] > h2 > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"flexslider-1\" class=\"flexslider optionset-ncd-home-page-image-slider flexslider-processed\">",
                          "target": [
                            "#flexslider-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>In this report, NCD examines the social, legal, and ethical implications to the residents of Puerto Rico with disabilities when Congress “legislates differently with respect to the Territories than it does with respect to the States.</p>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-body.field-type-text-with-summary.field > .field-items > .field-item.even[property=\"content:encoded\"] > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"flexslider-1\" class=\"flexslider optionset-ncd-home-page-image-slider flexslider-processed\">",
                          "target": [
                            "#flexslider-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\" class=\"\">Read more</a>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/policy/sitemap\" title=\"Site Map\">Site Map</a>",
                  "target": [
                    "a[href$=\"sitemap\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/privacy\" title=\"Privacy Statement\">Privacy Statement</a>",
                  "target": [
                    "a[href$=\"privacy\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/accessibility\" title=\"Accessibility Statement\">Accessibility Statement</a>",
                  "target": [
                    "a[href$=\"accessibility\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/Accountability\" title=\"Accountability\">Accountability</a>",
                  "target": [
                    ".menu-item-2062 > a[href$=\"Accountability\"][title=\"Accountability\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"block-inner clearfix\">",
                          "target": [
                            "#block-menu-menu-footer-links > .block-inner.clearfix"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://ncd.gov/vulnerability-disclosure-policy\" title=\"\">Vulnerability Disclosure Policy</a>",
                  "target": [
                    ".menu-item-3938 > a[title=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<li class=\"last leaf menu-depth-1 menu-item-2061\"><a href=\"/howto\" title=\"Need help opening a PDF or DOC file?\">Need help opening a PDF or DOC file?</a></li>",
                          "target": [
                            ".menu-item-2061"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/howto\" title=\"Need help opening a PDF or DOC file?\">Need help opening a PDF or DOC file?</a>",
                  "target": [
                    "a[href$=\"howto\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul style=\"display: none; visibility: hidden;\">",
                  "target": [
                    ".menu-2284 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul style=\"display: none; visibility: hidden;\">",
                  "target": [
                    ".menu-2090 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul style=\"display: none; visibility: hidden;\">",
                  "target": [
                    ".menu-2808 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul style=\"display: none; visibility: hidden;\">",
                  "target": [
                    ".menu-2092 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul style=\"display: none; visibility: hidden;\">",
                  "target": [
                    ".menu-2931 > ul"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button id=\"backtotop\" class=\"jquery-once-2-processed\">Back to top</button>",
                  "target": [
                    "#backtotop"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "identical-links-same-purpose",
              "impact": "minor",
              "tags": [
                "cat.semantics",
                "wcag2aaa",
                "wcag249"
              ],
              "description": "Ensure that links with the same accessible name serve a similar purpose",
              "help": "Links with the same name must have a similar purpose",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "read more",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "ncd.gov",
                          "port": "",
                          "pathname": "/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/events/2022/upcoming-council-meeting\" class=\"\">Read more</a>",
                          "target": [
                            ".node-event > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                          ]
                        },
                        {
                          "html": "<a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\" class=\"\">Read more</a>",
                          "target": [
                            "li:nth-child(3) > .node-policy.ds-2col.node-teaser > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                          ]
                        },
                        {
                          "html": "<a href=\"/publications/2022/health-equity-framework\" class=\"\">Read more</a>",
                          "target": [
                            "li:nth-child(4) > .node-policy.ds-2col.node-teaser > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                          ]
                        },
                        {
                          "html": "<a href=\"/progressreport/2021/2021-progress-report\" class=\"\">Read more</a>",
                          "target": [
                            "li:nth-child(5) > .node-policy.ds-2col.node-teaser > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\" class=\"\">Read more</a>",
                  "target": [
                    ".flex-active-slide > .node-policy.ds-2col.node-teaser > .group-left > .field-name-node-link.field-type-ds.field > .field-items > .field-item.even > a"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#dcdcdc",
                        "contrastRatio": 2.58,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submit\">",
                          "target": [
                            "#edit-submit"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.58 (foreground color: #888888, background color: #dcdcdc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submit\">",
                  "target": [
                    "#edit-submit"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.58 (foreground color: #888888, background color: #dcdcdc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-1 views-row-odd views-row-first\">",
                          "target": [
                            ".views-row-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/ncd-letter-doj-office-justice-programs\">NCD Letter to DOJ Office of Justice Programs</a>",
                  "target": [
                    ".views-row-1 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-2 views-row-even\">",
                          "target": [
                            ".views-row-2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/ncd-letter-joint-commission-president-and-ceo\">NCD Letter to the Joint Commission President and CEO</a>",
                  "target": [
                    ".views-row-2 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-3 views-row-odd\">",
                          "target": [
                            ".views-row-3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\">Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits</a>",
                  "target": [
                    ".views-row-3 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-4 views-row-even\">",
                          "target": [
                            ".views-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom/2022/ncd-report-recommends-congressional-action-federal-benefits-americans-disabilities-us\">NCD report recommends congressional action on federal benefits for Americans with disabilities in U.S. territories</a>",
                  "target": [
                    ".views-row-4 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-5 views-row-odd views-row-last\">",
                          "target": [
                            ".views-row-5"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/ncd-letter-small-business-administration-8a-designation\">NCD Letter to Small Business Administration on 8a Designation</a>",
                  "target": [
                    ".views-row-5 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"page\" class=\"container page ssc-n ssw-b ssa-l sss-n btc-n btw-b bta-l bts-n ntc-n ntw-b nta-l nts-n ctc-n ctw-b cta-l cts-n ptc-n ptw-b pta-l pts-n\">",
                          "target": [
                            "#page"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p><strong>National Council on Disability</strong> &nbsp; 1331 F Street, NW, Suite 850 &nbsp; Washington, DC 20004</p>",
                  "target": [
                    "#block-block-4 > .block-inner.clearfix > .block-content.content > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"page\" class=\"container page ssc-n ssw-b ssa-l sss-n btc-n btw-b bta-l bts-n ntc-n ntw-b nta-l nts-n ctc-n ctw-b cta-l cts-n ptc-n ptw-b pta-l pts-n\">",
                          "target": [
                            "#page"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>National Council on Disability</strong>",
                  "target": [
                    "strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#dcdcdc",
                        "contrastRatio": 2.58,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submit\">",
                          "target": [
                            "#edit-submit"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.58 (foreground color: #888888, background color: #dcdcdc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submit\">",
                  "target": [
                    "#edit-submit"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.58 (foreground color: #888888, background color: #dcdcdc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-1 views-row-odd views-row-first\">",
                          "target": [
                            ".views-row-1"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/ncd-letter-doj-office-justice-programs\">NCD Letter to DOJ Office of Justice Programs</a>",
                  "target": [
                    ".views-row-1 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-2 views-row-even\">",
                          "target": [
                            ".views-row-2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/ncd-letter-joint-commission-president-and-ceo\">NCD Letter to the Joint Commission President and CEO</a>",
                  "target": [
                    ".views-row-2 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-3 views-row-odd\">",
                          "target": [
                            ".views-row-3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\">Disparate Treatment of Puerto Rico Residents with Disabilities in Federal Programs and Benefits</a>",
                  "target": [
                    ".views-row-3 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-4 views-row-even\">",
                          "target": [
                            ".views-row-4"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom/2022/ncd-report-recommends-congressional-action-federal-benefits-americans-disabilities-us\">NCD report recommends congressional action on federal benefits for Americans with disabilities in U.S. territories</a>",
                  "target": [
                    ".views-row-4 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#c7494a",
                        "bgColor": "#ececec",
                        "contrastRatio": 3.96,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"views-row views-row-5 views-row-odd views-row-last\">",
                          "target": [
                            ".views-row-5"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/publications/2022/ncd-letter-small-business-administration-8a-designation\">NCD Letter to Small Business Administration on 8a Designation</a>",
                  "target": [
                    ".views-row-5 > .views-field-title.views-field > .page-title.field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #c7494a, background color: #ececec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav id=\"block-nice-menus-2\" class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\">",
                          "target": [
                            "#block-nice-menus-2"
                          ]
                        },
                        {
                          "html": "<nav id=\"block-nice-menus-3\" class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\">",
                          "target": [
                            "#block-nice-menus-3"
                          ]
                        },
                        {
                          "html": "<nav id=\"block-menu-menu-footer-links\" class=\"block block-menu no-title odd first block-count-12 block-region-footer block-menu-footer-links\" role=\"navigation\">",
                          "target": [
                            "#block-menu-menu-footer-links"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav id=\"block-nice-menus-1\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\" style=\"display: block;\">",
                  "target": [
                    "#block-nice-menus-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "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": "<ul class=\"slides\">",
                  "target": [
                    ".slides"
                  ],
                  "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": "<ol class=\"flex-control-nav flex-control-paging\"><li><a class=\"flex-active\">1</a></li><li><a>2</a></li><li><a>3</a></li><li><a>4</a></li><li><a>5</a></li></ol>",
                  "target": [
                    "ol"
                  ],
                  "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": "<section id=\"block-block-1\" class=\"block block-block even block-count-10 block-region-sidebar-second block-1\">",
                  "target": [
                    "#block-block-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": "<section id=\"block-block-2\" class=\"block block-block odd last block-count-11 block-region-sidebar-second block-2\">",
                  "target": [
                    "#block-block-2"
                  ],
                  "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://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://ncd.gov/",
      "result": {
        "Error": {
          "AA.1_4_3.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"flex-active\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.68:1. Recommendation:  change background to #3f7ab2.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a>...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.97:1. Recommendation:  change background to #fbfbfb.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/newsroom/2022/ncd-report-recommends-congressional-action-federal-benefits-americans-disabilities-us\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/ncd-letter-doj-office-justice-programs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/ncd-letter-joint-commission-president-and-ceo\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/ncd-letter-small-business-administration-8a-designation\">...</a>"
              }
            ]
          },
          "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=\"flex-next\" href=\"#\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"flex-prev\" href=\"#\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"block-content content\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "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": "button",
                "id": "#backtotop",
                "code": "<button id=\"backtotop\" class=\"jquery-once-2-processed\">...</button>"
              }
            ]
          },
          "AA.1_4_3.G145.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/\" title=\"Home page\" class=\"active\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G145.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/events/2022/upcoming-council-meeting\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/progressreport/2021/2021-progress-report\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/health-equity-framework\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\">...</a>"
              }
            ]
          },
          "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": "#skip_link-block-system-main",
                "code": "<a href=\"#skip_link-block-system-main\" id=\"skip_link-block-system-main\" title=\"Skip to Page Content\" class=\"element-invisible element-focusable\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.Alpha": {
            "This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/events/2022/upcoming-council-meeting\" class=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/howto\" title=\"Need help opening a PDF or DOC file?\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/progressreport/2021/2021-progress-report\" class=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\" class=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/health-equity-framework\" class=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\" class=\"\">...</a>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Placeholder": {
            "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"flex-active\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a>...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://ncd.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 25,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 593,
                "top": 1124,
                "height": 54,
                "width": 193
              },
              "snippet": "<h2 class=\"block-title\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[15]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 1560,
                "height": 47,
                "width": 83
              },
              "snippet": "<a href=\"/employment-opportunities\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 1193,
                "height": 360,
                "width": 163
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 593,
                "top": 800,
                "height": 32,
                "width": 193
              },
              "snippet": "<h2 class=\"block-title\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 1052,
                "height": 39,
                "width": 157
              },
              "snippet": "<a href=\"https://ncd.gov/covid-19\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 847,
                "height": 203,
                "width": 163
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 15,
                "top": 241,
                "height": 301,
                "width": 770
              },
              "snippet": "<ul class=\"slides\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]",
                "aria": "/document[1]/list[2]/listitem[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 149,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]",
                "aria": "/document[1]/list[2]/listitem[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 128,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]",
                "aria": "/document[1]/list[2]/listitem[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 107,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]",
                "aria": "/document[1]/list[2]/listitem[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 86,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]",
                "aria": "/document[1]/list[2]/listitem[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 65,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a class=\"flex-active\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 310,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 15,
                "top": 1643,
                "height": 82,
                "width": 770
              },
              "snippet": "<nav role=\"navigation\" class=\"block block-menu no-title odd first block-count-12 block-region-footer block-menu-footer-links\" id=\"block-menu-menu-footer-links\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[3]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 593,
                "top": 557,
                "height": 228,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\" id=\"block-nice-menus-3\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[2]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 15,
                "top": 557,
                "height": 528,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\" id=\"block-nice-menus-2\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 15,
                "top": 178,
                "height": 63,
                "width": 770
              },
              "snippet": "<nav style=\"display: block;\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\" id=\"block-nice-menus-1\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[3]"
              },
              "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 593,
                "top": 557,
                "height": 228,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\" id=\"block-nice-menus-3\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[2]"
              },
              "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 15,
                "top": 557,
                "height": 528,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\" id=\"block-nice-menus-2\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 15,
                "top": 178,
                "height": 63,
                "width": 770
              },
              "snippet": "<nav style=\"display: block;\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\" id=\"block-nice-menus-1\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[5]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[4]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[3]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[2]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[1]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 15,
                "top": 15,
                "height": 153,
                "width": 770
              },
              "snippet": "<header role=\"banner\" class=\"clearfix\" id=\"header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 15,
                "top": 1643,
                "height": 82,
                "width": 770
              },
              "snippet": "<nav role=\"navigation\" class=\"block block-menu no-title odd first block-count-12 block-region-footer block-menu-footer-links\" id=\"block-menu-menu-footer-links\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 15,
                "top": 1643,
                "height": 157,
                "width": 770
              },
              "snippet": "<footer role=\"contentinfo\" class=\"clearfix\" id=\"footer\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 228,
                "top": 613,
                "height": 0,
                "width": 345
              },
              "snippet": "<article role=\"article\" typeof=\"foaf:Document\" about=\"/home\" class=\"node node-page article even node-full clearfix\" id=\"node-44\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 15,
                "top": 557,
                "height": 750,
                "width": 770
              },
              "snippet": "<main role=\"main\" class=\"content-column\" id=\"content-column\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 25,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/h2[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 593,
                "top": 1124,
                "height": 54,
                "width": 193
              },
              "snippet": "<h2 class=\"block-title\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[15]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 1558,
                "height": 50,
                "width": 88
              },
              "snippet": "<a href=\"/employment-opportunities\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 1193,
                "height": 360,
                "width": 163
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 593,
                "top": 800,
                "height": 32,
                "width": 193
              },
              "snippet": "<h2 class=\"block-title\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 1051,
                "height": 42,
                "width": 149
              },
              "snippet": "<a href=\"https://ncd.gov/covid-19\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 608,
                "top": 847,
                "height": 203,
                "width": 163
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 15,
                "top": 241,
                "height": 301,
                "width": 770
              },
              "snippet": "<ul class=\"slides\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]",
                "aria": "/document[1]/list[2]/listitem[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 149,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]",
                "aria": "/document[1]/list[2]/listitem[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 128,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]",
                "aria": "/document[1]/list[2]/listitem[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 107,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]",
                "aria": "/document[1]/list[2]/listitem[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 86,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]",
                "aria": "/document[1]/list[2]/listitem[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 65,
                "top": 504,
                "height": 11,
                "width": 11
              },
              "snippet": "<a class=\"flex-active\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 310,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 15,
                "top": 1643,
                "height": 82,
                "width": 770
              },
              "snippet": "<nav role=\"navigation\" class=\"block block-menu no-title odd first block-count-12 block-region-footer block-menu-footer-links\" id=\"block-menu-menu-footer-links\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[3]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 593,
                "top": 557,
                "height": 228,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\" id=\"block-nice-menus-3\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[2]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 15,
                "top": 557,
                "height": 528,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\" id=\"block-nice-menus-2\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 15,
                "top": 178,
                "height": 63,
                "width": 770
              },
              "snippet": "<nav style=\"display: block;\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\" id=\"block-nice-menus-1\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[2]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[3]"
              },
              "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 593,
                "top": 557,
                "height": 228,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\" id=\"block-nice-menus-3\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[2]"
              },
              "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 15,
                "top": 557,
                "height": 528,
                "width": 193
              },
              "snippet": "<nav class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\" id=\"block-nice-menus-2\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 15,
                "top": 178,
                "height": 63,
                "width": 770
              },
              "snippet": "<nav style=\"display: block;\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\" id=\"block-nice-menus-1\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[5]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[4]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[3]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[2]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[2]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/list[1]/listitem[1]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 427,
                "top": 261,
                "height": 206,
                "width": 308
              },
              "snippet": "<figure class=\"clearfix field-item even\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 15,
                "top": 15,
                "height": 153,
                "width": 770
              },
              "snippet": "<header role=\"banner\" class=\"clearfix\" id=\"header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 15,
                "top": 1643,
                "height": 82,
                "width": 770
              },
              "snippet": "<nav role=\"navigation\" class=\"block block-menu no-title odd first block-count-12 block-region-footer block-menu-footer-links\" id=\"block-menu-menu-footer-links\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 15,
                "top": 1643,
                "height": 157,
                "width": 770
              },
              "snippet": "<footer role=\"contentinfo\" class=\"clearfix\" id=\"footer\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 228,
                "top": 613,
                "height": 0,
                "width": 345
              },
              "snippet": "<article role=\"article\" typeof=\"foaf:Document\" about=\"/home\" class=\"node node-page article even node-full clearfix\" id=\"node-44\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 15,
                "top": 557,
                "height": 750,
                "width": 770
              },
              "snippet": "<main role=\"main\" class=\"content-column\" id=\"content-column\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://ncd.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Latest NCD News | NCD.gov",
          "pageurl": "https://ncd.gov/",
          "time": 3.33,
          "creditsremaining": 901,
          "allitemcount": 122,
          "totalelements": 494,
          "waveurl": "http://wave.webaim.org/report?url=https://ncd.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 2,
            "items": {
              "link_empty": {
                "id": "link_empty",
                "description": "Empty link",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL + UL > LI:first-child + LI > A:first-child"
                ],
                "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": 11,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 11,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV#block-search-form > DIV:first-child > DIV:first-child > FORM#search-block-form > DIV:first-child > DIV:first-child > DIV#edit-actions > INPUT#edit-submit",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child + OL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN#content-column > DIV:first-child > SECTION#main-content > DIV#content > DIV#block-views-newsroom-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SPAN > SPAN:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN#content-column > DIV:first-child > SECTION#main-content > DIV#content > DIV#block-views-newsroom-block > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + SPAN > SPAN:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN#content-column > DIV:first-child > SECTION#main-content > DIV#content > DIV#block-views-newsroom-block > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + SPAN > SPAN:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN#content-column > DIV:first-child > SECTION#main-content > DIV#content > DIV#block-views-newsroom-block > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + SPAN > SPAN:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN#content-column > DIV:first-child > SECTION#main-content > DIV#content > DIV#block-views-newsroom-block > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + SPAN > SPAN:first-child > A:first-child"
                ],
                "contrastdata": [
                  [
                    2.58,
                    "#888888",
                    "#dcdcdc",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    2.67,
                    "#ffffff",
                    "#68a3db",
                    false
                  ],
                  [
                    2.67,
                    "#ffffff",
                    "#68a3db",
                    false
                  ],
                  [
                    2.67,
                    "#ffffff",
                    "#68a3db",
                    false
                  ],
                  [
                    2.67,
                    "#ffffff",
                    "#68a3db",
                    false
                  ],
                  [
                    3.96,
                    "#c7494a",
                    "#ececec",
                    false
                  ],
                  [
                    3.96,
                    "#c7494a",
                    "#ececec",
                    false
                  ],
                  [
                    3.96,
                    "#c7494a",
                    "#ececec",
                    false
                  ],
                  [
                    3.96,
                    "#c7494a",
                    "#ececec",
                    false
                  ],
                  [
                    3.96,
                    "#c7494a",
                    "#ececec",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 54,
            "items": {
              "alt_long": {
                "id": "alt_long",
                "description": "Long alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI + LI + LI > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE: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"
                  }
                ]
              },
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 8,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER#header > DIV#branding > DIV#name-and-slogan > H1#site-name > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV#block-text-resize-0 > DIV:first-child > DIV:first-child > A#text_resize_increase",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI > A:first-child + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > DIV:first-child > DIV#block-views-image-slider-block > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child + LI + LI + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_pdf": {
                "id": "link_pdf",
                "description": "Link to PDF document",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV + DIV > DIV:first-child > NAV#block-nice-menus-3 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-3 > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV + DIV > DIV:first-child > NAV#block-nice-menus-3 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-3 > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV + DIV > DIV:first-child > NAV#block-nice-menus-3 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-3 > LI:first-child + LI + LI + LI > A:first-child"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 37,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV#block-block-3 > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV#block-block-3 > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI > A:first-child + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#menu-bar > NAV#block-nice-menus-1 > UL#nice-menu-1 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN#content-column > DIV:first-child > SECTION#main-content > DIV#content > DIV#block-system-main > A#skip_link-block-system-main",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > DIV#columns > MAIN:first-child + DIV > DIV:first-child > NAV#block-nice-menus-2 > DIV:first-child > H2:first-child + DIV > UL#nice-menu-2 > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > FOOTER#footer > DIV:first-child > DIV:first-child > NAV#block-menu-menu-footer-links > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > FOOTER#footer > DIV:first-child > DIV:first-child > NAV#block-menu-menu-footer-links > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > FOOTER#footer > DIV:first-child > DIV:first-child > NAV#block-menu-menu-footer-links > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > FOOTER#footer > DIV:first-child > DIV:first-child > NAV#block-menu-menu-footer-links > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-wrapper > DIV#page > FOOTER#footer > DIV:first-child > DIV:first-child > NAV#block-menu-menu-footer-links > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "URL",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://ncd.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.072",
        "responseTime": "2022-07-18T00:02:08.179Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1018966,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 170,
              "failing": 10
            },
            "issues": {
              "totalErrors": 77,
              "totalWarnings": 0,
              "totalIssues": 77
            },
            "issuesByLevel": {
              "A": {
                "count": 55,
                "pct": 71.43
              },
              "AA": {
                "count": 4,
                "pct": 5.19
              },
              "AAA": {
                "count": 77,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 8,
              "warningDensity": 0,
              "allDensity": 8
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "7847be21-99e0-449f-9d0c-f822eec633a0",
          "docID": "9a0baa6b-aabd-49c9-8531-743a3a07fd19",
          "sourceHash": "bfae90b28e13ad5d868aaa2afc7ff958",
          "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=7847be21-99e0-449f-9d0c-f822eec633a0",
          "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": 0,
                  "y": 50
                },
                "bottom-right": {
                  "x": 40,
                  "y": 130
                },
                "height": 80,
                "width": 40
              },
              "position": {
                "line": 6136,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-prev\" href=\"#\" style=\"\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[1]/a[1]",
              "issueID": "1709c13aae852b6f55f1a544b0f7514d",
              "signature": "f1ac18728bb060658bef8b41ba7ba02e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=1709c13aae852b6f55f1a544b0f7514d"
            },
            {
              "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": 50
                },
                "bottom-right": {
                  "x": 40,
                  "y": 130
                },
                "height": 80,
                "width": 40
              },
              "position": {
                "line": 6136,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-next\" href=\"#\" style=\"\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[2]/a[1]",
              "issueID": "bf78c4178c313c9978e6e163f8fa9f89",
              "signature": "89655cf5c2aaac23a17d183a6ad288c3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=bf78c4178c313c9978e6e163f8fa9f89"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 206.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 225.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4642,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/disparate-treatment-puerto-rico-residents-disabilities-federal-programs\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "e5128b93b841f7fb00478028e8fb7afd",
              "signature": "439094e734e563bb8748501f7e28503d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=e5128b93b841f7fb00478028e8fb7afd"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 137.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 156.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4799,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/events/2022/upcoming-council-meeting\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "d3fc93e3bf60db7f20e650d18fed23fc",
              "signature": "4bc9d6809aec3adb95123d0212861f32",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=d3fc93e3bf60db7f20e650d18fed23fc"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 209.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 228.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4799,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "554953d81f777481d2fd07f0c5f3c9e9",
              "signature": "e0559338a0a9a99dddba3a3da4389fe5",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=554953d81f777481d2fd07f0c5f3c9e9"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 137.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 156.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4967,
                "column": 40
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/health-equity-framework\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "b36e415a5066b7fdaaeda9fc62cb04ba",
              "signature": "60204191530a75c4ce268ed3fcc04708",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=b36e415a5066b7fdaaeda9fc62cb04ba"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 206.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 225.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4979,
                "column": 58
              },
              "errorSnippet": "&lt;a href=\"/progressreport/2021/2021-progress-report\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "007706a60b06105e4067008f1afbd01f",
              "signature": "e8fa4f151c72c3a25ced57785e7d1b11",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=007706a60b06105e4067008f1afbd01f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 15
                },
                "bottom-right": {
                  "x": 23,
                  "y": 38
                },
                "height": 23,
                "width": 23
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fb\" href=\"https://www.facebook.com/NCDgov\" title=\"Follow us on Facebook\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Facebook&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "372afed15b445d588f4cb58339f28428",
              "signature": "a66706383b28cae0e315d03bb9bc5120",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=372afed15b445d588f4cb58339f28428"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 31,
                  "y": 15
                },
                "bottom-right": {
                  "x": 54,
                  "y": 38
                },
                "height": 23,
                "width": 23
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"twitter\" href=\"https://twitter.com/NatCounDis\" title=\"Follow us on Twitter\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Twitter&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "67d4b4acf4cd6b0385d450c4352b0083",
              "signature": "61146e78b70a2a7fabfd5d272995d00f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=67d4b4acf4cd6b0385d450c4352b0083"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 56,
                  "y": 30
                },
                "height": 30,
                "width": 56
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about\" title=\"About Us\"&gt;About Us&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "fcccc75f6a267617c63771fb79ddb687",
              "signature": "00d12d638f3a8241e6cfb1d522075fc8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fcccc75f6a267617c63771fb79ddb687"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 67,
                  "y": 30
                },
                "height": 30,
                "width": 67
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/newsroom\" title=\"Newsroom\"&gt;Newsroom&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "6d0d55d42486662894e0faf5a5bce7ac",
              "signature": "377b6326ce7d670fe276ecd7b2302705",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6d0d55d42486662894e0faf5a5bce7ac"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/newsroom\" title=\"Newsroom Home\"&gt;Newsroom Home&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]",
              "issueID": "7ff4d8a90543e3dff7bb1c573badd876",
              "signature": "8ba91f2fec88f3159516001cea82cda5",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7ff4d8a90543e3dff7bb1c573badd876"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 105,
                  "y": 30
                },
                "height": 30,
                "width": 105
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/progress_reports\" title=\"Progress Reports\"&gt;Progress Reports&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "8475e20e29c9c930fd777a607c47a059",
              "signature": "24faa7b8bd463211d1e4814fe5238d83",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8475e20e29c9c930fd777a607c47a059"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 79,
                  "y": 30
                },
                "height": 30,
                "width": 79
              },
              "position": {
                "line": 366,
                "column": 416
              },
              "errorSnippet": "&lt;a href=\"/publications\" title=\"Publications\"&gt;Publications&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]",
              "issueID": "f33f798b4420b755d848205c110a4f30",
              "signature": "e77c6ff49afb11d23a005c7fc2b47304",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f33f798b4420b755d848205c110a4f30"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 63,
                  "y": 30
                },
                "height": 30,
                "width": 63
              },
              "position": {
                "line": 368,
                "column": 1090
              },
              "errorSnippet": "&lt;a href=\"/resources\" title=\"Resources\"&gt;Resources&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]",
              "issueID": "5835df152eccb988619cb1b899cc80b0",
              "signature": "651a13f67abb75b91765721c48053c1c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5835df152eccb988619cb1b899cc80b0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 386,
                "column": 79
              },
              "errorSnippet": "&lt;a href=\"/resources/faq\" title=\"FAQs\"&gt;FAQs&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]",
              "issueID": "d38cfe03bd6638cf44874d11cb4423a3",
              "signature": "7f690952f01745aeca87922d50ef7c5d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d38cfe03bd6638cf44874d11cb4423a3"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 91,
                  "y": 30
                },
                "height": 30,
                "width": 91
              },
              "position": {
                "line": 3970,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/Accountability\" title=\"Accountability\"&gt;Accountability&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]",
              "issueID": "14111938d78b83561eaa4b802f979c11",
              "signature": "49e7a7fcb7232236809011dc48fefe6e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=14111938d78b83561eaa4b802f979c11"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 3971,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/buy_american_act\" title=\"Buy American Act Reports\"&gt;Buy American Act Reports&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[1]/a[1]",
              "issueID": "7d8f0da2b7c51f668e72f9fa96bbcfaf",
              "signature": "1c1207ab7140f986e4e552659881801b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7d8f0da2b7c51f668e72f9fa96bbcfaf"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 3971,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/government_performance\" title=\"Government Performance and Results Act Reports\"&gt;Government Performance and Results Act Reports&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[2]/a[1]",
              "issueID": "aed461d40ffb337ad455492ae8831892",
              "signature": "518911948fd0a0c0ea2e6e36ef8908e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=aed461d40ffb337ad455492ae8831892"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 3971,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/congressional_budget\" title=\"Congressional Budget Justification Reports\"&gt;Congressional Budget Justification Reports&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[3]/a[1]",
              "issueID": "6b44a5496ad2ec90ba536cb4f155f83e",
              "signature": "63ce00faa6f838af3d8778f2e828fff4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6b44a5496ad2ec90ba536cb4f155f83e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 3971,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/financial_audit\" title=\"Financial Audit Reports\"&gt;Financial Audit Reports&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[4]/a[1]",
              "issueID": "aba03891d69af71d7031e65aef2af9db",
              "signature": "7c64249b416ad0d545eb255a5d3a9696",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=aba03891d69af71d7031e65aef2af9db"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4330,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/strategicplan\" title=\"NCD Strategic Plan\"&gt;NCD Strategic Plan&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[5]/a[1]",
              "issueID": "271cdb82f3cd2f5277e2ea6f8a23ec99",
              "signature": "4ed54f6bcce09c58984e19a35913e126",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=271cdb82f3cd2f5277e2ea6f8a23ec99"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4330,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/AES\" title=\"NCD Annual Employee Survey\"&gt;NCD Annual Employee Survey&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[6]/a[1]",
              "issueID": "d2f1f18bbe342bb5bdb87bd70e551a8f",
              "signature": "5dca6394fa22968ccb56ac0b0c98bbef",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d2f1f18bbe342bb5bdb87bd70e551a8f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4331,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/Bylaws\" title=\"NCD Bylaws\"&gt;NCD Bylaws&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[7]/a[1]",
              "issueID": "37c1904fe0ee11c8a3b963e529490a23",
              "signature": "e066cbeaade575f21ca21eb612fd90ae",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=37c1904fe0ee11c8a3b963e529490a23"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4331,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability/No_Fear_Act\" title=\"No Fear Act\"&gt;No Fear Act&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[8]/a[1]",
              "issueID": "2174b01e3398d8552a449537a1dee4df",
              "signature": "3a68f9438b2e687c5ffb5a4229fa7205",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2174b01e3398d8552a449537a1dee4df"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 283.5,
                  "y": 577
                },
                "bottom-right": {
                  "x": 284.5,
                  "y": 578
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 6136,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#skip_link-block-system-main\" id=\"skip_link-block-system-main\" title=\"Skip to Page Content\" class=\"element-invisible element-focusable\"&gt;Skip to Page Content&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "d24584665c2ff138acb287762580be8c",
              "signature": "2ae6f21fd512c8c875f9149f4d9e4a88",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d24584665c2ff138acb287762580be8c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6663,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/policy/civil-rights\" title=\"Civil Rights\"&gt;Civil Rights&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "95f5879ffd5e1ba38a48e8c93628f5f5",
              "signature": "aff3f3a84d17917bf03f4984c55db902",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=95f5879ffd5e1ba38a48e8c93628f5f5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6664,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/cultural-diversity\" title=\"Cultural Diversity\"&gt;Cultural Diversity&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "469a26407e532063ddf3b8cc79ffac9d",
              "signature": "5816ca252e109bcb0c10c77c867082bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=469a26407e532063ddf3b8cc79ffac9d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6664,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/education\" title=\"Education\"&gt;Education&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "52b90e0bf2470e489422b1ad7e80de85",
              "signature": "143a4abaeede28ac6f1beb68f2037d8b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=52b90e0bf2470e489422b1ad7e80de85"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6664,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/emergency-management\" title=\"Emergency Management\"&gt;Emergency Management&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "bc48f52a278eda3fda0a2b01a194f832",
              "signature": "692ee88f72ab422ce7a2bda935b557bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bc48f52a278eda3fda0a2b01a194f832"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6735,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/policy/employment\" title=\"Employment\"&gt;Employment&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[6]/a[1]",
              "issueID": "43625d5a64b5631aea4b83471d19ac4c",
              "signature": "95df9b74114718307978fb050d008368",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=43625d5a64b5631aea4b83471d19ac4c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6736,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/financial-assistance-incentives\" title=\"Financial Assistance &amp;amp; Incentives\"&gt;Financial Assistance &amp;amp; Incentives&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[7]/a[1]",
              "issueID": "13395cf445bfce54c1598748abdea122",
              "signature": "59638cd08275eada822734e06a1e9d54",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=13395cf445bfce54c1598748abdea122"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6736,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/health-care\" title=\"Health Care\"&gt;Health Care&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[8]/a[1]",
              "issueID": "3de2936aa49128b4c8c152c95075f97c",
              "signature": "c4f94232f73e4afd14522b571832922f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3de2936aa49128b4c8c152c95075f97c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6736,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/housing\" title=\"Housing\"&gt;Housing&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[9]/a[1]",
              "issueID": "17065eaac92e809939b51b854816cae9",
              "signature": "44f7157fe99301313113b89a6f5aa34a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=17065eaac92e809939b51b854816cae9"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6807,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"/policy/international\" title=\"International\"&gt;International&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[10]/a[1]",
              "issueID": "7615d922c7aec58d98e4f5040d6ff780",
              "signature": "80b41c58076a70c27c99aea55144c438",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7615d922c7aec58d98e4f5040d6ff780"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6963,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/policy/long-term-services-support\" title=\"Long Term Services &amp;amp; Support\"&gt;Long Term Services &amp;amp; Support&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[11]/a[1]",
              "issueID": "cba6e9aced773c93ae34e916fbb43c72",
              "signature": "1e4466797e8e6ecb5ae174d25ecfffda",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cba6e9aced773c93ae34e916fbb43c72"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6964,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/technology\" title=\"Technology\"&gt;Technology&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[12]/a[1]",
              "issueID": "8eed6bc7a0bf78b38c8a45c5a5b6b042",
              "signature": "187d3c1bb59e0190e768f64a9b8dc233",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8eed6bc7a0bf78b38c8a45c5a5b6b042"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6964,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/transportation\" title=\"Transportation\"&gt;Transportation&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[13]/a[1]",
              "issueID": "49f54fcc5b4db68095846e7119021aa4",
              "signature": "531ef1f5aa94c791cc42890a4b5d3feb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=49f54fcc5b4db68095846e7119021aa4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 218.5,
                  "y": 30
                },
                "height": 30,
                "width": 218.5
              },
              "position": {
                "line": 6964,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/youth-perspectives\" title=\"Youth Perspectives\"&gt;Youth Perspectives&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[14]/a[1]",
              "issueID": "b25b9c0d8d5616eb76a4a924f147981e",
              "signature": "5cc8f69520d8962e8906020c7df54a75",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b25b9c0d8d5616eb76a4a924f147981e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 940,
                  "y": 1425
                },
                "bottom-right": {
                  "x": 994,
                  "y": 1444
                },
                "height": 19,
                "width": 54
              },
              "position": {
                "line": 8101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/policy/sitemap\" title=\"Site Map\"&gt;Site Map&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "2200622b2a974c287909000ea2683985",
              "signature": "0b5f713d28cc7d936ebc35f73a90822f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2200622b2a974c287909000ea2683985"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 810,
                  "y": 1425
                },
                "bottom-right": {
                  "x": 925,
                  "y": 1444
                },
                "height": 19,
                "width": 115
              },
              "position": {
                "line": 8101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/privacy\" title=\"Privacy Statement\"&gt;Privacy Statement&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "9e8286173976a6c9608dc4040491d7b7",
              "signature": "d37eebdd66279abffae585c7d7c1f135",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9e8286173976a6c9608dc4040491d7b7"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 650,
                  "y": 1425
                },
                "bottom-right": {
                  "x": 795,
                  "y": 1444
                },
                "height": 19,
                "width": 145
              },
              "position": {
                "line": 8101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/accessibility\" title=\"Accessibility Statement\"&gt;Accessibility Statement&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "cc9469d1371238d5f42f4e67a6fc6165",
              "signature": "4b5e46aeb160d453b3f0c711e9924ee3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cc9469d1371238d5f42f4e67a6fc6165"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 544,
                  "y": 1425
                },
                "bottom-right": {
                  "x": 635,
                  "y": 1444
                },
                "height": 19,
                "width": 91
              },
              "position": {
                "line": 8101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Accountability\" title=\"Accountability\"&gt;Accountability&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "23e0b3a004574acb480fcaa914f1f4e4",
              "signature": "94a71230575790e4440650ea907da7a5",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=23e0b3a004574acb480fcaa914f1f4e4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 45,
                  "y": 1425
                },
                "bottom-right": {
                  "x": 275,
                  "y": 1444
                },
                "height": 19,
                "width": 230
              },
              "position": {
                "line": 8101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/howto\" title=\"Need help opening a PDF or DOC file?\"&gt;Need help opening a PDF or DOC file?&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[6]/a[1]",
              "issueID": "e1246a65d8f9799d7cf1455679a98285",
              "signature": "bb6a8b9af4e03ef00f15f23153336ac4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e1246a65d8f9799d7cf1455679a98285"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 222.96875,
                  "y": -0.008724999999998317
                },
                "bottom-right": {
                  "x": 223.96875,
                  "y": 0.9912750000000017
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 8077,
                "column": 7
              },
              "errorSnippet": "&lt;h2 class=\"element-invisible\"&gt;Search form&lt;/h2&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/h2[1]",
              "issueID": "ef59cc144a39c3167751c50468cdfceb",
              "signature": "bcf97b36fe395b37f725fdcfa4c5d772",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=ef59cc144a39c3167751c50468cdfceb"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 11,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 5386,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"flex-active\"&gt;1&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]",
              "issueID": "2c1e32eacac29654b2ed80692a377a81",
              "signature": "0eac23c0d448fde5ce432d86b8696528",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=2c1e32eacac29654b2ed80692a377a81"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 21,
                  "y": 0
                },
                "bottom-right": {
                  "x": 32,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 5387,
                "column": 0
              },
              "errorSnippet": "&lt;a&gt;2&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]",
              "issueID": "bfca293289c1157a0351b767af721190",
              "signature": "b99d094f438d465bd8e0d9c39487f96e",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=bfca293289c1157a0351b767af721190"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 42,
                  "y": 0
                },
                "bottom-right": {
                  "x": 53,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 5387,
                "column": 0
              },
              "errorSnippet": "&lt;a&gt;3&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]",
              "issueID": "98e2721245b8f60c8fb0e620057dcda3",
              "signature": "8f3f70a75bb254df6fc81dfb9a6f4b81",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=98e2721245b8f60c8fb0e620057dcda3"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 63,
                  "y": 0
                },
                "bottom-right": {
                  "x": 74,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6135,
                "column": 34
              },
              "errorSnippet": "&lt;a&gt;4&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]",
              "issueID": "d57a4e277e831762651c823a521b1701",
              "signature": "323a1dc1f6168c6d0b03ac2099df8069",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=d57a4e277e831762651c823a521b1701"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 84,
                  "y": 0
                },
                "bottom-right": {
                  "x": 95,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6136,
                "column": 0
              },
              "errorSnippet": "&lt;a&gt;5&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]",
              "issueID": "1e32dd02b909256d89e1536b760b5820",
              "signature": "2291f58b36ac5eedd4338d1cda8ac035",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=1e32dd02b909256d89e1536b760b5820"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 283.5,
                  "y": 577
                },
                "bottom-right": {
                  "x": 284.5,
                  "y": 578
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 6136,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#skip_link-block-system-main\" id=\"skip_link-block-system-main\" title=\"Skip to Page Content\" class=\"element-invisible element-focusable\"&gt;Skip to Page Content&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "90ab7c0c8ee54ebeedb51d377603bdfd",
              "signature": "d27c1f8c33c312e8abb38f11163c9836",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=90ab7c0c8ee54ebeedb51d377603bdfd"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 298.5,
                  "y": 632
                },
                "bottom-right": {
                  "x": 673.5,
                  "y": 658
                },
                "height": 26,
                "width": 375
              },
              "position": {
                "line": 6495,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/ncd-letter-doj-office-justice-programs\"&gt;NCD Letter to DOJ Office of Justice Programs&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[1]/span[1]/a[1]",
              "issueID": "943cc14e6c83c2896686bdd3e5176532",
              "signature": "7593d435bac640bf28dd78f8f88bd7cf",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=943cc14e6c83c2896686bdd3e5176532"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 298.5,
                  "y": 729
                },
                "bottom-right": {
                  "x": 720.5,
                  "y": 779
                },
                "height": 50,
                "width": 422
              },
              "position": {
                "line": 6495,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/ncd-letter-joint-commission-president-and-ceo\"&gt;NCD Letter to the Joint Commission President and CEO&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/span[1]/span[1]/a[1]",
              "issueID": "7cd17321e3d4c76141e64cc32c323c2b",
              "signature": "c11f722001b1084054cab2b1897b2255",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=7cd17321e3d4c76141e64cc32c323c2b"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 137.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 156.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4799,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/events/2022/upcoming-council-meeting\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "598bcfbf050fc290f59893077168953b",
              "signature": "4d7eeb8eb65a0db0ee4855cde3beddae",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=598bcfbf050fc290f59893077168953b"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 209.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 228.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4799,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "201d515c8a61fa481132d6fdc929dbcc",
              "signature": "18333b182f85779b4ec573ec5cfab1bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=201d515c8a61fa481132d6fdc929dbcc"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 137.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 156.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4967,
                "column": 40
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/health-equity-framework\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "4012c594dcd1796e9d3f6ab8c119cc41",
              "signature": "e51f0747a9dcf84bbdaaeed78a9cfcf0",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4012c594dcd1796e9d3f6ab8c119cc41"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 50,
                  "y": 206.375
                },
                "bottom-right": {
                  "x": 117,
                  "y": 225.375
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 4979,
                "column": 58
              },
              "errorSnippet": "&lt;a href=\"/progressreport/2021/2021-progress-report\" class=\"\"&gt;Read more&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
              "issueID": "4202108e5c0ade981149933be03b77ee",
              "signature": "e99765788428d59c17fc21b6296c4fd2",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4202108e5c0ade981149933be03b77ee"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 780.5,
                  "y": 1151
                },
                "bottom-right": {
                  "x": 905.5,
                  "y": 1170
                },
                "height": 19,
                "width": 125
              },
              "position": {
                "line": 8073,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://twitter.com/NatCounDis\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Twitter&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]/a[4]",
              "issueID": "a0a68d317461b1a2c0363bd07e820d2d",
              "signature": "a407efcd0fa89350eb1d3c9a19bfd9ca",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a0a68d317461b1a2c0363bd07e820d2d"
            },
            {
              "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": -8047,
                  "y": 10.375
                },
                "bottom-right": {
                  "x": -8044,
                  "y": 25.375
                },
                "height": 15,
                "width": 3
              },
              "position": {
                "line": 8073,
                "column": 0
              },
              "errorSnippet": "&lt;sup&gt;-&lt;/sup&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]/sup[1]",
              "issueID": "b93f66168c496f09a2fed61fdd3695cd",
              "signature": "1887becc8cc3396d7758f4dc780a19cb",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=b93f66168c496f09a2fed61fdd3695cd"
            },
            {
              "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": -8072,
                  "y": 4.375
                },
                "bottom-right": {
                  "x": -8067,
                  "y": 19.375
                },
                "height": 15,
                "width": 5
              },
              "position": {
                "line": 8073,
                "column": 0
              },
              "errorSnippet": "&lt;sup&gt;+&lt;/sup&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[2]/sup[1]",
              "issueID": "9d7902bac5bca861d670085971ee6901",
              "signature": "684f28ee06a48c801cbe2fd30c7dc3a1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=9d7902bac5bca861d670085971ee6901"
            },
            {
              "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": 15,
                  "y": 178
                },
                "bottom-right": {
                  "x": 1009,
                  "y": 208
                },
                "height": 30,
                "width": 994
              },
              "position": {
                "line": 8099,
                "column": 45
              },
              "errorSnippet": "&lt;nav id=\"block-nice-menus-1\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\" style=\"display: block;\"&gt; &lt;ul cla",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]",
              "issueID": "8698cca5bfc85add9e6bebc14d79258d",
              "signature": "9859556f8b73ce4c927c5c80a61c7939",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=8698cca5bfc85add9e6bebc14d79258d"
            },
            {
              "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": 50,
                  "y": 14.9895
                },
                "bottom-right": {
                  "x": 497.297,
                  "y": 89.98949999999999
                },
                "height": 75,
                "width": 447.297
              },
              "position": {
                "line": 8147,
                "column": 165
              },
              "errorSnippet": "&lt;h2&gt;&lt;a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\"&gt;Medicaid Oral Health Coverage for Adults with Intellectual &amp;amp; Developmental Disabilities – A Fiscal Analysis&lt;/a&gt;&lt;/h2&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
              "issueID": "a3b1b425e5533d3b084276e694e0eece",
              "signature": "99d3c1fbc9d912218aad1fc6d17fdb18",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a3b1b425e5533d3b084276e694e0eece"
            },
            {
              "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": 50,
                  "y": 27.9375
                },
                "bottom-right": {
                  "x": 466,
                  "y": 105.9375
                },
                "height": 78,
                "width": 416
              },
              "position": {
                "line": 4799,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/publications/2022/medicaid-oral-health-coverage-adults-IDD\"&gt;Medicaid Oral Health Coverage for Adults with Intellectual &amp;amp; Developmental Disabilities – A Fiscal Analysis&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]",
              "issueID": "66859fb83db6c1b615b5432151e33228",
              "signature": "ae7f7dc4aac1658c83fd20bbae7c8336",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=66859fb83db6c1b615b5432151e33228"
            },
            {
              "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": 298.5,
                  "y": 971
                },
                "bottom-right": {
                  "x": 709.5,
                  "y": 1045
                },
                "height": 74,
                "width": 411
              },
              "position": {
                "line": 6496,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/newsroom/2022/ncd-report-recommends-congressional-action-federal-benefits-americans-disabilities-us\"&gt;NCD report recommends congressional action on federal benefits for Americans with disabilities in U.S. territories&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/main[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/span[1]/span[1]/a[1]",
              "issueID": "c0b18db1fa83357d32c11712e5ad0ad6",
              "signature": "374c7244367af7cc41c4e52556c8b3bc",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c0b18db1fa83357d32c11712e5ad0ad6"
            },
            {
              "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": 15,
                  "y": 521
                },
                "bottom-right": {
                  "x": 263.5,
                  "y": 989
                },
                "height": 468,
                "width": 248.5
              },
              "position": {
                "line": 8273,
                "column": 91
              },
              "errorSnippet": "&lt;nav id=\"block-nice-menus-2\" class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\"&gt;&lt;div class=\"block-inner clearfix\"&gt; &lt;h2 class=\"block-title\"&gt;NCD Policy Areas&lt;/h2&gt; &lt;div class=\"b",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/nav[1]",
              "issueID": "be9831ce3525458a11092b010257db9e",
              "signature": "da102cf0f296873977575391f9580541",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=be9831ce3525458a11092b010257db9e"
            },
            {
              "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": 760.5,
                  "y": 521
                },
                "bottom-right": {
                  "x": 1009,
                  "y": 719
                },
                "height": 198,
                "width": 248.5
              },
              "position": {
                "line": 8278,
                "column": 118
              },
              "errorSnippet": "&lt;nav id=\"block-nice-menus-3\" class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\"&gt;&lt;div class=\"block-inner clearfix\"&gt; &lt;h2 class=\"block-title\"&gt;Policy Toolkits&lt;/h2&gt; &lt;div class=\"block-content c",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/nav[1]",
              "issueID": "b7ad7bedda9767a4452c063e4d332f74",
              "signature": "64612bc1ca25da0f73d3adbfb527c79e",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b7ad7bedda9767a4452c063e4d332f74"
            },
            {
              "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": 953,
                  "y": 0
                },
                "bottom-right": {
                  "x": 973,
                  "y": 21
                },
                "height": 21,
                "width": 20
              },
              "position": {
                "line": 337,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"javascript:;\" class=\"changer\" id=\"text_resize_decrease\"&gt;&lt;sup&gt;-&lt;/sup&gt;A&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "c68eb53000538941e98a81b5fb387282",
              "signature": "d84ea6c13a6dcdf8029bb1d7c5b15980",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c68eb53000538941e98a81b5fb387282"
            },
            {
              "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": 928,
                  "y": 0
                },
                "bottom-right": {
                  "x": 953,
                  "y": 27
                },
                "height": 27,
                "width": 25
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"javascript:;\" class=\"changer\" id=\"text_resize_increase\"&gt;&lt;sup&gt;+&lt;/sup&gt;A&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "0b1f95477a6d16494d0c572177252c9d",
              "signature": "c4e0eeac71dbf8b5325b3428c9c22007",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0b1f95477a6d16494d0c572177252c9d"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 15
                },
                "bottom-right": {
                  "x": 23,
                  "y": 38
                },
                "height": 23,
                "width": 23
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fb\" href=\"https://www.facebook.com/NCDgov\" title=\"Follow us on Facebook\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Facebook&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "506375a684323a967a42adeb4cf72ab8",
              "signature": "2a56b134a2633d2df8183eafc5eb04d7",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=506375a684323a967a42adeb4cf72ab8"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 31,
                  "y": 15
                },
                "bottom-right": {
                  "x": 54,
                  "y": 38
                },
                "height": 23,
                "width": 23
              },
              "position": {
                "line": 338,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"twitter\" href=\"https://twitter.com/NatCounDis\" title=\"Follow us on Twitter\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Twitter&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "1be448afbf788aba70170ab8677643b9",
              "signature": "8d22bc24d8066a6e315accab10ac235c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1be448afbf788aba70170ab8677643b9"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 780.5,
                  "y": 1121
                },
                "bottom-right": {
                  "x": 905.5,
                  "y": 1140
                },
                "height": 19,
                "width": 125
              },
              "position": {
                "line": 8063,
                "column": 76
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/NCDgov/\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Join us on Facebook&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]/a[3]",
              "issueID": "1494a8d376b2292c07e85d0b09c123eb",
              "signature": "b533f2b8aae319bd34cab6e8598b7287",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1494a8d376b2292c07e85d0b09c123eb"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 780.5,
                  "y": 1151
                },
                "bottom-right": {
                  "x": 905.5,
                  "y": 1170
                },
                "height": 19,
                "width": 125
              },
              "position": {
                "line": 8073,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://twitter.com/NatCounDis\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Twitter&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]/a[4]",
              "issueID": "77412e761f4690b04b72ba2de49e5624",
              "signature": "7f07968a470f7ce464cc58d3a9018679",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=77412e761f4690b04b72ba2de49e5624"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 780.5,
                  "y": 1181
                },
                "bottom-right": {
                  "x": 925.5,
                  "y": 1200
                },
                "height": 19,
                "width": 145
              },
              "position": {
                "line": 8073,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://instagram.com/NCDgov\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on Instagram&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]/a[5]",
              "issueID": "70c5e39254421e834f1f536760914bde",
              "signature": "931a2c5077527f62ff70ba18becd49ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=70c5e39254421e834f1f536760914bde"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 780.5,
                  "y": 1211
                },
                "bottom-right": {
                  "x": 991.5,
                  "y": 1230
                },
                "height": 19,
                "width": 211
              },
              "position": {
                "line": 8090,
                "column": 4
              },
              "errorSnippet": "&lt;a href=\"https://youtube.com/NCDgov\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Subscribe to our YouTube Channel&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]/a[6]",
              "issueID": "fd879aea64c245ab2078bb88c0a0d8d5",
              "signature": "9500dc88b2868dd7d52f6c70a031715f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=fd879aea64c245ab2078bb88c0a0d8d5"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 780.5,
                  "y": 1241
                },
                "bottom-right": {
                  "x": 914.5,
                  "y": 1260
                },
                "height": 19,
                "width": 134
              },
              "position": {
                "line": 8092,
                "column": 4
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/118562\" target=\"_blank\" rel=\"noopener noreferrer\"&gt;Follow us on LinkedIn&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[2]/div[1]/div[1]/p[1]/a[7]",
              "issueID": "bd715442d8ba995912489ba3171547b6",
              "signature": "6a12b742c5de094f35b3d27e1b0a48d3",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bd715442d8ba995912489ba3171547b6"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 891.5,
                  "y": 804
                },
                "bottom-right": {
                  "x": 891.5,
                  "y": 804
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5578,
                "column": 50
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]/br[1]",
              "issueID": "b02d1557319c25af704ce11f0de5e4b3",
              "signature": "22cf05f9bad8c6d7cc87f87d6983fc6a",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=b02d1557319c25af704ce11f0de5e4b3"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 889.5,
                  "y": 870
                },
                "bottom-right": {
                  "x": 889.5,
                  "y": 870
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5579,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[2]/div[1]/section[1]/div[1]/div[1]/p[1]/br[4]",
              "issueID": "58dd7a43849eca1897296f6d7ec2003a",
              "signature": "2d22c153055706741c82399142fd0d7c",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=58dd7a43849eca1897296f6d7ec2003a"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://ncd.gov/",
      "what": "National Council on Disability",
      "result": "https://ncd.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://ncd.gov/",
      "result": [
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav style=\"display: block;\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-w ... den;\"><li class=\"menu-2322 menu-path-node-578 first odd  menu-depth-2 menu-item-2322\"><a title=\"Buy ",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"block-nice-menus-1\"][class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first  ... h Perspectives\" href=\"/policy/youth-perspectives\">Youth Perspectives</a></li></ul></div></div></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"block-nice-menus-2\"][class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\" id=\" ... ve%20Communities%20Toolkit%20Guide.pdf\">Disability in Indian Country</a></li></ul></div></div></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"block-nice-menus-3\"][class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav style=\"display: block;\" class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-w ... den;\"><li class=\"menu-2322 menu-path-node-578 first odd  menu-depth-2 menu-item-2322\"><a title=\"Buy ",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"block-nice-menus-1\"][class=\"block block-nice-menus mainmenu no-title menu-wrapper menu-bar-wrapper clearfix odd first last block-count-4 block-region-menu-bar block-1 responsive-menus-mean-menu-processed\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first  ... h Perspectives\" href=\"/policy/youth-perspectives\">Youth Perspectives</a></li></ul></div></div></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"block-nice-menus-2\"][class=\"block block-nice-menus Sidemenu odd first last block-count-8 block-region-sidebar-first block-2\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\" id=\" ... ve%20Communities%20Toolkit%20Guide.pdf\">Disability in Indian Country</a></li></ul></div></div></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"block-nice-menus-3\"][class=\"block block-nice-menus odd first block-count-9 block-region-sidebar-second block-3\"]",
            "attNo": 2
          }
        }
      ]
    }
  ],
  "timeStamp": "4aieq",
  "startTime": "2022-07-18T00:00:44",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      31
    ],
    [
      "motion",
      13
    ],
    [
      "focInd",
      6
    ],
    [
      "alfa",
      4
    ],
    [
      "ibm",
      4
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 12,
  "logSize": 1370,
  "errorLogCount": 11,
  "errorLogSize": 1111,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-18T00:02:07",
  "elapsedSeconds": 90,
  "score": {
    "scoreProcID": "sp14a",
    "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": {
        "motion": 11,
        "bulk": 0,
        "focAll": 40,
        "focInd": 54,
        "hover": 178,
        "linkUl": 88,
        "role": 17,
        "styleDiff": 16,
        "zIndex": 51
      },
      "alfa": {
        "r57": 80,
        "r62": 8,
        "r65": 13,
        "r66": 29,
        "r69": 21,
        "r74": 24,
        "r78": 12
      },
      "axe": {
        "color-contrast-enhanced": 33,
        "color-contrast": 27,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "landmark-unique": 2,
        "region": 8
      },
      "htmlcs": {
        "e:AA.1_4_3.G18.Fail": 28,
        "e:AA.4_1_2.H91.A.NoContent": 8,
        "w:AA.1_3_1.H48": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1,
        "w:AA.1_4_3.G145.Abs": 1,
        "w:AA.1_4_3.G145.BgImage": 5,
        "w:AA.1_4_3.G18.Abs": 1,
        "w:AA.1_4_3.G18.Alpha": 1,
        "w:AA.1_4_3.G18.BgImage": 7,
        "w:AA.4_1_2.H91.A.Placeholder": 2
      },
      "ibm": {
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 52,
        "Rpt_Aria_MultipleNavigationLandmarks_Implicit": 16,
        "landmark_name_unique": 12,
        "HAAC_Figure_label": 20,
        "aria_role_redundant": 5
      },
      "wave": {
        "e:link_empty": 8,
        "c:contrast": 33,
        "a:alt_long": 1,
        "a:link_suspicious": 5,
        "a:link_redundant": 8,
        "a:link_pdf": 3,
        "a:title_redundant": 37
      },
      "tenon": {
        "57": 8,
        "73": 20,
        "79": 148,
        "95": 36,
        "98": 20,
        "134": 6,
        "144": 24,
        "152": 8,
        "218": 28,
        "242": 8
      },
      "continuum": {
        "531": 12,
        "533": 12
      }
    },
    "groupDetails": {
      "groups": {
        "spontaneousMotion": {
          "testaro": {
            "motion": {
              "score": 6,
              "what": "Change of visible content not requested by user"
            }
          }
        },
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 20,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 54,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 13,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 45,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 44,
              "what": "Non-underlined adjacent links"
            }
          },
          "alfa": {
            "r62": {
              "score": 4,
              "what": "Inline link is not distinct from the surrounding text except by color"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 13,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "aria_role_redundant": {
              "score": 4,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 4,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 13,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 40,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 4,
              "what": "Some page content is not contained by landmarks"
            }
          },
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 26,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 7,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 8,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 9,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 16,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 20,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G18.Fail": {
              "score": 21,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 25,
              "what": "Very low contrast"
            }
          }
        },
        "fontSizeAbsolute": {
          "alfa": {
            "r74": {
              "score": 12,
              "what": "Paragraph text has an absolute font size"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 6,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 2,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          },
          "ibm": {
            "landmark_name_unique": {
              "score": 9,
              "what": "Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region"
            }
          }
        },
        "linkNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.A.NoContent": {
              "score": 8,
              "what": "Link has an href attribute but no text"
            }
          },
          "wave": {
            "e:link_empty": {
              "score": 8,
              "what": "Link contains no text"
            }
          },
          "tenon": {
            "57": {
              "score": 8,
              "what": "Link has no text inside it"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1"
            },
            "w:AA.1_4_3.G145.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.Alpha": {
              "score": 1,
              "what": "Contrast between the text and its background may be less than 4.5:1, given the transparency"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 2,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "linkBrokenRisk": {
          "htmlcs": {
            "w:AA.4_1_2.H91.A.Placeholder": {
              "score": 1,
              "what": "Link has text but no href, id, or name attribute"
            }
          }
        },
        "navConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleNavigationLandmarks_Implicit": {
              "score": 12,
              "what": "Element with a navigation role has no unique purpose label among the navigation-role elements"
            }
          },
          "continuum": {
            "531": {
              "score": 9,
              "what": "nav element has an accessible name that is non-unique among the nav elements"
            }
          }
        },
        "figureNoText": {
          "ibm": {
            "HAAC_Figure_label": {
              "score": 20,
              "what": "figure element has no associated label"
            }
          }
        },
        "imageTextLong": {
          "wave": {
            "a:alt_long": {
              "score": 1,
              "what": "Long text alternative"
            }
          }
        },
        "linkComprehensionRisk": {
          "wave": {
            "a:link_suspicious": {
              "score": 1,
              "what": "Suspicious link text"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 4,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "pdfLink": {
          "wave": {
            "a:link_pdf": {
              "score": 1,
              "what": "Link to PDF document"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 9,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 37,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "linkVague": {
          "tenon": {
            "73": {
              "score": 15,
              "what": "Link text is too generic to communicate the purpose or destination"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 10,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 5,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 24,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 4,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 21,
              "what": "Link opens in a new window without user control"
            }
          }
        },
        "pseudoParagraphRisk": {
          "tenon": {
            "242": {
              "score": 2,
              "what": "Multiple consecutive br elements may simulate paragraphs"
            }
          }
        },
        "navNoText": {
          "continuum": {
            "533": {
              "score": 9,
              "what": "nav element is not the only nav element but has no accessible name"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 678,
      "log": 53,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "focusIndication",
          "score": 61
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 54
        },
        {
          "groupName": "contrastAA",
          "score": 50
        },
        {
          "groupName": "linkIndication",
          "score": 48
        },
        {
          "groupName": "hoverSurprise",
          "score": 47
        },
        {
          "groupName": "titleRedundant",
          "score": 43
        },
        {
          "groupName": "leadingClipsText",
          "score": 26
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 23
        },
        {
          "groupName": "tabFocusability",
          "score": 22
        },
        {
          "groupName": "figureNoText",
          "score": 22
        },
        {
          "groupName": "navConfusion",
          "score": 18
        },
        {
          "groupName": "roleBad",
          "score": 17
        },
        {
          "groupName": "contrastAAA",
          "score": 17
        },
        {
          "groupName": "linkVague",
          "score": 17
        },
        {
          "groupName": "linkNoText",
          "score": 16
        },
        {
          "groupName": "zIndexNotZero",
          "score": 15
        },
        {
          "groupName": "fontSizeAbsolute",
          "score": 14
        },
        {
          "groupName": "landmarkConfusion",
          "score": 12
        },
        {
          "groupName": "linkTextsSame",
          "score": 12
        },
        {
          "groupName": "navNoText",
          "score": 11
        },
        {
          "groupName": "spontaneousMotion",
          "score": 8
        },
        {
          "groupName": "headingOfNothing",
          "score": 8
        },
        {
          "groupName": "contrastRisk",
          "score": 8
        },
        {
          "groupName": "fontSmall",
          "score": 7
        },
        {
          "groupName": "inconsistentStyles",
          "score": 6
        },
        {
          "groupName": "linkPair",
          "score": 6
        },
        {
          "groupName": "targetSize",
          "score": 6
        },
        {
          "groupName": "pseudoParagraphRisk",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "linkBrokenRisk",
          "score": 3
        },
        {
          "groupName": "imageTextLong",
          "score": 3
        },
        {
          "groupName": "linkComprehensionRisk",
          "score": 3
        },
        {
          "groupName": "pdfLink",
          "score": 3
        }
      ]
    }
  }
}