Accessibility test digest

Synopsis

Page: Transportation Security Administration

URL: https://tsa.gov/

Score: 499

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 Transportation Security Administration web page at https://tsa.gov/ on 2022/07/21. 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 499 (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
total499
log53
leadingClipsText46
linkIndication42
targetSize32
contrastAAA27
spontaneousMotion25
linkForcesNewWindow23
linkNoText21
hoverSurprise15
navConfusion15
imageNoText14
buttonNoText13
contrastAA12
linkVague11
navNoText11
controlNoText10
inconsistentStyles9
landmarkConfusion9
headingOfNothing8
searchConfusion8
bannerConfusion8
linkTextsSame8
roleBad7
zIndexNotZero7
focusIndication6
headingStructure6
contentBeyondLandmarks6
noLeading5
horizontalScrolling5
pseudoLinkRisk4
focusableOperable3
hiddenContentRisk3
linkConfusionRisk3
bannerNotTop3
banners3
pseudoHeadingRisk3
pseudoNavListRisk3
scrollRisk3
contrastRisk3
imageTextRedundant3
titleRedundant3

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

titleRedundant: 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": "4ea6d-tsa",
  "host": {
    "id": "tsa",
    "which": "https://tsa.gov/",
    "what": "Transportation Security Administration"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-21T23:27:50"
    },
    {
      "event": "endTime",
      "value": "2022-07-21T23:29:39"
    }
  ],
  "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://tsa.gov/",
        "what": "Transportation Security Administration"
      },
      {
        "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://tsa.gov/",
        "what": "Transportation Security Administration"
      },
      {
        "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://tsa.gov/",
      "what": "Transportation Security Administration",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.tsa.gov/",
      "result": {
        "bytes": [
          540759,
          701056,
          708606,
          708606,
          179829
        ],
        "localRatios": [
          1.296,
          1.011,
          1,
          3.94
        ],
        "meanLocalRatio": 1.812,
        "maxLocalRatio": 3.94,
        "globalRatio": 3.94,
        "pixelChanges": [
          392733,
          12806,
          0,
          407804
        ],
        "meanPixelChange": 203335,
        "maxPixelChange": 407804,
        "changeFrequency": 0.75
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "Transportation Security Administration",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.tsa.gov/",
      "result": {
        "visibleElements": 277
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://www.tsa.gov/",
      "result": {
        "tabFocusables": 52,
        "tabFocused": 52,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "total": 52,
          "types": {
            "indicatorMissing": {
              "total": 1,
              "tagNames": {
                "A": 1
              }
            },
            "nonOutlinePresent": {
              "total": 1,
              "tagNames": {
                "A": 1
              }
            },
            "outlinePresent": {
              "total": 50,
              "meanDelay": 0,
              "tagNames": {
                "BUTTON": 5,
                "A": 44,
                "INPUT": 1
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Skip to main content"
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "A",
              "text": ""
            }
          ],
          "outlinePresent": [
            {
              "tagName": "BUTTON",
              "text": "Here’s how you know",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "What Can I Bring?",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "A -Z Index",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Employees",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Search",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Travel",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Media",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read Press Release",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn More",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read Press Release",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn More",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read Press Release",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "1",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "2",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "3",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "4",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "5",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "TSA COVID-19 website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Latest News",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "REAL ID",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "ID requirements",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "REAL ID",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Disabilities and Medical Conditions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Apply",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Renew",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read Our Stories",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn More",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "A - Z Index",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Civil Enforcement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DHS",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Federal Relay",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FOIA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Industry",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Metrics",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "No FEAR",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Report Fraud, Waste & Abuse",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Report Security Threat",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "USA.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "total": 101,
          "types": {
            "onlyFocusable": {
              "total": 1,
              "tagNames": {
                "UL": 1
              }
            },
            "onlyOperable": {
              "total": 0,
              "tagNames": {}
            },
            "focusableAndOperable": {
              "total": 100,
              "tagNames": {
                "A": 88,
                "BUTTON": 10,
                "INPUT": 2
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [
            {
              "tagName": "UL",
              "id": "ui-id-1",
              "text": "<ul id=\"ui-id-1\" tabindex=\"0\" class=\"ui-menu ui-widget ui-widget-content ui-auto"
            }
          ],
          "onlyOperable": [],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Here’s how you know",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" title=\"The U.S. Department of Homeland Security Transportation Secur",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"usa-menu-btn\" style=\"cursor: default;\"><svg class=\"svg-inline--fa",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What Can I Bring?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A -Z Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employees",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input name=\"affiliate\" type=\"hidden\" value=\"tsa.gov\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "search-field-small",
              "text": "<input class=\"usa-input tsg-processed ui-autocomplete-input\" type=\"search\" name=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"usa-nav__close\" alt=\"close\" style=\"cursor: default;\"> <svg class=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Travel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Security Screening",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Special Procedures",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TSA PreCheck®",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Passenger Support",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel Tips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FAQ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media Room",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Social Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Videos",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Strategy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mission",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Organization",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employee Stories",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs at TSA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Travel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Security Screening",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Special Procedures",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TSA PreCheck®",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Passenger Support",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel Tips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FAQ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media Room",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Social Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Videos",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Strategy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mission",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Organization",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employee Stories",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs at TSA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read Press Release",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read Press Release",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read Press Release",
              "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": "",
              "text": "TSA COVID-19 website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Latest News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "REAL ID",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ID requirements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "REAL ID",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disabilities and Medical Conditions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "Apply Now",
              "text": "Apply",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "Renewals",
              "text": "Renew",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read Our Stories",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A - Z Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Civil Enforcement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DHS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Federal Relay",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Industry",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Metrics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "No FEAR",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Report Fraud, Waste & Abuse",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Report Security Threat",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USA.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Blog'\" target=\"_",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Instagram'\" targ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Twitter'\" target",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Facebook'\" targe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA YouTube'\" target",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'AskTSA Facebook'\" ta",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"tsa-social-link survey-processed\" title=\"Link to 'AskTSA Twitter'\" tar",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "wcm-survey-target-id",
              "text": "<a style=\"position: fixed; top: 0px;\" id=\"wcm-survey-target-id\" class=\"survey-pr",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "triggers": 87,
          "headTriggers": 20,
          "tailTriggers": 67,
          "impactTriggers": 13,
          "additions": 18,
          "removals": 9,
          "opacityChanges": 9,
          "opacityImpact": 63,
          "unhoverables": 4
        },
        "items": {
          "head": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "TSAimplementsadditionalgendermarkeroptionforTSAPre"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "ReadPressRelease"
              }
            ]
          },
          "tail": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "4",
                "additions": 2,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "2",
                "additions": 0,
                "removals": 2,
                "opacityChanges": 2,
                "opacityImpact": 14
              },
              {
                "tagName": "LI",
                "text": "4",
                "additions": 2,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "LearnMore"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 2,
          "wellLabeled": 9
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "content": "{<button class=\"usa-menu-btn\"><svg class=\"svg-inline--fa fa-bars fa-w-14\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fa\" data-icon=\"bars\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg><!-- <i class=\"fa fa-bars\"></i> --></button>}"
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "content": "{<button class=\"usa-nav__close\" alt=\"close\"> <svg class=\"svg-inline--fa fa-times fa-w-11\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fa\" data-icon=\"times\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><!-- <i class=\"fa fa-times\"></i> --> </button>}"
            }
          ],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Here’s how you know"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Travel"
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Media"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "About"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Travel"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Media"
              }
            },
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "About"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "links": 88,
          "adjacent": {
            "total": 40,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "Skip to main content",
            "",
            "Contact",
            "Travel",
            "Security Screening",
            "Special Procedures",
            "TSA PreCheck®",
            "Passenger Support",
            "Travel Tips",
            "FAQ",
            "Media",
            "Media Room",
            "Social Media",
            "Blog",
            "Videos",
            "About",
            "Strategy",
            "Mission",
            "Organization",
            "History",
            "Employee Stories",
            "Jobs at TSA",
            "Contact",
            "Read Press Release",
            "Learn More",
            "Read Press Release",
            "Learn More",
            "Read Press Release",
            "TSA COVID-19 website",
            "Latest News",
            "REAL ID",
            "ID requirements",
            "REAL ID",
            "Disabilities and Medical Conditions",
            "Apply",
            "Renew",
            "Read Our Stories",
            "Learn More",
            "Subscribe",
            ""
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.tsa.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://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.tsa.gov/",
      "result": {
        "roleElements": 14,
        "badRoleElements": 2,
        "redundantRoleElements": 1,
        "tagNames": {
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 1,
              "redundant": 0
            }
          },
          "DIV": {
            "status": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.tsa.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": 10,
            "subtotals": [
              3,
              3,
              1,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 40,
            "subtotals": [
              26,
              14
            ]
          },
          "listLink": {
            "total": 48,
            "subtotals": [
              19,
              12,
              7,
              5,
              3,
              2
            ]
          },
          "h1": {
            "total": 5
          },
          "h3": {
            "total": 5,
            "subtotals": [
              4,
              1
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "Here’s how you know",
                "",
                ""
              ],
              "700": [
                "Search",
                "Travel",
                "Media",
                "About",
                "Travel",
                "Media",
                "About"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Here’s how you know",
                "",
                "Search",
                "Travel",
                "Media",
                "About",
                "Travel",
                "Media",
                "About"
              ],
              "underline": [
                ""
              ]
            },
            "height": {
              "14.3906px": [
                "Here’s how you know"
              ],
              "48px": [
                "",
                ""
              ],
              "32px": [
                "Search"
              ],
              "auto": [
                "Travel",
                "Media",
                "About"
              ],
              "46px": [
                "Travel",
                "Media",
                "About"
              ]
            },
            "lineHeight": {
              "14.4px": [
                "Here’s how you know"
              ],
              "21.06px": [
                ""
              ],
              "16.0001px": [
                "Search"
              ],
              "14.0001px": [
                "",
                "Travel",
                "Media",
                "About",
                "Travel",
                "Media",
                "About"
              ]
            },
            "minHeight": {
              "auto": [
                "Here’s how you know",
                "Search"
              ],
              "0px": [
                "",
                "",
                "Travel",
                "Media",
                "About",
                "Travel",
                "Media",
                "About"
              ]
            },
            "minWidth": {
              "auto": [
                "Here’s how you know",
                "Search"
              ],
              "0px": [
                "",
                "",
                "Travel",
                "Media",
                "About",
                "Travel",
                "Media",
                "About"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to main content",
                "",
                "Travel",
                "Security Screening",
                "Special Procedures",
                "TSA PreCheck®",
                "Passenger Support",
                "Travel Tips",
                "FAQ",
                "Media",
                "Media Room",
                "Social Media",
                "Blog",
                "Videos",
                "About",
                "Strategy",
                "Mission",
                "Organization",
                "History",
                "Employee Stories",
                "Jobs at TSA",
                "TSA COVID-19 website",
                "Latest News",
                "REAL ID",
                "Disabilities and Medical Conditions",
                ""
              ],
              "700": [
                "Contact",
                "Contact",
                "Read Press Release",
                "Learn More",
                "Read Press Release",
                "Learn More",
                "Read Press Release",
                "ID requirements",
                "REAL ID",
                "Apply",
                "Renew",
                "Read Our Stories",
                "Learn More",
                "Subscribe"
              ]
            }
          },
          "listLink": {
            "opacity": {
              "0": [
                "",
                ""
              ],
              "1": [
                "What Can I Bring?",
                "A -Z Index",
                "Employees",
                "Travel",
                "Security Screening",
                "Special Procedures",
                "TSA PreCheck®",
                "Passenger Support",
                "Travel Tips",
                "FAQ",
                "Media",
                "Media Room",
                "Social Media",
                "Blog",
                "Videos",
                "About",
                "Strategy",
                "Mission",
                "Organization",
                "History",
                "Employee Stories",
                "Jobs at TSA",
                "1",
                "2",
                "3",
                "4",
                "5",
                "A - Z Index",
                "Civil Enforcement",
                "DHS",
                "Federal Relay",
                "FOIA",
                "Industry",
                "Metrics",
                "No FEAR",
                "Privacy",
                "Report Fraud, Waste & Abuse",
                "Report Security Threat",
                "USA.gov",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "color": {
              "rgb(0, 94, 162)": [
                "What Can I Bring?",
                "A -Z Index",
                "Employees",
                "1",
                "2",
                "3",
                "4",
                "5",
                "A - Z Index",
                "Civil Enforcement",
                "DHS",
                "Federal Relay",
                "FOIA",
                "Industry",
                "Metrics",
                "No FEAR",
                "Privacy",
                "Report Fraud, Waste & Abuse",
                "Report Security Threat",
                "USA.gov"
              ],
              "rgb(255, 255, 255)": [
                "Travel",
                "Security Screening",
                "Special Procedures",
                "TSA PreCheck®",
                "Passenger Support",
                "Travel Tips",
                "FAQ",
                "Media",
                "Media Room",
                "Social Media",
                "Blog",
                "Videos",
                "About",
                "Strategy",
                "Mission",
                "Organization",
                "History",
                "Employee Stories",
                "Jobs at TSA",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "rgba(0, 0, 0, 0.8)": [
                "",
                ""
              ]
            },
            "fontSize": {
              "14.9059px": [
                "What Can I Bring?",
                "A -Z Index",
                "Employees",
                "Travel",
                "Security Screening",
                "Special Procedures",
                "TSA PreCheck®",
                "Passenger Support",
                "Travel Tips",
                "FAQ",
                "Media",
                "Media Room",
                "Social Media",
                "Blog",
                "Videos",
                "About",
                "Strategy",
                "Mission",
                "Organization",
                "History",
                "Employee Stories",
                "Jobs at TSA"
              ],
              "16px": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "",
                ""
              ],
              "17.0354px": [
                "A - Z Index",
                "Civil Enforcement",
                "DHS",
                "Federal Relay",
                "FOIA",
                "Industry",
                "Metrics",
                "No FEAR",
                "Privacy",
                "Report Fraud, Waste & Abuse",
                "Report Security Threat",
                "USA.gov",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "lineHeight": {
              "14.0001px": [
                "What Can I Bring?",
                "A -Z Index",
                "Employees"
              ],
              "18.9001px": [
                "Travel",
                "Security Screening",
                "Special Procedures",
                "TSA PreCheck®",
                "Passenger Support",
                "Travel Tips",
                "FAQ",
                "Media",
                "Media Room",
                "Social Media",
                "Blog",
                "Videos",
                "About",
                "Strategy",
                "Mission",
                "Organization",
                "History",
                "Employee Stories",
                "Jobs at TSA"
              ],
              "24.3448px": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "24px": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "25.9202px": [
                "A - Z Index",
                "Civil Enforcement",
                "DHS",
                "Federal Relay",
                "FOIA",
                "Industry",
                "Metrics",
                "No FEAR",
                "Privacy",
                "Report Fraud, Waste & Abuse",
                "Report Security Threat",
                "USA.gov"
              ]
            }
          },
          "h3": {
            "fontSize": {
              "18.72px": [
                "TSA COVID-19 website Read the latest news and updates on the novel coronavirus disease (COVID-19) outbreak.",
                "Latest News TSA implements additional gender marker option for TSA PreCheck® enrollments",
                "REAL ID ID requirements at the checkpoint are changing. Learn about REAL ID.",
                "Disabilities and Medical Conditions Access important information and resources for travelers with disabilities and medical conditions."
              ],
              "16.5877px": [
                "Sign Up for Email Updates"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.tsa.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://www.tsa.gov/",
      "result": {
        "totals": {
          "total": 20,
          "tagNames": {
            "DIV": 3,
            "NAV": 1,
            "FORM": 1,
            "UL": 7,
            "LI": 5,
            "OL": 1,
            "A": 2
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "skip-link",
            "text": "Skip to main content"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "NAV",
            "id": "",
            "text": "What Can I Bring? A -Z Index Employees Search Search Travel Travel Security Screening Special Proced"
          },
          {
            "tagName": "FORM",
            "id": "block-tsa-gov-searchform",
            "text": "Search Search"
          },
          {
            "tagName": "UL",
            "id": "basic-nav-section-mobile-1",
            "text": "Travel Security Screening Special Procedures TSA PreCheck® Passenger Support Travel Tips FAQ"
          },
          {
            "tagName": "UL",
            "id": "basic-nav-section-mobile-2",
            "text": "Media Media Room Social Media Blog Videos"
          },
          {
            "tagName": "UL",
            "id": "basic-nav-section-mobile-3",
            "text": "About Strategy Mission Organization History Employee Stories Jobs at TSA"
          },
          {
            "tagName": "UL",
            "id": "basic-nav-section-1",
            "text": "Travel Security Screening Special Procedures TSA PreCheck® Passenger Support Travel Tips FAQ"
          },
          {
            "tagName": "UL",
            "id": "basic-nav-section-2",
            "text": "Media Media Room Social Media Blog Videos"
          },
          {
            "tagName": "UL",
            "id": "basic-nav-section-3",
            "text": "About Strategy Mission Organization History Employee Stories Jobs at TSA"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "TSA implements additional gender marker option for TSA PreCheck® enrollments Read Press Release"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "TSA is hiring Transportation Security Officers (TSOs) nationwide Explore open positions, view upcomi"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Your ID on iPhone and Apple Watch. Airport security just got easier. Now you can add your ID to Appl"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Packing for your next flight Planning ahead and packing properly can facilitate the screening proces"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "American Airlines Launches Mobile ID with TSA PreCheck® Travelers can now enjoy a more convenient tr"
          },
          {
            "tagName": "OL",
            "id": "",
            "text": "12345"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "ui-id-1",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "failures": 6,
          "warnings": 3
        },
        "items": [
          {
            "index": 266,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/img[1]",
              "codeLines": [
                "<img src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\">"
              ]
            }
          },
          {
            "index": 407,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h3[1]",
              "codeLines": [
                "<h3 class=\"field-content\">",
                "  <div class=\"icon_desc\">",
                "    <a href=\"https://www.tsa.gov/coronavirus\" class=\"survey-processed\">",
                "      <b>",
                "        TSA COVID-19 website",
                "      </b>",
                "    </a>",
                "    <p>",
                "      Read the latest news and updates on the novel coronavirus disease (COVID-19) outbreak.",
                "    </p>",
                "  </div>",
                "</h3>"
              ]
            }
          },
          {
            "index": 501,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"#main-content\" class=\"element-invisible element-focusable survey-processed\">",
                "  Skip to main content",
                "</a>"
              ]
            }
          },
          {
            "index": 554,
            "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]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/section[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "TSA implements additional gender marker option for TSA PreCheck® enrollments"
              ]
            }
          },
          {
            "index": 580,
            "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]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/section[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "TSA implements additional gender marker option for TSA PreCheck® enrollments"
              ]
            }
          },
          {
            "index": 628,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/header[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"usa-banner__header-text\">",
                "  An official website of the United States government",
                "</p>"
              ]
            }
          },
          {
            "index": 693,
            "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": "h1",
              "path": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/section[1]/div[1]/div[1]/h1[1]",
              "codeLines": [
                "<h1 class=\"usa-hero__heading\">",
                "  TSA is hiring Transportation Security Officers (TSOs) nationwide",
                "</h1>"
              ]
            }
          },
          {
            "index": 694,
            "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": "h1",
              "path": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/section[1]/div[1]/div[1]/h1[1]",
              "codeLines": [
                "<h1 class=\"usa-hero__heading\">",
                "  Your ID on iPhone and Apple Watch. Airport security just got easier.",
                "</h1>"
              ]
            }
          },
          {
            "index": 695,
            "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": "h1",
              "path": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/section[1]/div[1]/div[1]/h1[1]",
              "codeLines": [
                "<h1 class=\"usa-hero__heading\">",
                "  Packing for your next flight",
                "</h1>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.tsa.gov/",
      "result": {
        "totals": {
          "rulesNA": 46,
          "rulesPassed": 49,
          "rulesWarned": 4,
          "rulesViolated": 6,
          "warnings": {
            "minor": 14,
            "moderate": 0,
            "serious": 26,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 5,
            "serious": 24,
            "critical": 1
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-21T23:29:15.309Z",
          "url": "https://www.tsa.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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-1\">\n          <span>Travel</span>\n        </button>",
                          "target": [
                            "button[aria-controls=\"basic-nav-section-1\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Travel</span>",
                  "target": [
                    "button[aria-controls=\"basic-nav-section-1\"] > span"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-2\">\n          <span>Media</span>\n        </button>",
                          "target": [
                            "button[aria-controls=\"basic-nav-section-2\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Media</span>",
                  "target": [
                    "button[aria-controls=\"basic-nav-section-2\"] > span"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-3\">\n          <span>About</span>\n        </button>",
                          "target": [
                            "button[aria-controls=\"basic-nav-section-3\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>About</span>",
                  "target": [
                    "button[aria-controls=\"basic-nav-section-3\"] > span"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>TSA COVID-19 website</b>",
                  "target": [
                    ".views-row:nth-child(1) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > .survey-processed > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Read the latest news and updates on the novel coronavirus disease (COVID-19) outbreak.</p>",
                  "target": [
                    ".views-row:nth-child(1) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>Latest News</b>",
                  "target": [
                    ".views-row:nth-child(2) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > .survey-processed > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>TSA implements additional gender marker option for TSA PreCheck® enrollments</p>",
                  "target": [
                    ".views-row:nth-child(2) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>REAL ID</b>",
                  "target": [
                    ".survey-processed[href$=\"real-id\"] > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p><a href=\"/travel/security-screening/identification\" class=\"survey-processed\">ID requirements</a> at the checkpoint are changing. Learn about <a href=\"/real-id\" class=\"survey-processed\">REAL ID</a>.</p>",
                  "target": [
                    ".views-row:nth-child(3) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "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=\"/travel/security-screening/identification\" class=\"survey-processed\">ID requirements</a>",
                  "target": [
                    ".icon_desc > p > .survey-processed:nth-child(1)"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "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=\"/real-id\" class=\"survey-processed\">REAL ID</a>",
                  "target": [
                    "p > .survey-processed[href$=\"real-id\"]"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>Disabilities and Medical Conditions</b>",
                  "target": [
                    ".survey-processed[href$=\"special-procedures\"] > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Access important information and resources for travelers with disabilities and medical conditions.</p>",
                  "target": [
                    ".views-row:nth-child(4) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-1\">\n          <span>Travel</span>\n        </button>",
                          "target": [
                            "button[aria-controls=\"basic-nav-section-1\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Travel</span>",
                  "target": [
                    "button[aria-controls=\"basic-nav-section-1\"] > span"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-2\">\n          <span>Media</span>\n        </button>",
                          "target": [
                            "button[aria-controls=\"basic-nav-section-2\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Media</span>",
                  "target": [
                    "button[aria-controls=\"basic-nav-section-2\"] > span"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-3\">\n          <span>About</span>\n        </button>",
                          "target": [
                            "button[aria-controls=\"basic-nav-section-3\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>About</span>",
                  "target": [
                    "button[aria-controls=\"basic-nav-section-3\"] > span"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>TSA COVID-19 website</b>",
                  "target": [
                    ".views-row:nth-child(1) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > .survey-processed > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Read the latest news and updates on the novel coronavirus disease (COVID-19) outbreak.</p>",
                  "target": [
                    ".views-row:nth-child(1) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>Latest News</b>",
                  "target": [
                    ".views-row:nth-child(2) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > .survey-processed > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>TSA implements additional gender marker option for TSA PreCheck® enrollments</p>",
                  "target": [
                    ".views-row:nth-child(2) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>REAL ID</b>",
                  "target": [
                    ".survey-processed[href$=\"real-id\"] > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p><a href=\"/travel/security-screening/identification\" class=\"survey-processed\">ID requirements</a> at the checkpoint are changing. Learn about <a href=\"/real-id\" class=\"survey-processed\">REAL ID</a>.</p>",
                  "target": [
                    ".views-row:nth-child(3) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "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=\"/travel/security-screening/identification\" class=\"survey-processed\">ID requirements</a>",
                  "target": [
                    ".icon_desc > p > .survey-processed:nth-child(1)"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "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=\"/real-id\" class=\"survey-processed\">REAL ID</a>",
                  "target": [
                    "p > .survey-processed[href$=\"real-id\"]"
                  ],
                  "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": "#005ea2",
                        "contrastRatio": 0,
                        "fontSize": "14.0pt (18.72px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<b>Disabilities and Medical Conditions</b>",
                  "target": [
                    ".survey-processed[href$=\"special-procedures\"] > b"
                  ],
                  "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": "#1b1b1b",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Access important information and resources for travelers with disabilities and medical conditions.</p>",
                  "target": [
                    ".views-row:nth-child(4) > .views-field-field-block-link-1.views-field > h3 > .icon_desc > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<p class=\"usa-banner__header-action\" aria-hidden=\"true\">Here’s how you know</p>",
                  "target": [
                    ".usa-banner__header-action"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"usa-banner__content usa-accordion__content\" id=\"gov-banner\" hidden=\"\">",
                  "target": [
                    "#gov-banner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"usa-menu-btn\">",
                  "target": [
                    ".usa-menu-btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"usa-nav__close\" alt=\"close\">",
                  "target": [
                    ".usa-nav__close"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"min-desktop-visible usa-nav__primary usa-accordion\">",
                  "target": [
                    ".min-desktop-visible"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul id=\"basic-nav-section-mobile-1\" class=\"usa-nav__submenu fit-content\" hidden=\"\">",
                  "target": [
                    "#basic-nav-section-mobile-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul id=\"basic-nav-section-mobile-2\" class=\"usa-nav__submenu fit-content\" hidden=\"\">",
                  "target": [
                    "#basic-nav-section-mobile-2"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul id=\"basic-nav-section-mobile-3\" class=\"usa-nav__submenu fit-content\" hidden=\"\">",
                  "target": [
                    "#basic-nav-section-mobile-3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul id=\"basic-nav-section-1\" class=\"usa-nav__submenu-2\" hidden=\"\">",
                  "target": [
                    "#basic-nav-section-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul id=\"basic-nav-section-2\" class=\"usa-nav__submenu-2\" hidden=\"\">",
                  "target": [
                    "#basic-nav-section-2"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul id=\"basic-nav-section-3\" class=\"usa-nav__submenu-2\" hidden=\"\">",
                  "target": [
                    "#basic-nav-section-3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"wcm-survey-popup\" class=\"\">",
                  "target": [
                    "#wcm-survey-popup"
                  ],
                  "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 press release",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.tsa.gov",
                          "port": "",
                          "pathname": "/news/press/releases/2022/07/14/tsa-implements-additional-gender-marker-option-tsa-precheckr/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/news/press/releases/2022/05/25/tsa-enables-maryland-residents-use-mobile-drivers-license-or-state\">\n        \n\n\n            <div>Read Press Release</div>\n      \n      </a>",
                          "target": [
                            "li[data-thumb-alt=\"\"]:nth-child(3) > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed"
                          ]
                        },
                        {
                          "html": "<a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/news/press/releases/2022/06/24/tsa-precheckr-participants-can-now-use-american-airlines-mobile-app\">\n        \n\n\n            <div>Read Press Release</div>\n      \n      </a>",
                          "target": [
                            "li[data-thumb-alt=\"\"]:nth-child(5) > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/news/press/releases/2022/07/14/tsa-implements-additional-gender-marker-option-tsa-precheckr\">\n        \n\n\n            <div>Read Press Release</div>\n      \n      </a>",
                  "target": [
                    "li[data-thumb-alt=\"\"]:nth-child(1) > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "learn more",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "jobs.tsa.gov",
                          "port": "",
                          "pathname": "/transport-security-officer/",
                          "search": {
                            "utm_source": "tsa_gov",
                            "utm_medium": "homepage_banner",
                            "utm_campaign": "tso_national"
                          },
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/travel/security-screening/whatcanibring\">\n        \n\n\n            <div>Learn More</div>\n      \n      </a>",
                          "target": [
                            "li[data-thumb-alt=\"\"]:nth-child(4) > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed"
                          ]
                        },
                        {
                          "html": "<a class=\"usa-button survey-processed\" href=\"/contact/customer-service\">Learn More</a>",
                          "target": [
                            "a[href$=\"customer-service\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"usa-hero-button survey-processed\" href=\"https://jobs.tsa.gov/transport-security-officer?utm_source=tsa_gov&amp;utm_medium=homepage_banner&amp;utm_campaign=tso_national\">\n        \n\n\n            <div>Learn More</div>\n      \n      </a>",
                  "target": [
                    ".flex-active-slide > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed"
                  ],
                  "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": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "9.6pt (12.7765px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-banner\">",
                          "target": [
                            ".usa-banner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 9.6pt (12.7765px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"usa-banner__button-text\">Here’s how you know</span>",
                  "target": [
                    ".usa-banner__button-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 9.6pt (12.7765px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/travel/security-screening/whatcanibring/all\" class=\"survey-processed\">What Can I Bring? </a>",
                  "target": [
                    ".usa-nav__secondary-item:nth-child(1) > .survey-processed"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/a-zindex\" class=\"survey-processed\">A -Z Index </a>",
                  "target": [
                    ".usa-nav__secondary-item:nth-child(2) > .survey-processed[href=\"/a-zindex\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://hcec.tsa.dhs.gov\" class=\"survey-processed\">Employees </a>",
                  "target": [
                    "a[href$=\"hcec.tsa.dhs.gov\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "11.2pt (14.9059px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body>",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Contact</span>",
                  "target": [
                    ".max-tablet-hidden > .usa-nav__primary-item:nth-child(4) > .usa-nav__link.survey-processed[href$=\"contact\"] > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 11.2pt (14.9059px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006699",
                        "contrastRatio": 6.24,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-hero__callout\">",
                          "target": [
                            ".flex-active-slide > section > .grid-container > .usa-hero__callout"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.24 (foreground color: #ffffff, background color: #006699, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>\n        Explore open positions, view upcoming recruiting events and discover what it's like to work in this critical frontline role. \n      </p>",
                  "target": [
                    ".flex-active-slide > section > .grid-container > .usa-hero__callout > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.24 (foreground color: #ffffff, background color: #006699, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#d83933",
                        "contrastRatio": 4.61,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-hero-button survey-processed\" href=\"https://jobs.tsa.gov/transport-security-officer?utm_source=tsa_gov&amp;utm_medium=homepage_banner&amp;utm_campaign=tso_national\">\n        \n\n\n            <div>Learn More</div>\n      \n      </a>",
                          "target": [
                            ".flex-active-slide > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d83933, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div>Learn More</div>",
                  "target": [
                    ".flex-active-slide > section > .grid-container > .usa-hero__callout > .usa-hero-button.survey-processed > div"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d83933, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button survey-processed\" href=\"/precheck\" id=\"Apply Now\" onclick=\"ga('gtag_UA_34936050_1.send', 'event', 'Button', 'Click', 'Apply Now');\">Apply</a>",
                          "target": [
                            "#Apply\\ Now"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button survey-processed\" href=\"/precheck\" id=\"Apply Now\" onclick=\"ga('gtag_UA_34936050_1.send', 'event', 'Button', 'Click', 'Apply Now');\">Apply</a>",
                  "target": [
                    "#Apply\\ Now"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button survey-processed\" href=\"https://universalenroll.dhs.gov/workflows?servicecode=1111KF&amp;service=renewal\" id=\"Renewals\" onclick=\"ga('gtag_UA_34936050_1.send', 'event', 'Button', 'Click', 'Renewals');\">Renew</a>",
                          "target": [
                            "#Renewals"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button survey-processed\" href=\"https://universalenroll.dhs.gov/workflows?servicecode=1111KF&amp;service=renewal\" id=\"Renewals\" onclick=\"ga('gtag_UA_34936050_1.send', 'event', 'Button', 'Click', 'Renewals');\">Renew</a>",
                  "target": [
                    "#Renewals"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button survey-processed\" href=\"/about/employee-stories\">Read Our Stories</a>",
                          "target": [
                            ".usa-button.survey-processed[href$=\"employee-stories\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button survey-processed\" href=\"/about/employee-stories\">Read Our Stories</a>",
                  "target": [
                    ".usa-button.survey-processed[href$=\"employee-stories\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button survey-processed\" href=\"/contact/customer-service\">Learn More</a>",
                          "target": [
                            "a[href$=\"customer-service\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button survey-processed\" href=\"/contact/customer-service\">Learn More</a>",
                  "target": [
                    "a[href$=\"customer-service\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/a-zindex\">\n      A - Z Index\n  </a>",
                  "target": [
                    ".usa-list__link.survey-processed[href=\"/a-zindex\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/travel/civil-enforcement\">\n      Civil Enforcement \n  </a>",
                  "target": [
                    "a[href$=\"civil-enforcement\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"https://www.dhs.gov/\">\n      DHS\n  </a>",
                  "target": [
                    ".usa-list__item:nth-child(3) > a[href$=\"dhs.gov/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"https://www.federalrelay.us/\">\n      Federal Relay\n  </a>",
                  "target": [
                    "a[href$=\"federalrelay.us/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/foia\">\n      FOIA\n  </a>",
                  "target": [
                    "a[href$=\"foia\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/for-industry\">\n      Industry\n  </a>",
                  "target": [
                    "a[href$=\"for-industry\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/web-metrics\">\n      Metrics\n  </a>",
                  "target": [
                    "a[href$=\"web-metrics\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/no-fear-act\">\n      No FEAR\n  </a>",
                  "target": [
                    "a[href$=\"no-fear-act\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/privacy-policy\">\n      Privacy\n  </a>",
                  "target": [
                    "a[href$=\"privacy-policy\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"https://www.oig.dhs.gov/\">\n      Report Fraud, Waste &amp; Abuse\n  </a>",
                  "target": [
                    "a[href$=\"oig.dhs.gov/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"/contact/contact-forms\">\n      Report Security Threat\n  </a>",
                  "target": [
                    "a[href$=\"contact-forms\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"usa-footer__primary-section\">",
                          "target": [
                            ".usa-footer__primary-section"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-list__link survey-processed\" href=\"https://www.usa.gov/\">\n      USA.gov\n  </a>",
                  "target": [
                    "a[href$=\"usa.gov/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 12.8pt (17.0354px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.8pt (17.0354px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button survey-processed\" href=\"https://public.govdelivery.com/accounts/USDHSTSA/subscriber/new\">\n      Subscribe\n  </a>",
                          "target": [
                            ".usa-sign-up > .usa-button.survey-processed"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button survey-processed\" href=\"https://public.govdelivery.com/accounts/USDHSTSA/subscriber/new\">\n      Subscribe\n  </a>",
                  "target": [
                    ".usa-sign-up > .usa-button.survey-processed"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.8pt (17.0354px), font weight: bold). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 class=\"field-content\"><div class=\"icon_desc\"><a href=\"https://www.tsa.gov/coronavirus\" class=\"survey-processed\"><b>TSA COVID-19 website</b></a>\n<p>Read the latest news and updates on the novel coronavirus disease (COVID-19) outbreak.</p>\n</div></h3>",
                  "target": [
                    ".views-row:nth-child(1) > .views-field-field-block-link-1.views-field > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "image-alt",
              "impact": "critical",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag111",
                "section508",
                "section508.22.a",
                "ACT"
              ],
              "description": "Ensures <img> elements have alternate text or a role of none or presentation",
              "help": "Images must have alternate text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/image-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\">",
                  "target": [
                    ".views-row:nth-child(1) > .views-field-field-icon.views-field > .field-content > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "landmark-banner-is-top-level",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the banner landmark is at top level",
              "help": "Banner landmark should not be contained in another landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-banner-is-top-level?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "banner"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The banner landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<header class=\"usa-banner__header\">",
                  "target": [
                    ".usa-banner__header"
                  ],
                  "failureSummary": "Fix any of the following:\n  The banner landmark is contained in another landmark."
                }
              ]
            },
            {
              "id": "landmark-no-duplicate-banner",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one banner landmark",
              "help": "Document should not have more than one banner landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-banner?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-banner",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<header class=\"usa-banner__header\">",
                          "target": [
                            ".usa-banner__header"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one banner landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<header class=\"tsa-header usa-header usa-header--extended\">",
                  "target": [
                    ".tsa-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one banner landmark"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "banner",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"usa-banner__header\">",
                          "target": [
                            ".usa-banner__header"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<header class=\"tsa-header usa-header usa-header--extended\">",
                  "target": [
                    ".tsa-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav>",
                          "target": [
                            ".usa-nav__inner > nav"
                          ]
                        },
                        {
                          "html": "<nav class=\"usa-footer__nav\">",
                          "target": [
                            ".usa-footer__nav"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"quick-links\">",
                  "target": [
                    ".quick-links"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.tsa.gov/",
      "result": {
        "Error": {
          "AA.1_1_1.H37": {
            "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\">"
              }
            ]
          },
          "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>"
              }
            ]
          },
          "AA.4_1_2.H91.Button.Name": {
            "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button class=\"usa-menu-btn\">...</button>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button class=\"usa-nav__close\" alt=\"close\">...</button>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"text-align-center\">...</p>"
              }
            ]
          },
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.": [
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 class=\"field-content\">...</h3>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "#wcm-survey-target-id",
                "code": "<a style=\"position: fixed; top: 0px;\" id=\"wcm-survey-target-id\" class=\"survey-processed\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"usa-overlay\">...</div>"
              }
            ]
          },
          "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=\"#\" class=\"flex-active\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main-content\" class=\"element-invisible element-focusable survey-processed\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#wcm-survey-target-id",
                "code": "<a style=\"position: fixed; top: 0px;\" id=\"wcm-survey-target-id\" class=\"survey-processed\">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.tsa.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 16,
            "recommendation": 2,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Input_ExplicitLabel",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/button[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/button[1]"
              },
              "message": "Form control element <button> has no associated label",
              "bounds": {
                "left": 8,
                "top": 301,
                "height": 22,
                "width": 26
              },
              "snippet": "<button alt=\"close\" class=\"usa-nav__close\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Input_ExplicitLabel",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[2]/div[1]/button[1]",
                "aria": "/document[1]/banner[1]/button[1]"
              },
              "message": "Form control element <button> has no associated label",
              "bounds": {
                "left": 8,
                "top": 170,
                "height": 22,
                "width": 28
              },
              "snippet": "<button class=\"usa-menu-btn\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/img[1]",
                "aria": "/document[1]/main[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": 8,
                "top": 883,
                "height": 0,
                "width": 0
              },
              "snippet": "<img src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[2]/a[1]",
                "aria": "/document[1]/main[1]/list[3]/listitem[2]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 48,
                "top": 663,
                "height": 18,
                "width": 0
              },
              "snippet": "<a href=\"#\" class=\"flex-next\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[1]/a[1]",
                "aria": "/document[1]/main[1]/list[3]/listitem[1]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 48,
                "top": 645,
                "height": 18,
                "width": 0
              },
              "snippet": "<a href=\"#\" class=\"flex-prev\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[3]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 2509,
                "height": 56,
                "width": 784
              },
              "snippet": "<p>",
              "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": 8,
                "top": 8,
                "height": 18,
                "width": 133
              },
              "snippet": "<a class=\"element-invisible element-focusable survey-processed\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleSearchLandmarks",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/form[1]/div[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/search[1]/search[1]"
              },
              "message": "Multiple elements with \"search\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 279,
                "height": 22,
                "width": 784
              },
              "snippet": "<div role=\"search\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleSearchLandmarks",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/form[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/search[1]"
              },
              "message": "Multiple elements with \"search\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 279,
                "height": 22,
                "width": 784
              },
              "snippet": "<form method=\"get\" action=\"https://search.usa.gov/search\" class=\"usa-search usa-search--small search-block-form usa-form-large usa-search-small settings-tray-editable survey-processed\" data-drupal-settingstray=\"editable\" role=\"search\" id=\"block-tsa-gov-searchform\" data-drupal-selector=\"search-block-form\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 208,
                "height": 56,
                "width": 784
              },
              "snippet": "<nav class=\"quick-links\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/navigation[2]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 338,
                "height": 182,
                "width": 784
              },
              "snippet": "<nav>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/footer[1]/div[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": 8,
                "top": 1559,
                "height": 270,
                "width": 784
              },
              "snippet": "<nav class=\"usa-footer__nav\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 125,
                "width": 784
              },
              "snippet": "<header class=\"usa-banner__header\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 494,
                "width": 784
              },
              "snippet": "<header class=\"tsa-header usa-header usa-header--extended\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[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": 8,
                "top": 208,
                "height": 56,
                "width": 784
              },
              "snippet": "<nav class=\"quick-links\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[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": 8,
                "top": 338,
                "height": 182,
                "width": 784
              },
              "snippet": "<nav>",
              "level": "violation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 8,
                "top": 536,
                "height": 1007,
                "width": 784
              },
              "snippet": "<main class=\"usa-main usa-main--landing\" role=\"main\">",
              "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": 8,
                "top": 1559,
                "height": 900,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"tsa-footer usa-footer\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 10,
            "recommendation": 2,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Input_ExplicitLabel",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[2]/div[1]/button[1]",
                "aria": "/document[1]/banner[1]/button[1]"
              },
              "message": "Form control element <button> has no associated label",
              "bounds": {
                "left": 755,
                "top": 23,
                "height": 52,
                "width": 45
              },
              "snippet": "<button class=\"usa-menu-btn\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/img[1]",
                "aria": "/document[1]/main[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": 45,
                "top": 484,
                "height": 72,
                "width": 71
              },
              "snippet": "<img src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\">",
              "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": 316,
                "top": 0,
                "height": 3,
                "width": 72
              },
              "snippet": "<a class=\"element-invisible element-focusable survey-processed\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 23,
                "width": 800
              },
              "snippet": "<header class=\"usa-banner__header\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 75,
                "width": 800
              },
              "snippet": "<header class=\"tsa-header usa-header usa-header--extended\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[5]/link[1]"
              },
              "message": "Text contrast of 3.67 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 441,
                "top": 435,
                "height": 11,
                "width": 11
              },
              "snippet": "<a href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[4]/link[1]"
              },
              "message": "Text contrast of 3.67 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 418,
                "top": 435,
                "height": 11,
                "width": 11
              },
              "snippet": "<a href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[3]/link[1]"
              },
              "message": "Text contrast of 3.67 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 395,
                "top": 435,
                "height": 11,
                "width": 11
              },
              "snippet": "<a href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[2]/link[1]"
              },
              "message": "Text contrast of 3.67 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 372,
                "top": 435,
                "height": 11,
                "width": 11
              },
              "snippet": "<a href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[1]/link[1]"
              },
              "message": "Text contrast of 1.95 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
              "bounds": {
                "left": 349,
                "top": 435,
                "height": 11,
                "width": 11
              },
              "snippet": "<a class=\"flex-active\" href=\"#\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 75,
                "height": 1330,
                "width": 800
              },
              "snippet": "<main class=\"usa-main usa-main--landing\" role=\"main\">",
              "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": 0,
                "top": 1404,
                "height": 290,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" class=\"tsa-footer usa-footer\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.tsa.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Transportation Security Administration | Transportation Security Administration",
          "pageurl": "https://www.tsa.gov/",
          "time": 2.82,
          "creditsremaining": 619,
          "allitemcount": 92,
          "totalelements": 503,
          "waveurl": "http://wave.webaim.org/report?url=https://www.tsa.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 5,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV: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"
                  }
                ]
              },
              "button_empty": {
                "id": "button_empty",
                "description": "Empty button",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child + BUTTON",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + NAV > DIV:first-child > NAV:first-child + FORM + DIV > BUTTON:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_empty": {
                "id": "link_empty",
                "description": "Empty link",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > 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:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > 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": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 6,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > DIV:first-child > DIV:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > DIV:first-child + DIV > DIV:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > DIV:first-child + DIV + DIV > DIV: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"
                  }
                ]
              },
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER + DIV + MAIN > DIV:first-child + DIV > DIV#main-content > DIV:first-child > DIV#block-mainpagecontent > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H3:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "underline": {
                "id": "underline",
                "description": "Underlined text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > P:first-child + P",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child + DIV + BUTTON > SPAN:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "URL",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.tsa.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-21T23:29:41.746Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1033725,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 169,
              "failing": 11
            },
            "issues": {
              "totalErrors": 53,
              "totalWarnings": 1,
              "totalIssues": 54
            },
            "issuesByLevel": {
              "A": {
                "count": 27,
                "pct": 50
              },
              "AA": {
                "count": 17,
                "pct": 31.48
              },
              "AAA": {
                "count": 54,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 5,
              "warningDensity": 0,
              "allDensity": 5
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "958dd2bb-85a8-4e1e-bb3b-90266c938bd3",
          "docID": "c3d0547a-f94d-4fcf-d3ee-941ac925f1bf",
          "sourceHash": "cad19a2e97e7f4345e5b9ef7752eeba2",
          "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=958dd2bb-85a8-4e1e-bb3b-90266c938bd3",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 3137,
                "column": 60
              },
              "errorSnippet": "&lt;body&gt; &lt;div id=\"skip-link\"&gt; &lt;a href=\"#main-content\" class=\"element-invisible element-focusable survey-processed\"&gt; Skip to main content &lt;/a&gt; &lt;/div&gt; &lt;div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas=\"\"&",
              "xpath": "/html/body",
              "issueID": "4f9551a23a868d8752434fe1a39c697d",
              "signature": "bf49729ca994d095ebff77c8e0898028",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=4f9551a23a868d8752434fe1a39c697d"
            },
            {
              "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": 20
                },
                "bottom-right": {
                  "x": 40,
                  "y": 60
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6900,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-prev\" href=\"#\" style=\"\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[1]/a[1]",
              "issueID": "811857dfe5df310825d2ef3ec8566ee9",
              "signature": "47a2d1082ea93bf4bb10734e2fce1c4c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=811857dfe5df310825d2ef3ec8566ee9"
            },
            {
              "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": 20
                },
                "bottom-right": {
                  "x": 40,
                  "y": 60
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6900,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-next\" href=\"#\" style=\"\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[2]/a[1]",
              "issueID": "79aab29290428b2b015b9d5742a9ad04",
              "signature": "9360d01cb37803a0553a536187162ef4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=79aab29290428b2b015b9d5742a9ad04"
            },
            {
              "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": 123.1875,
                  "y": 300.948975
                },
                "bottom-right": {
                  "x": 210.1875,
                  "y": 315.948975
                },
                "height": 15,
                "width": 87
              },
              "position": {
                "line": 5730,
                "column": 33
              },
              "errorSnippet": "&lt;a class=\"usa-hero-button survey-processed\" href=\"https://jobs.tsa.gov/transport-security-officer?utm_source=tsa_gov&amp;amp;utm_medium=homepage_banner&amp;amp;utm_campaign=tso_national\"&gt; &lt;div&gt;Learn More&lt;/div&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "26e2fbe399e315937f575706813ef1a8",
              "signature": "710e1be35cb60fbbc0002625147d590e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=26e2fbe399e315937f575706813ef1a8"
            },
            {
              "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": 123.1875,
                  "y": 240.948975
                },
                "bottom-right": {
                  "x": 210.1875,
                  "y": 255.948975
                },
                "height": 15,
                "width": 87
              },
              "position": {
                "line": 5742,
                "column": 52
              },
              "errorSnippet": "&lt;a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/travel/security-screening/whatcanibring\"&gt; &lt;div&gt;Learn More&lt;/div&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "697863837a91af2d3c113067aff9f91b",
              "signature": "e9cf2e9ac98191756c6fd05c371d28aa",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=697863837a91af2d3c113067aff9f91b"
            },
            {
              "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": 810.8125,
                  "y": 319.125
                },
                "bottom-right": {
                  "x": 897.8125,
                  "y": 334.125
                },
                "height": 15,
                "width": 87
              },
              "position": {
                "line": 7428,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"usa-button survey-processed\" href=\"/contact/customer-service\"&gt;Learn More&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[4]/a[1]",
              "issueID": "9adfe2564b174b3d7cec3b28b911236c",
              "signature": "57b8e773d13a633b2ab68e30d2e7d012",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=9adfe2564b174b3d7cec3b28b911236c"
            },
            {
              "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": 40,
                  "y": 30
                },
                "bottom-right": {
                  "x": 516,
                  "y": 165
                },
                "height": 135,
                "width": 476
              },
              "position": {
                "line": 1101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/\" title=\"The U.S. Department of Homeland Security Transportation Security Administration Seal\" aria-label=\"The U.S. Department of Homeland Security Transportation Security Administration Seal\" class=\"survey-processed\"&gt; &lt;img id=\"block-t",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "569e95b3ffdc1d3262959031220b6599",
              "signature": "8fe53932adf303d1a1531283232e0594",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=569e95b3ffdc1d3262959031220b6599"
            },
            {
              "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": 93,
                  "y": 0
                },
                "bottom-right": {
                  "x": 201,
                  "y": 14
                },
                "height": 14,
                "width": 108
              },
              "position": {
                "line": 1101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/travel/security-screening/whatcanibring/all\" class=\"survey-processed\"&gt;What Can I Bring? &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "78427c93bca58f94b919f1347d58bb90",
              "signature": "1c28c459493ab69b4ad1b8a6facff511",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=78427c93bca58f94b919f1347d58bb90"
            },
            {
              "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": 219,
                  "y": 0
                },
                "bottom-right": {
                  "x": 282,
                  "y": 14
                },
                "height": 14,
                "width": 63
              },
              "position": {
                "line": 1101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/a-zindex\" class=\"survey-processed\"&gt;A -Z Index &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "ded7337f31f38d629f5f6fa965a5b16e",
              "signature": "ae18100d17b94f49359e56b0f5606ed2",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=ded7337f31f38d629f5f6fa965a5b16e"
            },
            {
              "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": 300,
                  "y": 0
                },
                "bottom-right": {
                  "x": 368,
                  "y": 14
                },
                "height": 14,
                "width": 68
              },
              "position": {
                "line": 1102,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://hcec.tsa.dhs.gov\" class=\"survey-processed\"&gt;Employees &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "bbe224439f8e21ea19e28e02d3623d0c",
              "signature": "5ea121e5c53a7e8e8a93835939c038ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=bbe224439f8e21ea19e28e02d3623d0c"
            },
            {
              "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": 456.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 467.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6150,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"#\" class=\"flex-active\"&gt;1&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]",
              "issueID": "05bfacb87b22c3bff46116feeb27b284",
              "signature": "c3672244bec06e70188ebfa45c127179",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=05bfacb87b22c3bff46116feeb27b284"
            },
            {
              "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": 479.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 490.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6151,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;2&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]",
              "issueID": "5a04992bd2f869125de13229a7c12879",
              "signature": "ba31d2af798a9d6d38ed4915bf5ae98e",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=5a04992bd2f869125de13229a7c12879"
            },
            {
              "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": 502.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 513.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6151,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;3&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]",
              "issueID": "aaa632c51334f59dd632ce5bc14783f0",
              "signature": "952538af2aa1834163c43da00b78c37d",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=aaa632c51334f59dd632ce5bc14783f0"
            },
            {
              "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": 525.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 536.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6899,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;4&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]",
              "issueID": "1316943c135783044860f7b7e7ea0628",
              "signature": "e9ad7d60df546d652f5ae47f29015190",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=1316943c135783044860f7b7e7ea0628"
            },
            {
              "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": 548.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 559.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6900,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;5&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]",
              "issueID": "ae77c778a70b8c265d00b470ddc13399",
              "signature": "40bc3ebfa4a69173aa5c1aa0a42bd09e",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=ae77c778a70b8c265d00b470ddc13399"
            },
            {
              "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": 123.1875,
                  "y": 300.948975
                },
                "bottom-right": {
                  "x": 270.1875,
                  "y": 315.948975
                },
                "height": 15,
                "width": 147
              },
              "position": {
                "line": 5731,
                "column": 40
              },
              "errorSnippet": "&lt;a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/news/press/releases/2022/05/25/tsa-enables-maryland-residents-use-mobile-drivers-license-or-state\"&gt; &lt;div&gt;Read Press Release&lt;/div&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "cce30ec125acfceefe3515a282f5bcde",
              "signature": "588989c7324f5326669e288c16f6f872",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=cce30ec125acfceefe3515a282f5bcde"
            },
            {
              "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": 123.1875,
                  "y": 240.948975
                },
                "bottom-right": {
                  "x": 210.1875,
                  "y": 255.948975
                },
                "height": 15,
                "width": 87
              },
              "position": {
                "line": 5742,
                "column": 52
              },
              "errorSnippet": "&lt;a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/travel/security-screening/whatcanibring\"&gt; &lt;div&gt;Learn More&lt;/div&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "a8700ce053b92044879325f94f5d5e88",
              "signature": "8997ca5e406c313a8333a62494d8d846",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a8700ce053b92044879325f94f5d5e88"
            },
            {
              "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": 123.1875,
                  "y": 270.948975
                },
                "bottom-right": {
                  "x": 270.1875,
                  "y": 285.948975
                },
                "height": 15,
                "width": 147
              },
              "position": {
                "line": 5743,
                "column": 58
              },
              "errorSnippet": "&lt;a class=\"usa-hero-button survey-processed\" href=\"https://www.tsa.gov/news/press/releases/2022/06/24/tsa-precheckr-participants-can-now-use-american-airlines-mobile-app\"&gt; &lt;div&gt;Read Press Release&lt;/div&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "3f2c5f0063f48c15194a2085c32406e0",
              "signature": "67292efbbf7de7ec3c7e06109d5a1e16",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=3f2c5f0063f48c15194a2085c32406e0"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -2
                },
                "bottom-right": {
                  "x": 127,
                  "y": 12
                },
                "height": 14,
                "width": 127
              },
              "position": {
                "line": 3932,
                "column": 138
              },
              "errorSnippet": "&lt;p class=\"usa-banner__header-action\" aria-hidden=\"true\" style=\"\"&gt;Here’s how you know&lt;/p&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[1]/div[1]/header[1]/div[1]/div[2]/p[2]",
              "issueID": "bb7c4c13624c7c6e57b00f3cab20bc6b",
              "signature": "6629a3d5aad2a0d55690dd153d1e283f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=bb7c4c13624c7c6e57b00f3cab20bc6b"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -1
                },
                "bottom-right": {
                  "x": 115,
                  "y": 15
                },
                "height": 16,
                "width": 115
              },
              "position": {
                "line": 8837,
                "column": 11
              },
              "errorSnippet": "&lt;span class=\"usa-banner__button-text\"&gt;Here’s how you know&lt;/span&gt;",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[1]/div[1]/header[1]/div[1]/button[1]/span[1]",
              "issueID": "933b914e7b56c2beafe9162a45c932a3",
              "signature": "2a498d07d6ed2f5427ddd3cf0255651d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=933b914e7b56c2beafe9162a45c932a3"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 3137,
                "column": 60
              },
              "errorSnippet": "&lt;body&gt; &lt;div id=\"skip-link\"&gt; &lt;a href=\"#main-content\" class=\"element-invisible element-focusable survey-processed\"&gt; Skip to main content &lt;/a&gt; &lt;/div&gt; &lt;div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas=\"\"&",
              "xpath": "/html/body",
              "issueID": "a919ffa7ad47828d5d36369480fcc607",
              "signature": "e8ed75135268c7de8e5e8da259a98ade",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a919ffa7ad47828d5d36369480fcc607"
            },
            {
              "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": 40,
                  "y": 22
                },
                "bottom-right": {
                  "x": 516,
                  "y": 157
                },
                "height": 135,
                "width": 476
              },
              "position": {
                "line": 8842,
                "column": 7
              },
              "errorSnippet": "&lt;div class=\"usa-logo\"&gt; &lt;a href=\"/\" title=\"The U.S. Department of Homeland Security Transportation Security Administration Seal\" aria-label=\"The U.S. Department of Homeland Security Transportation Security Administration Seal\" class=\"survey-proce",
              "xpath": "/html/body/div[2]/div[1]/header[1]/div[2]/div[1]/div[1]",
              "issueID": "2b16a9e87692beb15cd5bfdd0f6a630e",
              "signature": "7688a024f1c5bd7189fbc46d9fdb70df",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2b16a9e87692beb15cd5bfdd0f6a630e"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 166.009375
                },
                "bottom-right": {
                  "x": 1000,
                  "y": 166.009375
                },
                "height": 0,
                "width": 1000
              },
              "position": {
                "line": 8887,
                "column": 5
              },
              "errorSnippet": "&lt;nav aria-label=\"Primary navigation\" class=\"usa-nav\"&gt; &lt;div class=\"usa-nav__secondary\"&gt; &lt;nav class=\"quick-links\"&gt; &lt;ul class=\"usa-nav__secondary-links\"&gt; &lt;li class=\"usa-nav__secondary-item\"&gt; &lt;a href=\"/travel/security-screeni",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]",
              "issueID": "de6ddbec7db6d4f41934274e8f2ce6b2",
              "signature": "ba4e41b585dd6f6e196c6c5c586204f0",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=de6ddbec7db6d4f41934274e8f2ce6b2"
            },
            {
              "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": 624,
                  "y": -96
                },
                "bottom-right": {
                  "x": 992,
                  "y": -96
                },
                "height": 0,
                "width": 368
              },
              "position": {
                "line": 8843,
                "column": 9
              },
              "errorSnippet": "&lt;div class=\"usa-nav__secondary\"&gt; &lt;nav class=\"quick-links\"&gt; &lt;ul class=\"usa-nav__secondary-links\"&gt; &lt;li class=\"usa-nav__secondary-item\"&gt; &lt;a href=\"/travel/security-screening/whatcanibring/all\" class=\"survey-processed\"&gt;What Can I",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]",
              "issueID": "2a6761b5be9bdc14bb58bb53c39de97a",
              "signature": "ed9cecf64f59337884ca79f56a6fce9b",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2a6761b5be9bdc14bb58bb53c39de97a"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1095,
                "column": 3
              },
              "errorSnippet": "&lt;li class=\"usa-nav__primary-item\"&gt; &lt;button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-mobile-1\"&gt; &lt;span&gt;Travel&lt;/span&gt; &lt;/button&gt; &lt;ul id=\"basic-nav-section-mobile-1\" cl",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]",
              "issueID": "86c3f321dc20765308485e8c05a6addf",
              "signature": "4f2005d7fafcca7f66e2bf8b5769ced7",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=86c3f321dc20765308485e8c05a6addf"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8935,
                "column": 19
              },
              "errorSnippet": "&lt;li class=\"usa-nav__primary-item\"&gt; &lt;button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-mobile-3\"&gt; &lt;span&gt;About&lt;/span&gt; &lt;/button&gt; &lt;ul id=\"basic-nav-section-mobile-3\" cla",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]",
              "issueID": "7aa57f100a5987801c926e2ebf2de050",
              "signature": "39cdb3db7d9f7f8b3aea0504f09fcb4c",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=7aa57f100a5987801c926e2ebf2de050"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 44.40625
                },
                "bottom-right": {
                  "x": 100,
                  "y": 90.40625
                },
                "height": 46,
                "width": 100
              },
              "position": {
                "line": 8992,
                "column": 11
              },
              "errorSnippet": "&lt;li class=\"usa-nav__primary-item\"&gt; &lt;button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-1\"&gt; &lt;span&gt;Travel&lt;/span&gt; &lt;/button&gt; &lt;ul id=\"basic-nav-section-1\" class=\"usa-nav__",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/nav[1]/ul[2]/li[1]",
              "issueID": "475e6d8ae8751662d1b5ee29e1813910",
              "signature": "c824d74512e280f2d98abb6e13585838",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=475e6d8ae8751662d1b5ee29e1813910"
            },
            {
              "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": 189,
                  "y": 44.40625
                },
                "bottom-right": {
                  "x": 286,
                  "y": 90.40625
                },
                "height": 46,
                "width": 97
              },
              "position": {
                "line": 9088,
                "column": 19
              },
              "errorSnippet": "&lt;li class=\"usa-nav__primary-item\"&gt; &lt;button class=\"usa-accordion__button usa-nav__link\" aria-expanded=\"false\" aria-controls=\"basic-nav-section-3\"&gt; &lt;span&gt;About&lt;/span&gt; &lt;/button&gt; &lt;ul id=\"basic-nav-section-3\" class=\"usa-nav__s",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/nav[1]/ul[2]/li[3]",
              "issueID": "d0d1afc061b0fa6bb80fb8b7181d8cd6",
              "signature": "e05c7312b845185a0486efd70c08b501",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d0d1afc061b0fa6bb80fb8b7181d8cd6"
            },
            {
              "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": 48,
                  "y": 526.265625
                },
                "bottom-right": {
                  "x": 272.85900000000004,
                  "y": 661.265625
                },
                "height": 135,
                "width": 224.859
              },
              "position": {
                "line": 9695,
                "column": 69
              },
              "errorSnippet": "&lt;h3 class=\"field-content\"&gt;&lt;div class=\"icon_desc\"&gt;&lt;a href=\"https://www.tsa.gov/coronavirus\" class=\"survey-processed\"&gt;&lt;b&gt;TSA COVID-19 website&lt;/b&gt;&lt;/a&gt;\n&lt;p&gt;Read the latest news and updates on the novel coronavirus dis",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h3[1]",
              "issueID": "62f320f7c0b6469361d0c80fb7d90e68",
              "signature": "ff3794c30e3662424fa5692bb1103a50",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=62f320f7c0b6469361d0c80fb7d90e68"
            },
            {
              "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": 757.796875,
                  "y": 524.96875
                },
                "bottom-right": {
                  "x": 1008.015875,
                  "y": 658.96875
                },
                "height": 134,
                "width": 250.219
              },
              "position": {
                "line": 9707,
                "column": 69
              },
              "errorSnippet": "&lt;h3 class=\"field-content\"&gt;&lt;div class=\"icon_desc\"&gt;&lt;a href=\"/travel/special-procedures\" class=\"survey-processed\"&gt;&lt;b&gt;Disabilities and Medical Conditions&lt;/b&gt;&lt;/a&gt;\n&lt;p&gt;Access important information and resources for trav",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]/h3[1]",
              "issueID": "c4b51ea59f86c3206b948c01be7f5ff6",
              "signature": "9570bc20c25d475c8d9533fcf3f8da50",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c4b51ea59f86c3206b948c01be7f5ff6"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 748
                },
                "height": 748,
                "width": 1004
              },
              "position": {
                "line": 9908,
                "column": 5
              },
              "errorSnippet": "&lt;div id=\"wcm-survey-popup\" class=\"\" style=\"\"&gt; &lt;div class=\"logo logo-img\"&gt; &lt;img id=\"logo\" alt=\" Logo\" src=\"/profiles/tsad8_gov/themes/custom/tsa_gov/logo.svg\"&gt; &lt;/div&gt; &lt;div class=\"message\"&gt; &lt;p&gt;You have been selected to p",
              "xpath": "/html/body/div[3]",
              "issueID": "9c71e28c4559a731b9fe4768e7a5f85d",
              "signature": "83ad60b4ab79215b4a9e90d47bb10371",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9c71e28c4559a731b9fe4768e7a5f85d"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 12
                },
                "bottom-right": {
                  "x": 48,
                  "y": 60
                },
                "height": 48,
                "width": 48
              },
              "position": {
                "line": 8927,
                "column": 1
              },
              "errorSnippet": "&lt;button class=\"usa-nav__close\" alt=\"close\" style=\"\"&gt; &lt;svg class=\"svg-inline--fa fa-times fa-w-11\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fa\" data-icon=\"times\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\" data-fa",
              "xpath": "/html/body/div[2]/div[1]/header[1]/nav[1]/div[1]/div[1]/button[1]",
              "issueID": "abdf32ec93a3bb6a19cc8c185119e343",
              "signature": "1c62aa12762ef93facac5349944e53ae",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=abdf32ec93a3bb6a19cc8c185119e343"
            },
            {
              "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": 456.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 467.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6150,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"#\" class=\"flex-active\"&gt;1&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/a[1]",
              "issueID": "b05699c429a49a0ac01f966672788737",
              "signature": "18eda9db160c6bc889978f2dfe0fb411",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b05699c429a49a0ac01f966672788737"
            },
            {
              "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": 479.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 490.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6151,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;2&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[2]/a[1]",
              "issueID": "eed44714bbefcc3e025dc1064fc36fb4",
              "signature": "6eb1eff9c77470b51f5e107c7a62cb86",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=eed44714bbefcc3e025dc1064fc36fb4"
            },
            {
              "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": 502.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 513.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6151,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;3&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[3]/a[1]",
              "issueID": "16fbbb49e3a66c0f5874233ef63d2e7d",
              "signature": "b3f6a86f2120981175b3ffdcd69091d7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=16fbbb49e3a66c0f5874233ef63d2e7d"
            },
            {
              "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": 525.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 536.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6899,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;4&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[4]/a[1]",
              "issueID": "5eec20eb03a20a28dddeaffa81b8d57b",
              "signature": "f8d4e3b4522671e94f9df1c516b0c548",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5eec20eb03a20a28dddeaffa81b8d57b"
            },
            {
              "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": 548.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 559.5,
                  "y": 11
                },
                "height": 11,
                "width": 11
              },
              "position": {
                "line": 6900,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt;5&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[5]/a[1]",
              "issueID": "5d4f722c6b38558fdfb4d1dbdd52840d",
              "signature": "edbbee8b211d84693e910848cb2c5059",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5d4f722c6b38558fdfb4d1dbdd52840d"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 20
                },
                "bottom-right": {
                  "x": 40,
                  "y": 60
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6900,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-prev\" href=\"#\" style=\"\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[1]/a[1]",
              "issueID": "3a045e3dcfa1ead933f0c7c81d29d22a",
              "signature": "6ccad2c5b06c222fcf5f77fc893334df",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3a045e3dcfa1ead933f0c7c81d29d22a"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 20
                },
                "bottom-right": {
                  "x": 40,
                  "y": 60
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 6900,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-next\" href=\"#\" style=\"\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/main[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[2]/li[2]/a[1]",
              "issueID": "1d437fd0f8fdedc0810b59f2cc82c0d3",
              "signature": "6b9cf1af91ce9bbbc543a7c53f07b36a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1d437fd0f8fdedc0810b59f2cc82c0d3"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 91
                },
                "bottom-right": {
                  "x": 33,
                  "y": 113
                },
                "height": 22,
                "width": 33
              },
              "position": {
                "line": 7500,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"usa-list__link survey-processed\" href=\"https://www.dhs.gov/\"&gt; DHS &lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "be29372a777b2187c186f4edb3857e06",
              "signature": "5f635f50cadd91e5bbc64bec8bd7f635",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=be29372a777b2187c186f4edb3857e06"
            },
            {
              "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": 308,
                  "y": 16
                },
                "bottom-right": {
                  "x": 340,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 7908,
                "column": 58
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Blog'\" target=\"_blank\" href=\"/blog\"&gt; &lt;svg class=\"icon\" id=\"tsablog30\" aria-hidden=\"true\" role=\"img\"&gt; &lt;use xlink:href=\"/profiles/tsad8_gov/themes/custom/tsa_gov/dist/img/sprite",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "7d7ecda918ccd0b15dc2adb98b043fa8",
              "signature": "032229fd1cb41e15baa66de665aeb3b9",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7d7ecda918ccd0b15dc2adb98b043fa8"
            },
            {
              "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": 364,
                  "y": 16
                },
                "bottom-right": {
                  "x": 396,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8315,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Instagram'\" target=\"_blank\" href=\"https://instagram.com/tsa/\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-instagram fa-w-14\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\"",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "8445f3ae1e321b7c6523a2cee87bd8fa",
              "signature": "e18d0ddf17f1c4eef1f658740f5afb01",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8445f3ae1e321b7c6523a2cee87bd8fa"
            },
            {
              "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": 420,
                  "y": 16
                },
                "bottom-right": {
                  "x": 452,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8316,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Twitter'\" target=\"_blank\" href=\"https://twitter.com/tsa\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-twitter fa-w-16\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-i",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[3]/a[1]",
              "issueID": "17436ab69a90f48297513c23307dc240",
              "signature": "f96897186933071ef44c99d86c78fe8f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=17436ab69a90f48297513c23307dc240"
            },
            {
              "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": 476,
                  "y": 16
                },
                "bottom-right": {
                  "x": 508,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8316,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Facebook'\" target=\"_blank\" href=\"https://www.facebook.com/TSA\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-facebook-square fa-w-14\" aria-hidden=\"true\" focusable=\"false\" data-prefi",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[4]/a[1]",
              "issueID": "fe6b1a759fdd6481e5e73e71ee1c977d",
              "signature": "18b2770b9cc90e92e70aa8f1662ce32b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fe6b1a759fdd6481e5e73e71ee1c977d"
            },
            {
              "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": 532,
                  "y": 16
                },
                "bottom-right": {
                  "x": 564,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8809,
                "column": 7
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA YouTube'\" target=\"_blank\" href=\"https://www.youtube.com/tsa\" rel=\"noopener\"&gt; &lt;svg class=\"icon\" id=\"youtube30\" aria-hidden=\"true\" role=\"img\"&gt; &lt;use xlink:href=\"/profiles/tsad8_g",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[5]/a[1]",
              "issueID": "9bf0090e3e0e090f5862f350e9dab00d",
              "signature": "2e4054a66960f290305eb74941e2ef48",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9bf0090e3e0e090f5862f350e9dab00d"
            },
            {
              "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": 588,
                  "y": 16
                },
                "bottom-right": {
                  "x": 620,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8875,
                "column": 9
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'AskTSA Facebook'\" target=\"_blank\" href=\"https://www.facebook.com/AskTSA\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-facebook-messenger fa-w-16\" aria-hidden=\"true\" focusable=\"false\" d",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[6]/a[1]",
              "issueID": "b9d769cf5bb42a989a7c24905936cbb7",
              "signature": "069c54a5a61da05e3e7a8b8b09776427",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b9d769cf5bb42a989a7c24905936cbb7"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 3137,
                "column": 60
              },
              "errorSnippet": "&lt;body&gt; &lt;div id=\"skip-link\"&gt; &lt;a href=\"#main-content\" class=\"element-invisible element-focusable survey-processed\"&gt; Skip to main content &lt;/a&gt; &lt;/div&gt; &lt;div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas=\"\"&",
              "xpath": "/html/body",
              "issueID": "dce4019d70f92f5494a97327117ff8cd",
              "signature": "661861a63654b5bc4adefcf66a648941",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=dce4019d70f92f5494a97327117ff8cd"
            },
            {
              "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": 308,
                  "y": 16
                },
                "bottom-right": {
                  "x": 340,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 7908,
                "column": 58
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Blog'\" target=\"_blank\" href=\"/blog\"&gt; &lt;svg class=\"icon\" id=\"tsablog30\" aria-hidden=\"true\" role=\"img\"&gt; &lt;use xlink:href=\"/profiles/tsad8_gov/themes/custom/tsa_gov/dist/img/sprite",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "2c5f7d4f89c4c4a71b0ad397153acc90",
              "signature": "4e45e855d426ac826c70323e77f1ba51",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2c5f7d4f89c4c4a71b0ad397153acc90"
            },
            {
              "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": 364,
                  "y": 16
                },
                "bottom-right": {
                  "x": 396,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8315,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Instagram'\" target=\"_blank\" href=\"https://instagram.com/tsa/\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-instagram fa-w-14\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\"",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "b4e974327d81b67f61dea62b24f81db8",
              "signature": "05b9b852d7ac623529121a9e58a971fc",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b4e974327d81b67f61dea62b24f81db8"
            },
            {
              "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": 420,
                  "y": 16
                },
                "bottom-right": {
                  "x": 452,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8316,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Twitter'\" target=\"_blank\" href=\"https://twitter.com/tsa\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-twitter fa-w-16\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-i",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[3]/a[1]",
              "issueID": "48a223159c40f00da9645d7c4dfcf91a",
              "signature": "d14b5eb092bdfb1553869b61ef193169",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=48a223159c40f00da9645d7c4dfcf91a"
            },
            {
              "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": 476,
                  "y": 16
                },
                "bottom-right": {
                  "x": 508,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8316,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA Facebook'\" target=\"_blank\" href=\"https://www.facebook.com/TSA\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-facebook-square fa-w-14\" aria-hidden=\"true\" focusable=\"false\" data-prefi",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[4]/a[1]",
              "issueID": "0e295d4c0a8474846be09e5eba1adbb7",
              "signature": "11a677dff454cf0f28d06be9cf6606c6",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0e295d4c0a8474846be09e5eba1adbb7"
            },
            {
              "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": 532,
                  "y": 16
                },
                "bottom-right": {
                  "x": 564,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8809,
                "column": 7
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'TSA YouTube'\" target=\"_blank\" href=\"https://www.youtube.com/tsa\" rel=\"noopener\"&gt; &lt;svg class=\"icon\" id=\"youtube30\" aria-hidden=\"true\" role=\"img\"&gt; &lt;use xlink:href=\"/profiles/tsad8_g",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[5]/a[1]",
              "issueID": "6392eca6dc96baaceb955e46c0205785",
              "signature": "c9058f633d2245e07bbaeb870289875a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6392eca6dc96baaceb955e46c0205785"
            },
            {
              "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": 588,
                  "y": 16
                },
                "bottom-right": {
                  "x": 620,
                  "y": 48
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 8875,
                "column": 9
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'AskTSA Facebook'\" target=\"_blank\" href=\"https://www.facebook.com/AskTSA\" rel=\"noopener\"&gt; &lt;svg class=\"svg-inline--fa fa-facebook-messenger fa-w-16\" aria-hidden=\"true\" focusable=\"false\" d",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[6]/a[1]",
              "issueID": "72d6ba68a5e7db2b5fac5df01638f988",
              "signature": "c8c2ea214f65b9bcc15c906f6e080eb5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=72d6ba68a5e7db2b5fac5df01638f988"
            },
            {
              "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": 644,
                  "y": 16
                },
                "bottom-right": {
                  "x": 692,
                  "y": 56
                },
                "height": 40,
                "width": 48
              },
              "position": {
                "line": 8893,
                "column": 11
              },
              "errorSnippet": "&lt;a class=\"tsa-social-link survey-processed\" title=\"Link to 'AskTSA Twitter'\" target=\"_blank\" href=\" https://twitter.com/AskTSA\" rel=\"noopener\"&gt; &lt;svg class=\"icon\" id=\"asktsatwitter\" aria-hidden=\"true\" role=\"img\"&gt; &lt;use xlink:href=\"/profiles/",
              "xpath": "/html/body/div[2]/div[1]/footer[1]/div[2]/ul[1]/li[7]/a[1]",
              "issueID": "414c62ef3fc9fdec5d77e3abb3e1b8bb",
              "signature": "7ea9ed825a4470c5f8d4360a11d0d48a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=414c62ef3fc9fdec5d77e3abb3e1b8bb"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://tsa.gov/",
      "what": "Transportation Security Administration",
      "result": "https://www.tsa.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.tsa.gov/",
      "result": [
        {
          "engineTestId": 89,
          "bestPracticeId": 362,
          "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<img src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\">",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": {
            "fixType": 1,
            "domSpec": false,
            "helperText": "Provide alternative text that describes the content conveyed by the image.",
            "fix": {
              "alt": null,
              "aria-label": false,
              "aria-labelledby": false
            }
          },
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"/sites/default/files/icon_covid-19_tsa.gov_.svg\"]",
            "attNo": 1
          }
        },
        {
          "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=\"quick-links\"><ul class=\"usa-nav__secondary-links\"><li class=\"usa-nav__secondary-item\"><a ... dary-item\"><a class=\"survey-processed\" href=\"https://hcec.tsa.dhs.gov\">Employees</a></li></ul></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"quick-links\"]",
            "attNo": 1
          }
        },
        {
          "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><ul class=\"min-desktop-visible usa-nav__primary usa-accordion\"><li class=\"usa-nav__primary-item ... Mission</span></a></li><li class=\"usa-nav__submenu-item\"><a class=\"usa-nav__link--indented survey-pr",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav",
            "attNo": 0
          }
        },
        {
          "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=\"usa-footer__nav\"><div class=\"grid-row\"><div class=\"grid-col-6 tablet:grid-col-3\"><ul cla ... ttps://www.usa.gov/\" class=\"usa-list__link survey-processed\">USA.gov</a></li></ul></div></div></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"usa-footer__nav\"]",
            "attNo": 1
          }
        },
        {
          "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=\"quick-links\"><ul class=\"usa-nav__secondary-links\"><li class=\"usa-nav__secondary-item\"><a ... dary-item\"><a class=\"survey-processed\" href=\"https://hcec.tsa.dhs.gov\">Employees</a></li></ul></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"quick-links\"]",
            "attNo": 1
          }
        },
        {
          "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><ul class=\"min-desktop-visible usa-nav__primary usa-accordion\"><li class=\"usa-nav__primary-item ... Mission</span></a></li><li class=\"usa-nav__submenu-item\"><a class=\"usa-nav__link--indented survey-pr",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav",
            "attNo": 0
          }
        },
        {
          "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=\"usa-footer__nav\"><div class=\"grid-row\"><div class=\"grid-col-6 tablet:grid-col-3\"><ul cla ... ttps://www.usa.gov/\" class=\"usa-list__link survey-processed\">USA.gov</a></li></ul></div></div></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"usa-footer__nav\"]",
            "attNo": 1
          }
        }
      ]
    }
  ],
  "timeStamp": "4ea6d",
  "startTime": "2022-07-21T23:27:50",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      45
    ],
    [
      "motion",
      14
    ],
    [
      "ibm",
      11
    ],
    [
      "alfa",
      8
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "focInd",
      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": 1180,
  "errorLogCount": 12,
  "errorLogSize": 1180,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-21T23:29:39",
  "elapsedSeconds": 114,
  "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": 46,
        "focInd": 4,
        "focOp": 1,
        "hover": 53,
        "linkUl": 80,
        "role": 5,
        "styleDiff": 26,
        "zIndex": 20
      },
      "alfa": {
        "r2": 4,
        "r53": 4,
        "r65": 1,
        "r66": 1,
        "r69": 1,
        "r73": 4,
        "r78": 12
      },
      "axe": {
        "color-contrast-enhanced": 85,
        "color-contrast": 13,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "heading-order": 2,
        "image-alt": 4,
        "landmark-banner-is-top-level": 2,
        "landmark-no-duplicate-banner": 2,
        "landmark-unique": 4
      },
      "htmlcs": {
        "e:AA.1_1_1.H37": 4,
        "e:AA.4_1_2.H91.A.NoContent": 8,
        "e:AA.4_1_2.H91.Button.Name": 8,
        "w:AA.1_3_1.H42": 1,
        "w:AA.1_3_1.H48": 1,
        "w:AA.1_3_1_A.G141": 1,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 2,
        "w:AA.1_4_3.G18.Alpha": 3,
        "w:AA.4_1_2.H91.A.Empty": 1
      },
      "ibm": {
        "WCAG20_Input_ExplicitLabel": 8,
        "WCAG20_Img_HasAlt": 4,
        "WCAG20_A_HasText": 8,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 8,
        "Rpt_Aria_MultipleSearchLandmarks": 8,
        "Rpt_Aria_MultipleNavigationLandmarks_Implicit": 12,
        "Rpt_Aria_MultipleBannerLandmarks_Implicit": 8,
        "landmark_name_unique": 8,
        "aria_role_redundant": 2
      },
      "wave": {
        "e:alt_missing": 4,
        "e:button_empty": 8,
        "e:link_empty": 8,
        "a:alt_redundant": 3,
        "a:heading_skipped": 1,
        "a:underline": 2
      },
      "tenon": {
        "28": 4,
        "57": 8,
        "73": 12,
        "79": 4,
        "95": 32,
        "98": 12,
        "129": 6,
        "144": 44,
        "152": 60,
        "155": 2,
        "218": 28
      },
      "continuum": {
        "89": 4,
        "531": 12,
        "533": 12
      }
    },
    "groupDetails": {
      "groups": {
        "spontaneousMotion": {
          "testaro": {
            "motion": {
              "score": 23,
              "what": "Change of visible content not requested by user"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 4,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 1,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 1,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 13,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 40,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 4,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "aria_role_redundant": {
              "score": 2,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 7,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 5,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "imageNoText": {
          "alfa": {
            "r2": {
              "score": 4,
              "what": "Image has no accessible name"
            }
          },
          "axe": {
            "image-alt": {
              "score": 4,
              "what": "Image has no text alternative"
            }
          },
          "htmlcs": {
            "e:AA.1_1_1.H37": {
              "score": 4,
              "what": "img element has no alt attribute"
            }
          },
          "ibm": {
            "WCAG20_Img_HasAlt": {
              "score": 4,
              "what": "Image has no alt attribute conveying its meaning, or alt=\"\" if decorative"
            }
          },
          "wave": {
            "e:alt_missing": {
              "score": 4,
              "what": "Text alternative is missing"
            }
          },
          "continuum": {
            "89": {
              "score": 4,
              "what": "img element has no mechanism that allows an accessible name to be calculated"
            }
          }
        },
        "headingStructure": {
          "alfa": {
            "r53": {
              "score": 2,
              "what": "Heading skips one or more levels"
            }
          },
          "axe": {
            "heading-order": {
              "score": 1,
              "what": "Heading levels do not increase by only one"
            }
          },
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "wave": {
            "a:heading_skipped": {
              "score": 1,
              "what": "Skipped heading level"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 1,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 21,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 8,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 1,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 10,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 3,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "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"
            }
          }
        },
        "bannerNotTop": {
          "axe": {
            "landmark-banner-is-top-level": {
              "score": 1,
              "what": "banner landmark is contained in another landmark"
            }
          }
        },
        "banners": {
          "axe": {
            "landmark-no-duplicate-banner": {
              "score": 1,
              "what": "Page has more than 1 banner landmark"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 3,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          },
          "ibm": {
            "landmark_name_unique": {
              "score": 6,
              "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"
            },
            "w:AA.4_1_2.H91.A.Empty": {
              "score": 1,
              "what": "Link element has an id attribute but no href attribute or text"
            }
          },
          "ibm": {
            "WCAG20_A_HasText": {
              "score": 8,
              "what": "Hyperlink has no text description"
            }
          },
          "wave": {
            "e:link_empty": {
              "score": 8,
              "what": "Link contains no text"
            }
          },
          "tenon": {
            "57": {
              "score": 8,
              "what": "Link has no text inside it"
            }
          }
        },
        "buttonNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.Button.Name": {
              "score": 8,
              "what": "Button element has no accessible name"
            }
          },
          "wave": {
            "e:button_empty": {
              "score": 8,
              "what": "Button is empty or has no value text"
            }
          }
        },
        "pseudoHeadingRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H42": {
              "score": 1,
              "what": "Heading coding is not used but the element may be intended as a heading"
            }
          }
        },
        "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.G18.Alpha": {
              "score": 1,
              "what": "Contrast between the text and its background may be less than 4.5:1, given the transparency"
            }
          }
        },
        "controlNoText": {
          "ibm": {
            "WCAG20_Input_ExplicitLabel": {
              "score": 8,
              "what": "Form control has no associated label"
            }
          }
        },
        "contentBeyondLandmarks": {
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 4,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "searchConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleSearchLandmarks": {
              "score": 6,
              "what": "Element with a search role has no unique purpose label among the search-role elements"
            }
          }
        },
        "navConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleNavigationLandmarks_Implicit": {
              "score": 9,
              "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"
            }
          }
        },
        "bannerConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleBannerLandmarks_Implicit": {
              "score": 6,
              "what": "Element with a banner role has no unique purpose label among the banner-role elements"
            }
          }
        },
        "imageTextRedundant": {
          "wave": {
            "a:alt_redundant": {
              "score": 1,
              "what": "Redundant text alternative"
            }
          }
        },
        "pseudoLinkRisk": {
          "wave": {
            "a:underline": {
              "score": 1,
              "what": "CSS underline on text that is not a link"
            }
          },
          "tenon": {
            "129": {
              "score": 2,
              "what": "CSS underline on text that is not a link"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "linkVague": {
          "tenon": {
            "73": {
              "score": 9,
              "what": "Link text is too generic to communicate the purpose or destination"
            }
          }
        },
        "titleRedundant": {
          "tenon": {
            "79": {
              "score": 1,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 6,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 44,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 30,
              "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"
            }
          }
        },
        "navNoText": {
          "continuum": {
            "533": {
              "score": 9,
              "what": "nav element is not the only nav element but has no accessible name"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 499,
      "log": 53,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "leadingClipsText",
          "score": 46
        },
        {
          "groupName": "linkIndication",
          "score": 42
        },
        {
          "groupName": "targetSize",
          "score": 32
        },
        {
          "groupName": "contrastAAA",
          "score": 27
        },
        {
          "groupName": "spontaneousMotion",
          "score": 25
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 23
        },
        {
          "groupName": "linkNoText",
          "score": 21
        },
        {
          "groupName": "hoverSurprise",
          "score": 15
        },
        {
          "groupName": "navConfusion",
          "score": 15
        },
        {
          "groupName": "imageNoText",
          "score": 14
        },
        {
          "groupName": "buttonNoText",
          "score": 13
        },
        {
          "groupName": "contrastAA",
          "score": 12
        },
        {
          "groupName": "linkVague",
          "score": 11
        },
        {
          "groupName": "navNoText",
          "score": 11
        },
        {
          "groupName": "controlNoText",
          "score": 10
        },
        {
          "groupName": "inconsistentStyles",
          "score": 9
        },
        {
          "groupName": "landmarkConfusion",
          "score": 9
        },
        {
          "groupName": "headingOfNothing",
          "score": 8
        },
        {
          "groupName": "searchConfusion",
          "score": 8
        },
        {
          "groupName": "bannerConfusion",
          "score": 8
        },
        {
          "groupName": "linkTextsSame",
          "score": 8
        },
        {
          "groupName": "roleBad",
          "score": 7
        },
        {
          "groupName": "zIndexNotZero",
          "score": 7
        },
        {
          "groupName": "focusIndication",
          "score": 6
        },
        {
          "groupName": "headingStructure",
          "score": 6
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 6
        },
        {
          "groupName": "noLeading",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "pseudoLinkRisk",
          "score": 4
        },
        {
          "groupName": "focusableOperable",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "bannerNotTop",
          "score": 3
        },
        {
          "groupName": "banners",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "contrastRisk",
          "score": 3
        },
        {
          "groupName": "imageTextRedundant",
          "score": 3
        },
        {
          "groupName": "titleRedundant",
          "score": 3
        }
      ]
    }
  }
}