Accessibility test digest

Synopsis

Page: Bureau of Transportation Statistics

URL: https://www.bts.gov/

Score: 476

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 Bureau of Transportation Statistics web page at https://www.bts.gov/ on 2022/07/17. 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 476 (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
total476
log56
hoverSurprise37
contrastAAA37
linkNoText36
linkIndication32
targetSize20
fontSmall18
leadingClipsText18
contentBeyondLandmarks17
linkForcesNewWindow17
contrastAA16
ariaBadAttribute14
duplicateID13
roleBad11
focusableOperable10
inconsistentStyles10
ariaReferenceBad8
linkTextsSame8
focusIndication7
zIndexNotZero6
fontSizeAbsolute6
headingOfNothing6
contrastRisk6
labelBadID6
navConfusion5
navNoText5
h1Missing4
imageTextRedundant4
legendMissing4
visibleBulk3
allCaps3
hiddenContentRisk3
linkConfusionRisk3
pseudoHeadingRisk3
headingStructure3
scrollRisk3
complementaryNoText3
obsolete3
pdfLink3
noScriptRisk3
pseudoLinkRisk3
titleRedundant3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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": "4aieq-bts",
  "host": {
    "id": "bts",
    "which": "https://www.bts.gov/",
    "what": "Bureau of Transportation Statistics"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-17T21:25:36"
    },
    {
      "event": "endTime",
      "value": "2022-07-17T21:27:27"
    }
  ],
  "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://www.bts.gov/",
        "what": "Bureau of Transportation Statistics"
      },
      {
        "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://www.bts.gov/",
        "what": "Bureau of Transportation Statistics"
      },
      {
        "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://www.bts.gov/",
      "what": "Bureau of Transportation Statistics",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.bts.gov/",
      "result": {
        "bytes": [
          276969,
          276969,
          276969,
          276969,
          276969
        ],
        "localRatios": [
          1,
          1,
          1,
          1
        ],
        "meanLocalRatio": 1,
        "maxLocalRatio": 1,
        "globalRatio": 1,
        "pixelChanges": [
          0,
          0,
          0,
          0
        ],
        "meanPixelChange": 0,
        "maxPixelChange": 0,
        "changeFrequency": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "Bureau of Transportation Statistics",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.bts.gov/",
      "result": {
        "visibleElements": 409
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.bts.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.bts.gov/",
      "result": {
        "tabFocusables": 70,
        "tabFocused": 70,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "total": 70,
          "types": {
            "indicatorMissing": {
              "total": 1,
              "tagNames": {
                "A": 1
              }
            },
            "nonOutlinePresent": {
              "total": 2,
              "tagNames": {
                "INPUT": 2
              }
            },
            "outlinePresent": {
              "total": 67,
              "meanDelay": 0,
              "tagNames": {
                "BUTTON": 1,
                "A": 66
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Skip to main content"
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            }
          ],
          "outlinePresent": [
            {
              "tagName": "BUTTON",
              "text": "Here's how you know",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "United States Department of Transportation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Ask-A-Librarian(link is external)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "A-Z Index",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Topics and Geography",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Statistical Products and Data",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Transportation Library",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsroom",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About BTS",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "May 2022 Freight Transportation Services Index (TSI)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gal",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pr",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "What statistics does BTS have, and where can I find what I’m looking for?",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "BTS looks at transit ridership and tailpipe emissions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Regular Gasoline Price per Gallon",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "State, Local Gov't Spending on Parking Facilities",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Rail Transit Ridership",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Air Transportation Employees",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Docked Bikeshare Trips",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Automobile Sales",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "May 2022 Freight Transportation Services Index (TSI)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "U.S. Transportation Sector Unemployment Rate of 4.1% in June 2022 Was Below the June 2021 Level of 6",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Transportation Statistics 7/8/22 Updated",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gal",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pr",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Weekly COVID-19 Transportation Statistics",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn how the COVID-19 pandemic has affected freight and passenger transportation in the U.S.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Bikeshare and E-scooter Systems in the U.S. Find a city, check out its micro-mobility infrastructure",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "BTS Freight Indicators",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Well Control Equipment Systems Safety – 2020 Annual Report",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Final Economic Demand Attributed to Transportation in 2020",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Airlines & Airports",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Economy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Freight",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Data Catalog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Geography",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Library",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Search",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Transmit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe to email updates",
              "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": "About BTS",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FAQs(link is external)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Jobs and Internships",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DOT Research and Technology (OST-R)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Ask a Librarian(link is external)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "BTS Open Data Catalog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Transportation Library",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Search for On-Time Flight Data",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Acronym Guide",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About DOT",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Budget and Performance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Civil Rights",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Ethics",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FOIA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Information Quality",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "No FEAR Act",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Office of Inspector General",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "USA.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Web Policies and Notices",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Web Standards",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "total": 154,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 5,
              "tagNames": {
                "SPAN": 5
              }
            },
            "focusableAndOperable": {
              "total": 149,
              "tagNames": {
                "A": 143,
                "BUTTON": 3,
                "INPUT": 3
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"caret is-caret\" aria-hidden=\"true\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"caret is-caret\" aria-hidden=\"true\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"caret is-caret\" aria-hidden=\"true\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"caret is-caret\" aria-hidden=\"true\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"caret is-caret\" aria-hidden=\"true\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "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": "United States Department of Transportation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand bts-brand mx-0 mt-lg-5\" ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ask-A-Librarian(link is external)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A-Z Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "query",
              "text": "<input id=\"query\" title=\"Enter the terms you wish to search for.\" placeholder=\"S",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input data-drupal-selector=\"edit-affiliate\" type=\"hidden\" name=\"affiliate\" valu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "edit-submit",
              "text": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Topics and Geography",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Introduction to Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Airlines, Airports, and Aviation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Energy and Environment",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freight Transportation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Infrastructure",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Passenger Travel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Safety",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Statistical Policies and Methods",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "System Performance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transportation and the Economy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transportation Maps and Geospatial Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Map Gallery",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "International",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "By State",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "By County",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Aviation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Highway",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Rail",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Maritime and Inland Waterways",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pipelines",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bicycles and Pedestrian",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Statistical Products and Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Information Gallery",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A-Z Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Airline Information for Download",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Border Crossing Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Commodity Flow Survey",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Confidential Close Calls Reporting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "County Transportation Profiles",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "COVID-19 Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Data Inventory",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Data Spotlights",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freight Analysis Framework",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freight Facts and Figures",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "GIS Applications",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Government Transportation Financial Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Intermodal Transportation Database",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Local Area Transportation Characteristics (LATCH dataset)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Monthly Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Census of Ferry Operators",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Atlas Database",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Data Archives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pocket Guide App",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Port Performance Freight Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "SafeOCS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "State Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Supply Chain Indicators",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tank Car Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Week in Transportation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "TransBorder Freight Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transportation Economic Trends",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transportation Services Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transportation Statistics Annual Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Vehicle Inventory and Use Survey (VIUS)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Repository (ROSA P)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "BTS Products in the NTL",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Submitting Content to the NTL",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Research Tools(link is external)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Knowledge Network(link is external)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Public Access",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freight Data Dictionary",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NTL Policies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About the NTL",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News and Statistical Releases",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Release Schedule",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About BTS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Overview",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Local Outreach",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs and Internships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Legislative Mandates",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "BTS Strategic Plan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff Directory",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Advisory Council on Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Port Performance Working Group",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History of BTS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "May 2022 Freight Transportation Services Index (TSI)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviati",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What statistics does BTS have, and where can I find what I’m looking for?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "BTS looks at transit ridership and tailpipe emissions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Regular Gasoline Price per Gallon",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "State, Local Gov't Spending on Parking Facilities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Rail Transit Ridership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Air Transportation Employees",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Docked Bikeshare Trips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Automobile Sales",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "May 2022 Freight Transportation Services Index (TSI)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Transportation Sector Unemployment Rate of 4.1% in June 2022 Was Below the ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Statistics 7/8/22 Updated",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviati",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Weekly COVID-19 Transportation Statistics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn how the COVID-19 pandemic has affected freight and passenger transportatio",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bikeshare and E-scooter Systems in the U.S. Find a city, check out its micro-mob",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "BTS Freight Indicators",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Well Control Equipment Systems Safety – 2020 Annual Report",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Final Economic Demand Attributed to Transportation in 2020",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Airlines & Airports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Economy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freight",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Data Catalog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Geography",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transmit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe to email updates",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://twitter.com/TransportStats\" style=\"cursor: default;\"><span clas",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bt",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.instagram.com/transportationcounts\" style=\"cursor: default;",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_i",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About BTS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FAQs(link is external)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs and Internships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DOT Research and Technology (OST-R)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ask a Librarian(link is external)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "BTS Open Data Catalog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Transportation Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Search for On-Time Flight Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Acronym Guide",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About DOT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Budget and Performance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Civil Rights",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ethics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Information Quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "No FEAR Act",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Office of Inspector General",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USA.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Policies and Notices",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Standards",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "triggers": 101,
          "headTriggers": 20,
          "tailTriggers": 81,
          "impactTriggers": 10,
          "additions": 390,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 1
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "TopicsandGeographyTopicsIntroductiontoTransportati",
                "additions": 57,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "TopicsandGeography",
                "additions": 57,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "StatisticalProductsandDataMain-Statistical1Informa",
                "additions": 77,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "StatisticalProductsandData",
                "additions": 77,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "NationalTransportationLibraryMain-LibraryDigitalRe",
                "additions": 29,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "NationalTransportationLibrary",
                "additions": 29,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "NewsroomMain-NewsroomNewsandStatisticalReleasesRel",
                "additions": 9,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "Newsroom",
                "additions": 9,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "AboutBTSMain-AboutOverviewLocalOutreachJobsandInte",
                "additions": 23,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "AboutBTS",
                "additions": 23,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 5
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Here's how you know"
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "button",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Toggle navigation"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Menu",
                "content": "Menu"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "links": 143,
          "adjacent": {
            "total": 39,
            "underlined": 9,
            "underlinedPercent": 23
          }
        },
        "items": {
          "underlined": [
            "Regular Gasoline Price per Gallon",
            "State, Local Gov't Spending on Parking Facilities",
            "Rail Transit Ridership",
            "Air Transportation Employees",
            "Docked Bikeshare Trips",
            "Automobile Sales",
            "BTS Freight Indicators",
            "Well Control Equipment Systems Safety – 2020 Annual Report",
            "Final Economic Demand Attributed to Transportation in 2020"
          ],
          "notUnderlined": [
            "Skip to main content",
            "United States Department of Transportation",
            "",
            "Topics and Geography",
            "Statistical Products and Data",
            "National Transportation Library",
            "Newsroom",
            "About BTS",
            "May 2022 Freight Transportation Services Index (TSI)",
            "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High",
            "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels",
            "What statistics does BTS have, and where can I find what I’m looking for?",
            "BTS looks at transit ridership and tailpipe emissions",
            "May 2022 Freight Transportation Services Index (TSI)",
            "U.S. Transportation Sector Unemployment Rate of 4.1% in June 2022 Was Below the June 2021 Level of 6.2% And Was The Same As the Pre-Pandemic June Level of 4.1% in 2019",
            "National Transportation Statistics 7/8/22 Updated",
            "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High",
            "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels",
            "Weekly COVID-19 Transportation Statistics",
            "Learn how the COVID-19 pandemic has affected freight and passenger transportation in the U.S.",
            "Bikeshare and E-scooter Systems in the U.S. Find a city, check out its micro-mobility infrastructure!",
            "Airlines & Airports",
            "Economy",
            "Freight",
            "Data Catalog",
            "Geography",
            "Library",
            "Search",
            "Transmit",
            "Subscribe to email updates"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.bts.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://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.bts.gov/",
      "result": {
        "roleElements": 14,
        "badRoleElements": 4,
        "redundantRoleElements": 3,
        "tagNames": {
          "DIV": {
            "complementary": {
              "bad": 1,
              "redundant": 0
            },
            "article": {
              "bad": 2,
              "redundant": 0
            }
          },
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "ARTICLE": {
            "article": {
              "bad": 0,
              "redundant": 2
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.bts.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": 3,
            "subtotals": [
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 39,
            "subtotals": [
              15,
              10,
              9,
              5
            ]
          },
          "listLink": {
            "total": 104,
            "subtotals": [
              76,
              22,
              6
            ]
          },
          "h1": {
            "total": 10,
            "subtotals": [
              2,
              2,
              2,
              2,
              1,
              1
            ]
          },
          "h2": {
            "total": 16,
            "subtotals": [
              9,
              4,
              3
            ]
          }
        },
        "items": {
          "button": {
            "borderStyle": {
              "none": [
                "Here's how you know",
                "Menu"
              ],
              "solid": [
                ""
              ]
            },
            "borderWidth": {
              "0px": [
                "Here's how you know",
                "Menu"
              ],
              "1px": [
                ""
              ]
            },
            "height": {
              "18px": [
                "Here's how you know"
              ],
              "auto": [
                ""
              ],
              "40px": [
                "Menu"
              ]
            },
            "lineHeight": {
              "18px": [
                "Here's how you know"
              ],
              "18.75px": [
                ""
              ],
              "0px": [
                "Menu"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to main content",
                "United States Department of Transportation",
                "",
                "May 2022 Freight Transportation Services Index (TSI)",
                "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High",
                "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels",
                "Weekly COVID-19 Transportation Statistics",
                "Learn how the COVID-19 pandemic has affected freight and passenger transportation in the U.S.",
                "Bikeshare and E-scooter Systems in the U.S.         Find a city, check out its micro-mobility infrastructure!",
                "Airlines & Airports",
                "Economy",
                "Freight",
                "Data Catalog",
                "Geography",
                "Library"
              ],
              "600": [
                "Topics and Geography",
                "Statistical Products and Data",
                "National Transportation Library",
                "Newsroom",
                "About BTS",
                "What statistics does BTS have, and where can I find what I’m looking for?",
                "BTS looks at transit ridership and tailpipe emissions",
                "Search",
                "Transmit",
                "Subscribe to email updates"
              ],
              "700": [
                "Regular Gasoline Price per Gallon",
                "State, Local Gov't Spending on Parking Facilities",
                "Rail Transit Ridership",
                "Air Transportation Employees",
                "Docked Bikeshare Trips",
                "Automobile Sales",
                "May 2022 Freight Transportation Services Index (TSI)",
                "U.S. Transportation Sector Unemployment Rate of 4.1% in June 2022 Was Below the June 2021 Level of 6.2% And Was The Same As the Pre-Pandemic June Level of 4.1% in 2019",
                "National Transportation Statistics 7/8/22 Updated",
                "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High",
                "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels",
                "BTS Freight Indicators",
                "Well Control Equipment Systems Safety – 2020 Annual Report",
                "Final Economic Demand Attributed to Transportation in 2020"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Skip to main content",
                "United States Department of Transportation",
                "",
                "Topics and Geography",
                "Statistical Products and Data",
                "National Transportation Library",
                "Newsroom",
                "About BTS",
                "May 2022 Freight Transportation Services Index (TSI)",
                "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High",
                "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels",
                "What statistics does BTS have, and where can I find what I’m looking for?",
                "BTS looks at transit ridership and tailpipe emissions",
                "May 2022 Freight Transportation Services Index (TSI)",
                "U.S. Transportation Sector Unemployment Rate of 4.1% in June 2022 Was Below the June 2021 Level of 6.2% And Was The Same As the Pre-Pandemic June Level of 4.1% in 2019",
                "National Transportation Statistics 7/8/22 Updated",
                "U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High",
                "Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels",
                "Weekly COVID-19 Transportation Statistics",
                "Learn how the COVID-19 pandemic has affected freight and passenger transportation in the U.S.",
                "Bikeshare and E-scooter Systems in the U.S.         Find a city, check out its micro-mobility infrastructure!",
                "Airlines & Airports",
                "Economy",
                "Freight",
                "Data Catalog",
                "Geography",
                "Library",
                "Search",
                "Transmit",
                "Subscribe to email updates"
              ],
              "underline": [
                "Regular Gasoline Price per Gallon",
                "State, Local Gov't Spending on Parking Facilities",
                "Rail Transit Ridership",
                "Air Transportation Employees",
                "Docked Bikeshare Trips",
                "Automobile Sales",
                "BTS Freight Indicators",
                "Well Control Equipment Systems Safety – 2020 Annual Report",
                "Final Economic Demand Attributed to Transportation in 2020"
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "400": [
                "Ask-A-Librarian(link is external)",
                "A-Z Index",
                "",
                "",
                "",
                "",
                "About BTS",
                "Contact Us",
                "FAQs(link is external)",
                "Jobs and Internships",
                "DOT Research and Technology (OST-R)",
                "Ask a Librarian(link is external)",
                "BTS Open Data Catalog",
                "National Transportation Library",
                "Search for On-Time Flight Data",
                "Acronym Guide",
                "About DOT",
                "Budget and Performance",
                "Civil Rights",
                "Ethics",
                "FOIA",
                "Information Quality",
                "No FEAR Act",
                "Office of Inspector General",
                "Privacy Policy",
                "USA.gov",
                "Web Policies and Notices",
                "Web Standards"
              ],
              "500": [
                "Introduction to Transportation Statistics",
                "Airlines, Airports, and Aviation",
                "Energy and Environment",
                "Freight Transportation",
                "Infrastructure",
                "Passenger Travel",
                "Safety",
                "Statistical Policies and Methods",
                "System Performance",
                "Transportation and the Economy",
                "Transportation Maps and Geospatial Data",
                "Map Gallery",
                "International",
                "National",
                "By State",
                "By County",
                "Aviation",
                "Highway",
                "Rail",
                "Maritime and Inland Waterways",
                "Pipelines",
                "Transit",
                "Bicycles and Pedestrian",
                "Information Gallery",
                "A-Z Index",
                "Airline Information for Download",
                "Border Crossing Data",
                "Commodity Flow Survey",
                "Confidential Close Calls Reporting",
                "County Transportation Profiles",
                "COVID-19 Transportation Statistics",
                "Data Inventory",
                "Data Spotlights",
                "Freight Analysis Framework",
                "Freight Facts and Figures",
                "GIS Applications",
                "Government Transportation Financial Statistics",
                "Intermodal Transportation Database",
                "Local Area Transportation Characteristics (LATCH dataset)",
                "Monthly Transportation Statistics",
                "National Census of Ferry Operators",
                "National Transportation Statistics",
                "National Transportation Atlas Database",
                "National Transportation Data Archives",
                "Pocket Guide App",
                "Port Performance Freight Statistics",
                "SafeOCS",
                "State Transportation Statistics",
                "Supply Chain Indicators",
                "Tank Car Data",
                "The Week in Transportation",
                "TransBorder Freight Data",
                "Transportation Economic Trends",
                "Transportation Services Index",
                "Transportation Statistics Annual Reports",
                "Vehicle Inventory and Use Survey (VIUS)",
                "Digital Repository (ROSA P)",
                "BTS Products in the NTL",
                "Submitting Content to the NTL",
                "Research Tools(link is external)",
                "National Transportation Knowledge Network(link is external)",
                "Public Access",
                "Freight Data Dictionary",
                "NTL Policies",
                "About the NTL",
                "News and Statistical Releases",
                "Release Schedule",
                "Overview",
                "Local Outreach",
                "Jobs and Internships",
                "Legislative Mandates",
                "BTS Strategic Plan",
                "Staff Directory",
                "Advisory Council on Transportation Statistics",
                "Port Performance Working Group",
                "History of BTS"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Ask-A-Librarian(link is external)",
                "A-Z Index",
                "Introduction to Transportation Statistics",
                "Airlines, Airports, and Aviation",
                "Energy and Environment",
                "Freight Transportation",
                "Infrastructure",
                "Passenger Travel",
                "Safety",
                "Statistical Policies and Methods",
                "System Performance",
                "Transportation and the Economy",
                "Transportation Maps and Geospatial Data",
                "Map Gallery",
                "International",
                "National",
                "By State",
                "By County",
                "Aviation",
                "Highway",
                "Rail",
                "Maritime and Inland Waterways",
                "Pipelines",
                "Transit",
                "Bicycles and Pedestrian",
                "Information Gallery",
                "A-Z Index",
                "Airline Information for Download",
                "Border Crossing Data",
                "Commodity Flow Survey",
                "Confidential Close Calls Reporting",
                "County Transportation Profiles",
                "COVID-19 Transportation Statistics",
                "Data Inventory",
                "Data Spotlights",
                "Freight Analysis Framework",
                "Freight Facts and Figures",
                "GIS Applications",
                "Government Transportation Financial Statistics",
                "Intermodal Transportation Database",
                "Local Area Transportation Characteristics (LATCH dataset)",
                "Monthly Transportation Statistics",
                "National Census of Ferry Operators",
                "National Transportation Statistics",
                "National Transportation Atlas Database",
                "National Transportation Data Archives",
                "Pocket Guide App",
                "Port Performance Freight Statistics",
                "SafeOCS",
                "State Transportation Statistics",
                "Supply Chain Indicators",
                "Tank Car Data",
                "The Week in Transportation",
                "TransBorder Freight Data",
                "Transportation Economic Trends",
                "Transportation Services Index",
                "Transportation Statistics Annual Reports",
                "Vehicle Inventory and Use Survey (VIUS)",
                "Digital Repository (ROSA P)",
                "BTS Products in the NTL",
                "Submitting Content to the NTL",
                "Research Tools(link is external)",
                "National Transportation Knowledge Network(link is external)",
                "Public Access",
                "Freight Data Dictionary",
                "NTL Policies",
                "About the NTL",
                "News and Statistical Releases",
                "Release Schedule",
                "Overview",
                "Local Outreach",
                "Jobs and Internships",
                "Legislative Mandates",
                "BTS Strategic Plan",
                "Staff Directory",
                "Advisory Council on Transportation Statistics",
                "Port Performance Working Group",
                "History of BTS",
                "",
                "",
                "",
                ""
              ],
              "underline": [
                "About BTS",
                "Contact Us",
                "FAQs(link is external)",
                "Jobs and Internships",
                "DOT Research and Technology (OST-R)",
                "Ask a Librarian(link is external)",
                "BTS Open Data Catalog",
                "National Transportation Library",
                "Search for On-Time Flight Data",
                "Acronym Guide",
                "About DOT",
                "Budget and Performance",
                "Civil Rights",
                "Ethics",
                "FOIA",
                "Information Quality",
                "No FEAR Act",
                "Office of Inspector General",
                "Privacy Policy",
                "USA.gov",
                "Web Policies and Notices",
                "Web Standards"
              ]
            },
            "fontSize": {
              "15px": [
                "Ask-A-Librarian(link is external)",
                "A-Z Index",
                "Introduction to Transportation Statistics",
                "Airlines, Airports, and Aviation",
                "Energy and Environment",
                "Freight Transportation",
                "Infrastructure",
                "Passenger Travel",
                "Safety",
                "Statistical Policies and Methods",
                "System Performance",
                "Transportation and the Economy",
                "Transportation Maps and Geospatial Data",
                "Map Gallery",
                "International",
                "National",
                "By State",
                "By County",
                "Aviation",
                "Highway",
                "Rail",
                "Maritime and Inland Waterways",
                "Pipelines",
                "Transit",
                "Bicycles and Pedestrian",
                "Information Gallery",
                "A-Z Index",
                "Airline Information for Download",
                "Border Crossing Data",
                "Commodity Flow Survey",
                "Confidential Close Calls Reporting",
                "County Transportation Profiles",
                "COVID-19 Transportation Statistics",
                "Data Inventory",
                "Data Spotlights",
                "Freight Analysis Framework",
                "Freight Facts and Figures",
                "GIS Applications",
                "Government Transportation Financial Statistics",
                "Intermodal Transportation Database",
                "Local Area Transportation Characteristics (LATCH dataset)",
                "Monthly Transportation Statistics",
                "National Census of Ferry Operators",
                "National Transportation Statistics",
                "National Transportation Atlas Database",
                "National Transportation Data Archives",
                "Pocket Guide App",
                "Port Performance Freight Statistics",
                "SafeOCS",
                "State Transportation Statistics",
                "Supply Chain Indicators",
                "Tank Car Data",
                "The Week in Transportation",
                "TransBorder Freight Data",
                "Transportation Economic Trends",
                "Transportation Services Index",
                "Transportation Statistics Annual Reports",
                "Vehicle Inventory and Use Survey (VIUS)",
                "Digital Repository (ROSA P)",
                "BTS Products in the NTL",
                "Submitting Content to the NTL",
                "Research Tools(link is external)",
                "National Transportation Knowledge Network(link is external)",
                "Public Access",
                "Freight Data Dictionary",
                "NTL Policies",
                "About the NTL",
                "News and Statistical Releases",
                "Release Schedule",
                "Overview",
                "Local Outreach",
                "Jobs and Internships",
                "Legislative Mandates",
                "BTS Strategic Plan",
                "Staff Directory",
                "Advisory Council on Transportation Statistics",
                "Port Performance Working Group",
                "History of BTS",
                "",
                "",
                "",
                ""
              ],
              "14.0625px": [
                "About BTS",
                "Contact Us",
                "FAQs(link is external)",
                "Jobs and Internships",
                "DOT Research and Technology (OST-R)",
                "Ask a Librarian(link is external)",
                "BTS Open Data Catalog",
                "National Transportation Library",
                "Search for On-Time Flight Data",
                "Acronym Guide",
                "About DOT",
                "Budget and Performance",
                "Civil Rights",
                "Ethics",
                "FOIA",
                "Information Quality",
                "No FEAR Act",
                "Office of Inspector General",
                "Privacy Policy",
                "USA.gov",
                "Web Policies and Notices",
                "Web Standards"
              ]
            },
            "lineHeight": {
              "22.5px": [
                "Ask-A-Librarian(link is external)",
                "A-Z Index",
                "",
                "",
                "",
                ""
              ],
              "21px": [
                "Introduction to Transportation Statistics",
                "Airlines, Airports, and Aviation",
                "Energy and Environment",
                "Freight Transportation",
                "Infrastructure",
                "Passenger Travel",
                "Safety",
                "Statistical Policies and Methods",
                "System Performance",
                "Transportation and the Economy",
                "Transportation Maps and Geospatial Data",
                "Map Gallery",
                "International",
                "National",
                "By State",
                "By County",
                "Aviation",
                "Highway",
                "Rail",
                "Maritime and Inland Waterways",
                "Pipelines",
                "Transit",
                "Bicycles and Pedestrian",
                "Information Gallery",
                "A-Z Index",
                "Airline Information for Download",
                "Border Crossing Data",
                "Commodity Flow Survey",
                "Confidential Close Calls Reporting",
                "County Transportation Profiles",
                "COVID-19 Transportation Statistics",
                "Data Inventory",
                "Data Spotlights",
                "Freight Analysis Framework",
                "Freight Facts and Figures",
                "GIS Applications",
                "Government Transportation Financial Statistics",
                "Intermodal Transportation Database",
                "Local Area Transportation Characteristics (LATCH dataset)",
                "Monthly Transportation Statistics",
                "National Census of Ferry Operators",
                "National Transportation Statistics",
                "National Transportation Atlas Database",
                "National Transportation Data Archives",
                "Pocket Guide App",
                "Port Performance Freight Statistics",
                "SafeOCS",
                "State Transportation Statistics",
                "Supply Chain Indicators",
                "Tank Car Data",
                "The Week in Transportation",
                "TransBorder Freight Data",
                "Transportation Economic Trends",
                "Transportation Services Index",
                "Transportation Statistics Annual Reports",
                "Vehicle Inventory and Use Survey (VIUS)",
                "Digital Repository (ROSA P)",
                "BTS Products in the NTL",
                "Submitting Content to the NTL",
                "Research Tools(link is external)",
                "National Transportation Knowledge Network(link is external)",
                "Public Access",
                "Freight Data Dictionary",
                "NTL Policies",
                "About the NTL",
                "News and Statistical Releases",
                "Release Schedule",
                "Overview",
                "Local Outreach",
                "Jobs and Internships",
                "Legislative Mandates",
                "BTS Strategic Plan",
                "Staff Directory",
                "Advisory Council on Transportation Statistics",
                "Port Performance Working Group",
                "History of BTS"
              ],
              "21.0938px": [
                "About BTS",
                "Contact Us",
                "FAQs(link is external)",
                "Jobs and Internships",
                "DOT Research and Technology (OST-R)",
                "Ask a Librarian(link is external)",
                "BTS Open Data Catalog",
                "National Transportation Library",
                "Search for On-Time Flight Data",
                "Acronym Guide",
                "About DOT",
                "Budget and Performance",
                "Civil Rights",
                "Ethics",
                "FOIA",
                "Information Quality",
                "No FEAR Act",
                "Office of Inspector General",
                "Privacy Policy",
                "USA.gov",
                "Web Policies and Notices",
                "Web Standards"
              ]
            }
          },
          "h1": {
            "fontWeight": {
              "600": [
                "Earth Day 2022",
                "Data Highlights",
                "Newsroom",
                "COVID & Transportation",
                "Featured Map",
                "Featured Products",
                "Areas of Interest",
                "On-Time Flight Info by Flight Number",
                "Are you providing data to BTS?"
              ],
              "700": [
                "May 2022 Freight Transportation Services Index (TSI)"
              ]
            },
            "color": {
              "rgb(255, 255, 255)": [
                "Earth Day 2022",
                "Data Highlights",
                "Featured Products"
              ],
              "rgb(19, 52, 102)": [
                "Newsroom",
                "May 2022 Freight Transportation Services Index (TSI)",
                "COVID & Transportation"
              ],
              "rgb(25, 65, 120)": [
                "Featured Map",
                "Areas of Interest",
                "On-Time Flight Info by Flight Number",
                "Are you providing data to BTS?"
              ]
            },
            "fontSize": {
              "40px": [
                "Earth Day 2022"
              ],
              "25.5px": [
                "Data Highlights",
                "Featured Products"
              ],
              "30px": [
                "Newsroom",
                "COVID & Transportation",
                "Featured Map",
                "Areas of Interest"
              ],
              "18px": [
                "May 2022 Freight Transportation Services Index (TSI)"
              ],
              "24px": [
                "On-Time Flight Info by Flight Number",
                "Are you providing data to BTS?"
              ]
            }
          },
          "h2": {
            "color": {
              "rgb(114, 101, 95)": [
                "USA Banner",
                "Site Notification",
                "Site Notification",
                "Header - Utility"
              ],
              "rgb(255, 255, 255)": [
                "Topics",
                "Geography",
                "Modes",
                "Main - Statistical 1",
                "Main - Statistical 2",
                "Main - Statistical 3",
                "Main - Library",
                "Main - Newsroom",
                "Main - About",
                "About",
                "Resources",
                "Policies, Rights and Legal"
              ]
            },
            "fontSize": {
              "22.5px": [
                "USA Banner",
                "Site Notification",
                "Site Notification",
                "Header - Utility"
              ],
              "19.9995px": [
                "Topics",
                "Geography",
                "Modes",
                "Main - Statistical 1",
                "Main - Statistical 2",
                "Main - Statistical 3",
                "Main - Library",
                "Main - Newsroom",
                "Main - About"
              ],
              "16.875px": [
                "About",
                "Resources",
                "Policies, Rights and Legal"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.bts.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.bts.gov/",
      "result": {
        "totals": {
          "total": 14,
          "tagNames": {
            "A": 2,
            "HEADER": 1,
            "INPUT": 1,
            "DIV": 3,
            "UL": 1,
            "SECTION": 5,
            "BUTTON": 1
          }
        },
        "items": [
          {
            "tagName": "A",
            "id": "",
            "text": "Skip to main content"
          },
          {
            "tagName": "HEADER",
            "id": "header",
            "text": "Header - Utility Ask-A-Librarian(link is external) A-Z Index Search DOT Search DOTSearch Topics and "
          },
          {
            "tagName": "INPUT",
            "id": "edit-submit",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "block-ultimenumainnavigation",
            "text": "Topics and Geography Topics Introduction to Transportation Statistics Airlines, Airports, and Aviati"
          },
          {
            "tagName": "UL",
            "id": "ultimenu-main",
            "text": "Topics and Geography Topics Introduction to Transportation Statistics Airlines, Airports, and Aviati"
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Topics Introduction to Transportation Statistics Airlines, Airports, and Aviation Energy and Environ"
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Main - Statistical 1 Information Gallery A-Z Index Airline Information for Download Border Crossing "
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Main - Library Digital Repository (ROSA P) BTS Products in the NTL Submitting Content to the NTL Res"
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Main - Newsroom News and Statistical Releases Release Schedule"
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Main - About Overview Local Outreach Jobs and Internships Legislative Mandates BTS Strategic Plan St"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Earth Day 2022 BTS looks at transit ridership and tailpipe emissions"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Featured Map Bikeshare and E-scooter Systems in the U.S. Find a city, check out its micro-mobility i"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Bikeshare and E-scooter Systems in the U.S. Find a city, check out its micro-mobility infrastructure"
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": "Menu"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "failures": 22,
          "warnings": 4
        },
        "items": [
          {
            "index": 44,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\">",
                "  <span class=\"fontawesome-icon-inline\">",
                "    <i class=\"fab fa-linkedin\"></i>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 46,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\">",
                "  <span class=\"fontawesome-icon-inline\">",
                "    <i class=\"fas fa-envelope\"></i>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 275,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"false\""
              ]
            }
          },
          {
            "index": 409,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "nav",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]",
              "codeLines": [
                "<nav aria-labelledby=\"block-header-utility-menu\" id=\"block-header-utility\" class=\"block block-menu ...",
                "  <h2 class=\"sr-only\" id=\"block-header-utility-menu\">",
                "    Header - Utility",
                "  </h2>",
                "  <ul id=\"block-header-utility\" block=\"block-header-utility\" class=\"clearfix nav justify-content-en...",
                "    <li class=\"nav-item ml-3 my-2\">",
                "      <a href=\"http://transportation.libanswers.com/\" class=\"ext\" data-extlink=\"\" target=\"_blank\" r...",
                "        Ask-A-Librarian",
                "        <svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" xmlns=\"http:/...",
                "          <metadata>",
                "            <sfw xmlns=\"http://ns.adobe.com/SaveForWeb/1.0/\">",
                "              <slicesourcebounds y=\"-8160\" x=\"-8165\" width=\"16389\" height=\"16384\" bottomleftorigin=...",
                "              <optimizationsettings>",
                "                <targetsettings targetsettingsid=\"0\" fileformat=\"PNG24Format\">",
                "                  <png24format transparency=\"true\" filtered=\"false\" interlaced=\"false\" nomattecolor...",
                "                </targetsettings>",
                "              </optimizationsettings>",
                "            </sfw>",
                "          </metadata>",
                "          <title>",
                "            (link is external)",
                "          </title>",
                "          <path d=\"M48 26c-1.1 0-2 0.9-2 2v26H10V18h26c1.1 0 2-0.9 2-2s-0.9-2-2-2H8c-1.1 0-2 0.9-2 ...",
                "          <path d=\"M56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 3...",
                "        </svg>",
                "      </a>",
                "    </li>",
                "    <li class=\"nav-item ml-3 my-2\">",
                "      <a href=\"/A-Z-Index\" data-drupal-link-system-path=\"node/224996\">",
                "        A-Z Index",
                "      </a>",
                "    </li>",
                "  </ul>",
                "</nav>"
              ]
            }
          },
          {
            "index": 411,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]/ul[1]",
              "codeLines": [
                "<ul id=\"block-header-utility\" block=\"block-header-utility\" class=\"clearfix nav justify-content-end\"...",
                "  <li class=\"nav-item ml-3 my-2\">",
                "    <a href=\"http://transportation.libanswers.com/\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel...",
                "      Ask-A-Librarian",
                "      <svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" xmlns=\"http://w...",
                "        <metadata>",
                "          <sfw xmlns=\"http://ns.adobe.com/SaveForWeb/1.0/\">",
                "            <slicesourcebounds y=\"-8160\" x=\"-8165\" width=\"16389\" height=\"16384\" bottomleftorigin=\"t...",
                "            <optimizationsettings>",
                "              <targetsettings targetsettingsid=\"0\" fileformat=\"PNG24Format\">",
                "                <png24format transparency=\"true\" filtered=\"false\" interlaced=\"false\" nomattecolor=\"...",
                "              </targetsettings>",
                "            </optimizationsettings>",
                "          </sfw>",
                "        </metadata>",
                "        <title>",
                "          (link is external)",
                "        </title>",
                "        <path d=\"M48 26c-1.1 0-2 0.9-2 2v26H10V18h26c1.1 0 2-0.9 2-2s-0.9-2-2-2H8c-1.1 0-2 0.9-2 2v...",
                "        <path d=\"M56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31....",
                "      </svg>",
                "    </a>",
                "  </li>",
                "  <li class=\"nav-item ml-3 my-2\">",
                "    <a href=\"/A-Z-Index\" data-drupal-link-system-path=\"node/224996\">",
                "      A-Z Index",
                "    </a>",
                "  </li>",
                "</ul>"
              ]
            }
          },
          {
            "index": 535,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/svg[1]/desc[1]/text()[1]",
              "codeLines": [
                "U.S. Department of Transportation Icon"
              ]
            }
          },
          {
            "index": 536,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "United States Department of Transportation"
              ]
            }
          },
          {
            "index": 643,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 734,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[2]/h1[1]/text()[1]",
              "codeLines": [
                "Earth Day 2022"
              ]
            }
          },
          {
            "index": 751,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/span[1]/time[1]/text()[1]",
              "codeLines": [
                "07/08/2022"
              ]
            }
          },
          {
            "index": 752,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/span[1]/time[1]/text()[1]",
              "codeLines": [
                "07/08/2022"
              ]
            }
          },
          {
            "index": 753,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/span[1]/time[1]/text()[1]",
              "codeLines": [
                "07/06/2022"
              ]
            }
          },
          {
            "index": 754,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/span[1]/time[1]/text()[1]",
              "codeLines": [
                "06/23/2022"
              ]
            }
          },
          {
            "index": 756,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Featured Map"
              ]
            }
          },
          {
            "index": 758,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/p[1]/text()[1]",
              "codeLines": [
                "The BTS"
              ]
            }
          },
          {
            "index": 759,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/p[1]/em[1]/text()[1]",
              "codeLines": [
                "Freight Indicators"
              ]
            }
          },
          {
            "index": 760,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/p[1]/text()[2]",
              "codeLines": [
                "is a dashboard that puts more than 40 freight transportation statistics at your fingertips. From po..."
              ]
            }
          },
          {
            "index": 761,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[2]/div[1]/div[1]/div[2]/div[1]/div[2]/span[1]/p[1]/text()[1]",
              "codeLines": [
                "The WCE Annual Report provides information on well control equipment (WCE) failures that occurred i..."
              ]
            }
          },
          {
            "index": 762,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[2]/div[1]/div[1]/div[2]/div[1]/div[3]/span[1]/p[1]/text()[1]",
              "codeLines": [
                "This article discusses gross domestic product (GDP)—a measure of economic activity—attributed to th..."
              ]
            }
          },
          {
            "index": 782,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[2]/h1[1]/text()[1]",
              "codeLines": [
                "Earth Day 2022"
              ]
            }
          },
          {
            "index": 804,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Featured Map"
              ]
            }
          },
          {
            "index": 840,
            "verdict": "failed",
            "rule": {
              "ruleID": "r72",
              "ruleSummary": "Paragraphs of text are not all uppercase",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r72",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/p[1]",
              "codeLines": [
                "<p class=\"date_format\">",
                "  <time datetime=\"2022-07-13T12:00:00Z\" class=\"datetime\">",
                "    July 13, 2022",
                "  </time>",
                "</p>"
              ]
            }
          },
          {
            "index": 866,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/p[1]",
              "codeLines": [
                "<p class=\"date_format\">",
                "  <time datetime=\"2022-07-13T12:00:00Z\" class=\"datetime\">",
                "    July 13, 2022",
                "  </time>",
                "</p>"
              ]
            }
          },
          {
            "index": 867,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/p[2]",
              "codeLines": [
                "<p>",
                "  The Freight Transportation Services Index (TSI), which is based on the amount of freight carried ...",
                "</p>"
              ]
            }
          },
          {
            "index": 945,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[2]/h2[1]",
              "codeLines": [
                "<h2 class=\"sr-only\">",
                "  Site Notification",
                "</h2>"
              ]
            }
          },
          {
            "index": 950,
            "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[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[2]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]",
              "codeLines": [
                "<h1 class=\"newsroom__hdr\">",
                "  Newsroom",
                "</h1>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.bts.gov/",
      "result": {
        "totals": {
          "rulesNA": 44,
          "rulesPassed": 52,
          "rulesWarned": 5,
          "rulesViolated": 7,
          "warnings": {
            "minor": 12,
            "moderate": 0,
            "serious": 8,
            "critical": 1
          },
          "violations": {
            "minor": 2,
            "moderate": 3,
            "serious": 42,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-17T21:27:03.728Z",
          "url": "https://www.bts.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "aria-valid-attr-value",
              "impact": "critical",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures all ARIA attributes have valid values",
              "help": "ARIA attributes must conform to valid values",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-valid-attr-value?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "aria-valid-attr-value",
                      "data": {
                        "messageKey": "noId",
                        "needsReview": "aria-labelledby=\"headerquery\""
                      },
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute element ID does not exist on the page: aria-labelledby=\"headerquery\""
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<fieldset class=\"js-form-item js-form-type-search form-type-search js-form-item-query form-item-query form-no-label form-group\" aria-labelledby=\"headerquery\">",
                  "target": [
                    "fieldset"
                  ],
                  "failureSummary": "Fix all of the following:\n  ARIA attribute element ID does not exist on the page: aria-labelledby=\"headerquery\""
                }
              ]
            },
            {
              "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": "#1c6da6",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"topstats__background\" style=\"background-image:url('/sites/bts.dot.gov/files/2020-12/back-top-stats.jpg');\">",
                          "target": [
                            ".topstats__background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"callout__topstats-header\">May 2022 Freight Transportation Services Index (TSI)</div>",
                  "target": [
                    "a[href=\"node/233091\"] > .callout__topstats-text > .callout__topstats-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"topstats__background\" style=\"background-image:url('/sites/bts.dot.gov/files/2020-12/back-top-stats.jpg');\">",
                          "target": [
                            ".topstats__background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"callout__topstats-header\">U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High</div>",
                  "target": [
                    "a[href=\"node/233076\"] > .callout__topstats-text > .callout__topstats-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"topstats__background\" style=\"background-image:url('/sites/bts.dot.gov/files/2020-12/back-top-stats.jpg');\">",
                          "target": [
                            ".topstats__background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"callout__topstats-header\">Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels</div>",
                  "target": [
                    "a[href=\"node/233056\"] > .callout__topstats-text > .callout__topstats-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"callout__title\">\n        <h1>Earth Day 2022</h1>\n      </div>",
                          "target": [
                            ".callout__title"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/bts.dot.gov/files/2022-04/AdobeStock_383296575.jpeg\" alt=\"straphangers on transit\" loading=\"lazy\" typeof=\"foaf:Image\">",
                          "target": [
                            "img[alt=\"straphangers on transit\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1>Earth Day 2022</h1>",
                  "target": [
                    ".callout__title > h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                }
              ]
            },
            {
              "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": "#1c6da6",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"topstats__background\" style=\"background-image:url('/sites/bts.dot.gov/files/2020-12/back-top-stats.jpg');\">",
                          "target": [
                            ".topstats__background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"callout__topstats-header\">May 2022 Freight Transportation Services Index (TSI)</div>",
                  "target": [
                    "a[href=\"node/233091\"] > .callout__topstats-text > .callout__topstats-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#1c6da6",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"topstats__background\" style=\"background-image:url('/sites/bts.dot.gov/files/2020-12/back-top-stats.jpg');\">",
                          "target": [
                            ".topstats__background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"callout__topstats-header\">U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High</div>",
                  "target": [
                    "a[href=\"node/233076\"] > .callout__topstats-text > .callout__topstats-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#1c6da6",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"topstats__background\" style=\"background-image:url('/sites/bts.dot.gov/files/2020-12/back-top-stats.jpg');\">",
                          "target": [
                            ".topstats__background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"callout__topstats-header\">Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels</div>",
                  "target": [
                    "a[href=\"node/233056\"] > .callout__topstats-text > .callout__topstats-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"callout__title\">\n        <h1>Earth Day 2022</h1>\n      </div>",
                          "target": [
                            ".callout__title"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/bts.dot.gov/files/2022-04/AdobeStock_383296575.jpeg\" alt=\"straphangers on transit\" loading=\"lazy\" typeof=\"foaf:Image\">",
                          "target": [
                            "img[alt=\"straphangers on transit\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1>Earth Day 2022</h1>",
                  "target": [
                    ".callout__title > h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div aria-labelledby=\"headingOne\" class=\"collapse row\" data-parent=\"#accordion\" id=\"collapseOne\">",
                  "target": [
                    "#collapseOne"
                  ],
                  "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=\"navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"><span class=\"navbar-toggler-icon\"></span></button>",
                  "target": [
                    ".navbar-toggler"
                  ],
                  "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": "<legend class=\"d-none\">Search DOT</legend>",
                  "target": [
                    "legend:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<legend class=\"d-none\">Search DOT</legend>",
                  "target": [
                    "legend:nth-child(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": "<section class=\"ultimenu__flyout is-htb\">",
                  "target": [
                    ".ultimenu__item.uitem.has-ultimenu:nth-child(1) > .ultimenu__flyout.is-htb"
                  ],
                  "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": "<section class=\"ultimenu__flyout is-htb\">",
                  "target": [
                    ".ultimenu__item.uitem.has-ultimenu:nth-child(2) > .ultimenu__flyout.is-htb"
                  ],
                  "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": "<section class=\"ultimenu__flyout is-htb\">",
                  "target": [
                    ".ultimenu__item.uitem.has-ultimenu:nth-child(3) > .ultimenu__flyout.is-htb"
                  ],
                  "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": "<section class=\"ultimenu__flyout is-htb\">",
                  "target": [
                    ".ultimenu__item.uitem.has-ultimenu:nth-child(4) > .ultimenu__flyout.is-htb"
                  ],
                  "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": "<section class=\"ultimenu__flyout is-htb\">",
                  "target": [
                    ".ultimenu__item.uitem.has-ultimenu:nth-child(5) > .ultimenu__flyout.is-htb"
                  ],
                  "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 data-ultimenu-button=\"#ultimenu-main\" class=\"button button--ultimenu\" aria-label=\"Menu\" value=\"Menu\"><span class=\"bars\">Menu</span></button>",
                  "target": [
                    ".button--ultimenu"
                  ],
                  "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": "national transportation library",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.bts.gov",
                          "port": "",
                          "pathname": "/ntl/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://ntl.bts.gov/\" class=\"nav-link nav-link-https--ntlbtsgov-\">National Transportation Library</a>",
                          "target": [
                            ".nav-link-https--ntlbtsgov-"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/ntl\" data-drupal-link-system-path=\"node/229051\" class=\"ultimenu__link\">National Transportation Library<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/229051\"]"
                  ],
                  "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": "about bts",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.bts.gov",
                          "port": "",
                          "pathname": "/learn-about-bts-and-our-work/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/about-BTS\" class=\"nav-link nav-link--about-bts\" data-drupal-link-system-path=\"node/8581\">About BTS</a>",
                          "target": [
                            "ul[block=\"block-newfooternav1\"] > .nav-item:nth-child(1) > .nav-link--about-bts[href$=\"about-BTS\"][data-drupal-link-system-path=\"node/8581\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/learn-about-bts-and-our-work\" data-drupal-link-system-path=\"node/224306\" class=\"ultimenu__link\">About BTS<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[href=\"/learn-about-bts-and-our-work\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "aria-allowed-attr",
              "impact": "serious",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "aria-prohibited-attr",
                      "data": {
                        "role": null,
                        "nodeName": "i",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-label"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute cannot be used on a i with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<i class=\"fab fa-twitter\" aria-label=\"twitter\"></i>",
                  "target": [
                    ".fa-twitter"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a i with no valid role attribute."
                },
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "aria-prohibited-attr",
                      "data": {
                        "role": null,
                        "nodeName": "i",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-label"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute cannot be used on a i with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<i class=\"fab fa-instagram\" aria-label=\"instagram\"></i>",
                  "target": [
                    ".fa-instagram"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a i with no valid role attribute."
                }
              ]
            },
            {
              "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": "#0079c0",
                        "bgColor": "#fafafa",
                        "contrastRatio": 4.47,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"usa-banner\">",
                          "target": [
                            ".usa-banner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.47 (foreground color: #0079c0, background color: #fafafa, font size: 9.0pt (12px), 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 4.47 (foreground color: #0079c0, background color: #fafafa, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"http://transportation.libanswers.com/\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\">",
                  "target": [
                    ".ml-3.my-2.nav-item:nth-child(1) > a[data-extlink=\"\"][target=\"_blank\"][rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/A-Z-Index\" data-drupal-link-system-path=\"node/224996\">A-Z Index</a>",
                  "target": [
                    "a[href$=\"A-Z-Index\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/explore-topics-and-geography\" data-drupal-link-system-path=\"node/224296\" class=\"ultimenu__link\">Topics and Geography<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[href=\"/explore-topics-and-geography\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/browse-statistical-products-and-data\" data-drupal-link-system-path=\"node/224301\" class=\"ultimenu__link\">Statistical Products and Data<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/224301\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/ntl\" data-drupal-link-system-path=\"node/229051\" class=\"ultimenu__link\">National Transportation Library<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/229051\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom\" data-drupal-link-system-path=\"node/230276\" class=\"ultimenu__link\">Newsroom<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[href$=\"newsroom\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header id=\"header\" class=\"header site-header site-masthead bg-primary\" role=\"banner\" aria-label=\"Site header\">",
                          "target": [
                            "#header"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/learn-about-bts-and-our-work\" data-drupal-link-system-path=\"node/224306\" class=\"ultimenu__link\">About BTS<span class=\"caret is-caret\" aria-hidden=\"true\"></span></a>",
                  "target": [
                    "a[href=\"/learn-about-bts-and-our-work\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/data-spotlight/earth-day-2022-bts-looks-public-transportation-ridership-and-tailpipe-emissions\" class=\"btn-modal\">BTS looks at transit ridership and tailpipe emissions</a>",
                          "target": [
                            "p > .btn-modal"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/data-spotlight/earth-day-2022-bts-looks-public-transportation-ridership-and-tailpipe-emissions\" class=\"btn-modal\">BTS looks at transit ridership and tailpipe emissions</a>",
                  "target": [
                    "p > .btn-modal"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field field--name-title field--type-string field--label-hidden\">May 2022 Freight Transportation Services Index (TSI)</span>",
                  "target": [
                    ".field--name-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"00Z\" class=\"datetime\">07/08/2022</time>",
                  "target": [
                    ".btsnewsroom__row:nth-child(1) > .btsnewsroom__date > time[datetime=\"00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.67,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom/us-transportation-sector-unemployment-rate-41-june-2022-was-below-june-2021-level-62-and\" hreflang=\"en\">U.S. Transportation Sector Unemployment Rate of 4.1% in June 2022 Was Below the June 2021 Level of 6.2% And Was The Same As the Pre-Pandemic June Level of 4.1% in 2019</a>",
                  "target": [
                    ".btsnewsroom__row:nth-child(1) > a[hreflang=\"en\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"00Z\" class=\"datetime\">07/08/2022</time>",
                  "target": [
                    ".btsnewsroom__row:nth-child(2) > .btsnewsroom__date > time[datetime=\"00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.67,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom/national-transportation-statistics-7822-updated\" hreflang=\"en\"> National Transportation Statistics 7/8/22 Updated </a>",
                  "target": [
                    ".btsnewsroom__row:nth-child(2) > a[hreflang=\"en\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"00Z\" class=\"datetime\">07/06/2022</time>",
                  "target": [
                    ".btsnewsroom__row:nth-child(3) > .btsnewsroom__date > time[datetime=\"00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.67,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom/us-airlines-may-2022-fuel-consumption-down-10-pre-pandemic-2019-aviation-fuel-cost-gallon\" hreflang=\"en\">U.S. Airlines’ May 2022 Fuel Consumption Down 10% from Pre-Pandemic 2019; Aviation Fuel Cost per Gallon Hits All Time High</a>",
                  "target": [
                    ".btsnewsroom__row:nth-child(3) > a[hreflang=\"en\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"00Z\" class=\"datetime\">06/23/2022</time>",
                  "target": [
                    ".btsnewsroom__row:nth-child(4) > .btsnewsroom__date > time[datetime=\"00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.67,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsroom/air-travel-consumer-report-consumer-complaints-against-airlines-rise-more-300-percent\" hreflang=\"en\">Air Travel Consumer Report: Consumer Complaints Against Airlines Rise More Than 300 Percent Above Pre-Pandemic Levels</a>",
                  "target": [
                    ".btsnewsroom__row:nth-child(4) > a[hreflang=\"en\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.67,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/twit\">Weekly COVID-19 Transportation Statistics</a>",
                  "target": [
                    "a[href$=\"twit\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.67,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/covid-19\">Learn how the COVID-19 pandemic has affected freight and passenger transportation in the U.S.</a>",
                  "target": [
                    ".covid__item:nth-child(2) > a[href$=\"covid-19\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.67 (foreground color: #0079c0, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "14.6pt (19.5px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://data.bts.gov/stories/s/fwcs-jprj\" class=\"featured_map__button\"><span class=\"button__map-title\">Bikeshare and E-scooter Systems in the U.S.</span><br>\n        <p>Find a city, check out its micro-mobility&nbsp;infrastructure!</p>\n</a>",
                          "target": [
                            ".featured_map__button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 14.6pt (19.5px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Find a city, check out its micro-mobility&nbsp;infrastructure!</p>",
                  "target": [
                    ".featured_map__button > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 14.6pt (19.5px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/freight-indicators\">BTS Freight Indicators</a>",
                  "target": [
                    "span > a[href$=\"freight-indicators\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "10.7pt (14.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>The BTS&nbsp;<em>Freight Indicators</em>&nbsp;is a dashboard that puts more than 40 freight transportation statistics at your fingertips. From ports to trucks to rail, get weekly and monthly updates on the U.S. freight transportation system's capacity and performance.</p>",
                  "target": [
                    "div:nth-child(1) > span > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "10.7pt (14.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em>Freight Indicators</em>",
                  "target": [
                    "em"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://safeocs.gov/2020_WCE_Annual_Report.pdf\">Well Control Equipment Systems Safety – 2020 Annual Report</a>",
                  "target": [
                    "div:nth-child(2) > span > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "10.7pt (14.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>The WCE Annual Report provides information on well control equipment (WCE) failures that occurred in the course of rig well operations in the Gulf of Mexico Outer Continental Shelf during the calendar year. It is produced by the BTS SafeOCS program.</p>",
                  "target": [
                    "div:nth-child(2) > span > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://data.bts.gov/stories/s/pgc3-e7j9\">Final Economic Demand Attributed to Transportation in 2020</a>",
                  "target": [
                    "div:nth-child(3) > span > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#176ea7",
                        "contrastRatio": 5.49,
                        "fontSize": "10.7pt (14.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured_products\">",
                          "target": [
                            ".featured_products"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    "div:nth-child(3) > span > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.49 (foreground color: #ffffff, background color: #176ea7, font size: 10.7pt (14.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.54,
                        "fontSize": "8.4pt (11.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"major-topics__link\">Airlines &amp; Airports</span>",
                  "target": [
                    ".col-6.col-sm-3.col-md-3:nth-child(1) > .major-topic > a > .major-topics__link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.54,
                        "fontSize": "8.4pt (11.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"major-topics__link\">Economy</span>",
                  "target": [
                    ".col-6.col-sm-3.col-md-3:nth-child(2) > .major-topic > a > .major-topics__link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.54,
                        "fontSize": "8.4pt (11.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"major-topics__link\">Freight</span>",
                  "target": [
                    "a[href$=\"freight-transportation\"] > .major-topics__link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.54,
                        "fontSize": "8.4pt (11.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"major-topics__link\">Data Catalog</span>",
                  "target": [
                    "a[href$=\"data.bts.gov/\"] > .major-topics__link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.54,
                        "fontSize": "8.4pt (11.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"major-topics__link\">Geography</span>",
                  "target": [
                    ".col-6.col-sm-3.col-md-3:nth-child(5) > .major-topic > a > .major-topics__link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1c6da6",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.54,
                        "fontSize": "8.4pt (11.25px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                          "target": [
                            "#main-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"major-topics__link\">Library</span>",
                  "target": [
                    "a[href$=\"ntl\"] > .major-topics__link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #1c6da6, background color: #ffffff, font size: 8.4pt (11.25px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://transtats.bts.gov/ONTIME/\" class=\"btn-modal\">Search</a>",
                          "target": [
                            "div[data-history-node-id=\"1356\"] > .col-lg-5.col-sm-12 > .btn-modal"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://transtats.bts.gov/ONTIME/\" class=\"btn-modal\">Search</a>",
                  "target": [
                    "div[data-history-node-id=\"1356\"] > .col-lg-5.col-sm-12 > .btn-modal"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#1c6da6",
                        "contrastRatio": 5.54,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/learn-about-bts-and-our-work/submitting-data-bts\" class=\"btn-modal\">Transmit</a>",
                          "target": [
                            "div[data-history-node-id=\"1351\"] > .col-lg-5.col-sm-12 > .btn-modal"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/learn-about-bts-and-our-work/submitting-data-bts\" class=\"btn-modal\">Transmit</a>",
                  "target": [
                    "div[data-history-node-id=\"1351\"] > .col-lg-5.col-sm-12 > .btn-modal"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.54 (foreground color: #ffffff, background color: #1c6da6, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#216da3",
                        "contrastRatio": 5.55,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"subscribe-button\" href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\">Subscribe to email updates</a>",
                          "target": [
                            ".subscribe-button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.55 (foreground color: #ffffff, background color: #216da3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"subscribe-button\" href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\">Subscribe to email updates</a>",
                  "target": [
                    ".subscribe-button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.55 (foreground color: #ffffff, background color: #216da3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#0079c0",
                        "bgColor": "#fafafa",
                        "contrastRatio": 4.47,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"usa-banner\">",
                          "target": [
                            ".usa-banner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.47 (foreground color: #0079c0, background color: #fafafa, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5: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 4.47 (foreground color: #0079c0, background color: #fafafa, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "duplicate-id",
              "impact": "minor",
              "tags": [
                "cat.parsing",
                "wcag2a",
                "wcag411"
              ],
              "description": "Ensures every id attribute value is unique",
              "help": "id attribute value must be unique",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/duplicate-id?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "block-header-utility",
                      "relatedNodes": [
                        {
                          "html": "<ul id=\"block-header-utility\" block=\"block-header-utility\" class=\"clearfix nav justify-content-end\">",
                          "target": [
                            ".justify-content-end"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: block-header-utility"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<nav aria-labelledby=\"block-header-utility-menu\" id=\"block-header-utility\" class=\"block block-menu navigation menu--utility\">",
                  "target": [
                    ".menu--utility"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: block-header-utility"
                }
              ]
            },
            {
              "id": "image-redundant-alt",
              "impact": "minor",
              "tags": [
                "cat.text-alternatives",
                "best-practice"
              ],
              "description": "Ensure image alternative is not repeated as text",
              "help": "Alternative text of images should not be repeated as text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/image-redundant-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "duplicate-img-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element contains <img> element with alt text that duplicates existing text"
                    }
                  ],
                  "impact": "minor",
                  "html": "<img src=\"/sites/bts.dot.gov/files/2020-10/icon-data.svg\" alt=\"Data Catalog\" loading=\"lazy\" typeof=\"Image\">",
                  "target": [
                    "img[alt=\"Data Catalog\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text"
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/link-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\"><span class=\"fontawesome-icon-inline\"><i class=\"fab fa-linkedin\"></i></span></a>",
                  "target": [
                    ".footer-social > li:nth-child(2) > a"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\"><span class=\"fontawesome-icon-inline\"><i class=\"fas fa-envelope\"></i></span></a>",
                  "target": [
                    ".footer-social > li:nth-child(4) > a"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h2 class=\"sr-only\">USA Banner</h2>",
                  "target": [
                    ".usa-banner > .sr-only"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<section class=\"region region-site-notification\">",
                  "target": [
                    ".region-site-notification"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<a href=\"https://www.transportation.gov\">United States Department of Transportation</a>",
                  "target": [
                    "a[href$=\"www.transportation.gov\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.bts.gov/",
      "result": {
        "Error": {
          "AA.1_4_3.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.47:1. Recommendation:  change background to #fbfbfb.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"usa-banner-button-text\">...</span>"
              }
            ]
          },
          "AA.4_1_1.F77": {
            "Duplicate id attribute value \"block-header-utility\" found on the web page.": [
              {
                "tagName": "ul",
                "id": "#block-header-utility",
                "code": "<ul id=\"block-header-utility\" block=\"block-header-utility\" class=\"clearfix nav justify-content-end\">...</ul>"
              }
            ]
          },
          "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 href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://twitter.com/TransportStats\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.instagram.com/transportationcounts\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"sr-only\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"sr-only\">...</h2>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button data-ultimenu-button=\"#ultimenu-main\" class=\"button button--ultimenu\" aria-label=\"Menu\" value=\"Menu\">...</button>"
              }
            ]
          },
          "AA.1_4_3.G145.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.": [
              {
                "tagName": "h2",
                "id": "#block-header-utility-menu",
                "code": "<h2 class=\"sr-only\" id=\"block-header-utility-menu\">...</h2>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"sr-only\">...</h2>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"button__map-title\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G145.Alpha": {
            "This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 3:1.": [
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1>...</h1>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main\" class=\"visually-hidden focusable skip-link\">...</a>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"query\" class=\"sr-only\">...</label>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"callout__topstats-header\">...</div>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.bts.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 14,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Img_LinkTextNotRedundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/a[1]/span[1]/img[1]",
                "aria": "/document[1]/main[1]/link[23]/img[1]"
              },
              "message": "Link text is repeated in an image 'alt' value within the same link",
              "bounds": {
                "left": 8,
                "top": 5085,
                "height": 19,
                "width": 100
              },
              "snippet": "<img typeof=\"Image\" loading=\"lazy\" alt=\"Data Catalog\" src=\"/sites/bts.dot.gov/files/2020-10/icon-data.svg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Fieldset_HasLegend",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/fieldset[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/group[1]"
              },
              "message": "<fieldset> element has more than one <legend>",
              "bounds": {
                "left": 10,
                "top": 815,
                "height": 77,
                "width": 780
              },
              "snippet": "<fieldset aria-labelledby=\"headerquery\" class=\"js-form-item js-form-type-search form-type-search js-form-item-query form-item-query form-no-label form-group\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]/ul[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/navigation[1]/list[1]"
              },
              "message": "The <ul> element has the id \"block-header-utility\" that is already in use",
              "bounds": {
                "left": 8,
                "top": 386,
                "height": 413,
                "width": 784
              },
              "snippet": "<ul class=\"clearfix nav justify-content-end\" block=\"block-header-utility\" id=\"block-header-utility\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ValidIdRef",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/fieldset[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/group[1]"
              },
              "message": "The 'id' \"headerquery\" specified for the ARIA property 'aria-labelledby' value is not valid",
              "bounds": {
                "left": 10,
                "top": 815,
                "height": 77,
                "width": 780
              },
              "snippet": "<fieldset aria-labelledby=\"headerquery\" class=\"js-form-item js-form-type-search form-type-search js-form-item-query form-item-query form-no-label form-group\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[2]/h2[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 7,
                "top": 322,
                "height": 1,
                "width": 1
              },
              "snippet": "<h2 class=\"sr-only\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 7,
                "top": 26,
                "height": 1,
                "width": 1
              },
              "snippet": "<h2 class=\"sr-only\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 221,
                "height": 87,
                "width": 784
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 133,
                "height": 37,
                "width": 784
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 35,
                "top": 333,
                "height": 15,
                "width": 224
              },
              "snippet": "<a href=\"https://www.transportation.gov\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 18,
                "width": 133
              },
              "snippet": "<a class=\"visually-hidden focusable skip-link\" href=\"#main\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 351,
                "height": 2990,
                "width": 784
              },
              "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-dark navbar-expand-lg\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]",
                "aria": "/document[1]/complementary[1]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 56,
                "width": 784
              },
              "snippet": "<div role=\"complementary\" data-toggle=\"collapse\" data-target=\"#collapseOne\" class=\"collapsed small row\" aria-expanded=\"false\" aria-controls=\"collapseOne\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/svg[1]/desc[1]",
                "aria": "/document[1]/img[4]"
              },
              "message": "Text contrast of 4.09 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<desc>",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]",
                "aria": "/document[1]/complementary[1]"
              },
              "message": "The ARIA attribute 'aria-expanded' is not valid for the element <div> with ARIA role 'complementary'",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 56,
                "width": 784
              },
              "snippet": "<div role=\"complementary\" data-toggle=\"collapse\" data-target=\"#collapseOne\" class=\"collapsed small row\" aria-expanded=\"false\" aria-controls=\"collapseOne\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[12]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 8,
                "top": 351,
                "height": 2990,
                "width": 784
              },
              "snippet": "<header aria-label=\"Site header\" role=\"banner\" class=\"header site-header site-masthead bg-primary\" id=\"header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[3]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 4409,
                "height": 128,
                "width": 784
              },
              "snippet": "<article about=\"/node/1461\" role=\"article\" data-history-node-id=\"1461\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 3542,
                "height": 94,
                "width": 784
              },
              "snippet": "<article about=\"/node/1261\" role=\"article\" data-history-node-id=\"1261\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/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": 3357,
                "height": 2011,
                "width": 784
              },
              "snippet": "<main aria-label=\"Site main\" role=\"main\" class=\"main\" id=\"main\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 14,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Img_LinkTextNotRedundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/a[1]/span[1]/img[1]",
                "aria": "/document[1]/main[1]/link[23]/img[1]"
              },
              "message": "Link text is repeated in an image 'alt' value within the same link",
              "bounds": {
                "left": 668,
                "top": 3511,
                "height": 64,
                "width": 64
              },
              "snippet": "<img typeof=\"Image\" loading=\"lazy\" alt=\"Data Catalog\" src=\"/sites/bts.dot.gov/files/2020-10/icon-data.svg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Fieldset_HasLegend",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/fieldset[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/group[1]"
              },
              "message": "<fieldset> element does not have a <legend>",
              "bounds": {
                "left": 15,
                "top": 163,
                "height": 29,
                "width": 770
              },
              "snippet": "<fieldset aria-labelledby=\"headerquery\" class=\"js-form-item js-form-type-search form-type-search js-form-item-query form-item-query form-no-label form-group\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]/ul[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/navigation[1]/list[1]"
              },
              "message": "The <ul> element has the id \"block-header-utility\" that is already in use",
              "bounds": {
                "left": 15,
                "top": 125,
                "height": 38,
                "width": 770
              },
              "snippet": "<ul class=\"clearfix nav justify-content-end\" block=\"block-header-utility\" id=\"block-header-utility\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ValidIdRef",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/fieldset[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/group[1]"
              },
              "message": "The 'id' \"headerquery\" specified for the ARIA property 'aria-labelledby' value is not valid",
              "bounds": {
                "left": 15,
                "top": 163,
                "height": 29,
                "width": 770
              },
              "snippet": "<fieldset aria-labelledby=\"headerquery\" class=\"js-form-item js-form-type-search form-type-search js-form-item-query form-item-query form-no-label form-group\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[2]/h2[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": 25,
                "height": 1,
                "width": 1
              },
              "snippet": "<h2 class=\"sr-only\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": 3,
                "height": 1,
                "width": 1
              },
              "snippet": "<h2 class=\"sr-only\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 42,
                "top": 30,
                "height": 17,
                "width": 248
              },
              "snippet": "<a href=\"https://www.transportation.gov\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 385,
                "top": 0,
                "height": 3,
                "width": 30
              },
              "snippet": "<a class=\"visually-hidden focusable skip-link\" href=\"#main\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 52,
                "height": 154,
                "width": 800
              },
              "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-dark navbar-expand-lg\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]",
                "aria": "/document[1]/complementary[1]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 0,
                "top": 4,
                "height": 18,
                "width": 800
              },
              "snippet": "<div role=\"complementary\" data-toggle=\"collapse\" data-target=\"#collapseOne\" class=\"collapsed small row\" aria-expanded=\"false\" aria-controls=\"collapseOne\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/p[1]/button[1]/span[1]",
                "aria": "/document[1]/complementary[1]/button[1]"
              },
              "message": "Text contrast of 4.47 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
              "bounds": {
                "left": 328,
                "top": 5,
                "height": 17,
                "width": 120
              },
              "snippet": "<span class=\"usa-banner-button-text\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[2]/h1[1]",
                "aria": "/document[1]/main[1]/article[1]/heading[1]"
              },
              "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 600",
              "bounds": {
                "left": 50,
                "top": 1114,
                "height": 48,
                "width": 291
              },
              "snippet": "<h1>",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/svg[1]/desc[1]",
                "aria": "/document[1]/img[4]"
              },
              "message": "Text contrast of 4.09 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<desc>",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]",
                "aria": "/document[1]/complementary[1]"
              },
              "message": "The ARIA attribute 'aria-expanded' is not valid for the element <div> with ARIA role 'complementary'",
              "bounds": {
                "left": 0,
                "top": 4,
                "height": 18,
                "width": 800
              },
              "snippet": "<div role=\"complementary\" data-toggle=\"collapse\" data-target=\"#collapseOne\" class=\"collapsed small row\" aria-expanded=\"false\" aria-controls=\"collapseOne\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[12]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 52,
                "height": 154,
                "width": 800
              },
              "snippet": "<header aria-label=\"Site header\" role=\"banner\" class=\"header site-header site-masthead bg-primary\" id=\"header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[3]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 15,
                "top": 2395,
                "height": 559,
                "width": 770
              },
              "snippet": "<article about=\"/node/1461\" role=\"article\" data-history-node-id=\"1461\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 15,
                "top": 816,
                "height": 514,
                "width": 770
              },
              "snippet": "<article about=\"/node/1261\" role=\"article\" data-history-node-id=\"1261\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/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": 206,
                "height": 3854,
                "width": 800
              },
              "snippet": "<main aria-label=\"Site main\" role=\"main\" class=\"main\" id=\"main\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.bts.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Bureau of Transportation Statistics",
          "pageurl": "https://www.bts.gov/",
          "time": 3.02,
          "creditsremaining": 1108,
          "allitemcount": 138,
          "totalelements": 739,
          "waveurl": "http://wave.webaim.org/report?url=https://www.bts.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 5,
            "items": {
              "link_empty": {
                "id": "link_empty",
                "description": "Empty link",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN:first-child + FOOTER > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION > DIV#block-footer-social > DIV:first-child > DIV:first-child > P:first-child + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN:first-child + FOOTER > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION > DIV#block-footer-social > DIV:first-child > DIV:first-child > P:first-child + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN:first-child + FOOTER > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION > DIV#block-footer-social > DIV:first-child > DIV:first-child > P:first-child + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN:first-child + FOOTER > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION > DIV#block-footer-social > DIV:first-child > DIV:first-child > P:first-child + UL > LI:first-child + LI + LI + 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"
                  }
                ]
              },
              "aria_reference_broken": {
                "id": "aria_reference_broken",
                "description": "Broken ARIA reference",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child > DIV:first-child > NAV#navbar-main > A:first-child + BUTTON + DIV > SECTION:first-child > DIV#block-custombtsheadersearch > DIV:first-child > DIV:first-child > DIV#block-usasearch-form > DIV:first-child > FORM#usasearch-search-block-form > FIELDSET:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "4.1.2 Name, Role, Value (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 4,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > SECTION:first-child > H2:first-child + DIV > DIV:first-child > DIV#accordion > HEADER#headingOne > DIV:first-child > DIV:first-child > DIV:first-child + DIV > P:first-child > BUTTON:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child > DIV:first-child > NAV#navbar-main > A:first-child + BUTTON + DIV > SECTION:first-child > NAV#block-header-utility > H2#block-header-utility-menu",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > HEADER#header > DIV:first-child > DIV:first-child > NAV#navbar-main > A:first-child + BUTTON + DIV > SECTION:first-child > DIV#block-custombtsheadersearch > DIV:first-child > DIV:first-child > DIV#block-usasearch-form > DIV:first-child > FORM#usasearch-search-block-form > FIELDSET:first-child > LEGEND:first-child + LEGEND + LABEL"
                ],
                "contrastdata": [
                  [
                    1.75,
                    "#0079c0",
                    "#495057",
                    false
                  ],
                  [
                    4.47,
                    "#0079c0",
                    "#fafafa",
                    false
                  ],
                  [
                    1.01,
                    "#72655f",
                    "#1c6da6",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 6,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN#main > SECTION:first-child + SECTION + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#views-bootstrap-bts-major-topics-block-homepage > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > SPAN:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN#main > SECTION:first-child + SECTION + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#views-bootstrap-bts-major-topics-block-homepage > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > A:first-child > SPAN:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "link_pdf": {
                "id": "link_pdf",
                "description": "Link to PDF document",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > MAIN#main > SECTION:first-child + SECTION + DIV > DIV:first-child + DIV + DIV > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > SPAN:first-child > A:first-child"
                ],
                "wcag": []
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child"
                ],
                "wcag": []
              },
              "text_small": {
                "id": "text_small",
                "description": "Very small text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV + SCRIPT + SCRIPT + SCRIPT + BUTTON > SPAN:first-child"
                ],
                "wcag": []
              },
              "underline": {
                "id": "underline",
                "description": "Underlined text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > NOSCRIPT:first-child + A + DIV > DIV#page-wrapper > DIV#page > SECTION:first-child > H2:first-child + DIV > DIV:first-child > DIV#accordion > HEADER#headingOne > DIV:first-child > DIV:first-child > DIV:first-child + DIV > P:first-child > BUTTON:first-child > SPAN:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "URL",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.bts.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.070",
        "responseTime": "2022-07-17T21:27:28.541Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1034565,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 168,
              "failing": 12
            },
            "issues": {
              "totalErrors": 37,
              "totalWarnings": 3,
              "totalIssues": 40
            },
            "issuesByLevel": {
              "A": {
                "count": 27,
                "pct": 67.5
              },
              "AA": {
                "count": 19,
                "pct": 47.5
              },
              "AAA": {
                "count": 40,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 4,
              "warningDensity": 0,
              "allDensity": 4
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "5c84d422-90bc-4b18-9a28-0842a8d34558",
          "docID": "a178f885-ca46-4405-e4ca-a73a0146307d",
          "sourceHash": "ce8b9341e0695a1387e09048f50c3b0d",
          "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=5c84d422-90bc-4b18-9a28-0842a8d34558",
          "resultSet": [
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 833.5,
                  "y": 2946.9375
                },
                "bottom-right": {
                  "x": 868.5,
                  "y": 2966.9375
                },
                "height": 20,
                "width": 35
              },
              "position": {
                "line": 8112,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\"&gt;&lt;span class=\"fontawesome-icon-inline\"&gt;&lt;i class=\"fab fa-linkedin\"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "a2d045e1b3e465a0858da61fa785ea82",
              "signature": "34cbbc86dda2ef47fdbb48237fa2f5d8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=a2d045e1b3e465a0858da61fa785ea82"
            },
            {
              "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": 948.5,
                  "y": 2945.9375
                },
                "bottom-right": {
                  "x": 983.5,
                  "y": 2965.9375
                },
                "height": 20,
                "width": 35
              },
              "position": {
                "line": 8118,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\"&gt;&lt;span class=\"fontawesome-icon-inline\"&gt;&lt;i class=\"fas fa-envelope\"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "e61f228a1f9ebe003a5c709a9bbf545c",
              "signature": "10b5cfeadc7852984a69592e7047ca99",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=e61f228a1f9ebe003a5c709a9bbf545c"
            },
            {
              "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": 15,
                  "y": 15
                },
                "bottom-right": {
                  "x": 508.984,
                  "y": 45.9687
                },
                "height": 30.9687,
                "width": 493.984
              },
              "position": {
                "line": 115,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand bts-brand mx-0 mt-lg-5\"&gt; &lt;img src=\"/themes/custom/bts/logo_bts.svg\" alt=\"Home\" class=\"img-fluid\"&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/a[1]",
              "issueID": "17c825d5c7b17651b8b7c575da61c8dc",
              "signature": "b38f80a6a91a4472e339bcf7634340b0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=17c825d5c7b17651b8b7c575da61c8dc"
            },
            {
              "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": 497,
                  "y": 0
                },
                "bottom-right": {
                  "x": 497,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 115,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#main\" class=\"visually-hidden focusable skip-link\"&gt; Skip to main content &lt;/a&gt;",
              "xpath": "/html/body/a[1]",
              "issueID": "3ddb94ac18a2e687497af3cee77c6bcb",
              "signature": "8e35f4476fcc2beb14bc0d83b2b10e28",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=3ddb94ac18a2e687497af3cee77c6bcb"
            },
            {
              "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": 330.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 451.5,
                  "y": 17
                },
                "height": 17,
                "width": 121
              },
              "position": {
                "line": 7842,
                "column": 127
              },
              "errorSnippet": "&lt;span class=\"usa-banner-button-text\"&gt;Here's how you know&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/p[1]/button[1]/span[1]",
              "issueID": "43648697d4f256039f895964ca0cfeb1",
              "signature": "df42bdf0c81d0b895a0777f005b97c96",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=43648697d4f256039f895964ca0cfeb1"
            },
            {
              "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": 764,
                  "y": 30
                },
                "bottom-right": {
                  "x": 765,
                  "y": 31
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 7939,
                "column": 3
              },
              "errorSnippet": "&lt;h2 class=\"sr-only\" id=\"block-header-utility-menu\"&gt;Header - Utility&lt;/h2&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]/h2[1]",
              "issueID": "3a7e2ce960995c7596b921c7b9eca190",
              "signature": "d9bec1c99b2b65151b048331be7eb85a",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=3a7e2ce960995c7596b921c7b9eca190"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 3881,
                "column": 352
              },
              "errorSnippet": "&lt;label for=\"query\" class=\"sr-only\"&gt;Search&lt;/label&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/fieldset[1]/label[1]",
              "issueID": "ca8ed6bf42021de181b0dd153a7af527",
              "signature": "c80b17a739574c84c141f3b21d919cb7",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=ca8ed6bf42021de181b0dd153a7af527"
            },
            {
              "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": 10,
                  "y": 61
                },
                "bottom-right": {
                  "x": 305.328,
                  "y": 82
                },
                "height": 21,
                "width": 295.328
              },
              "position": {
                "line": 4109,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/browse-statistical-products-and-data/bts-publications/z-index\" class=\"nav-link nav-link--browse-statistical-products-and-data-bts-publications-z-index\"&gt;A-Z Index&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/section[1]/section[1]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "09ed8904793f17e498098c7148f3e563",
              "signature": "4bcb814c9207bb91d3dab8330c50de58",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=09ed8904793f17e498098c7148f3e563"
            },
            {
              "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": 15,
                  "y": 3163.1875
                },
                "bottom-right": {
                  "x": 274,
                  "y": 3184.1875
                },
                "height": 21,
                "width": 259
              },
              "position": {
                "line": 8121,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"/about-BTS\" class=\"nav-link nav-link--about-bts\" data-drupal-link-system-path=\"node/8581\"&gt;About BTS&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[2]/section[1]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "ee982c6e4764e34a534dd3ba8b84f8f0",
              "signature": "f7ce53624ae6525e10525d0c9f417ac1",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=ee982c6e4764e34a534dd3ba8b84f8f0"
            },
            {
              "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": 432.5,
                  "y": 3220.1875
                },
                "bottom-right": {
                  "x": 636.5,
                  "y": 3241.1875
                },
                "height": 21,
                "width": 204
              },
              "position": {
                "line": 8154,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://ntl.bts.gov/\" class=\"nav-link nav-link-https--ntlbtsgov-\"&gt;National Transportation Library&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[2]/section[2]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "feeb77aee1f8223629d7677c4ece986f",
              "signature": "bbe3927cc0b4b0781890267183beb5dc",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=feeb77aee1f8223629d7677c4ece986f"
            },
            {
              "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": 330.5,
                  "y": 0
                },
                "bottom-right": {
                  "x": 451.5,
                  "y": 17
                },
                "height": 17,
                "width": 121
              },
              "position": {
                "line": 7842,
                "column": 127
              },
              "errorSnippet": "&lt;span class=\"usa-banner-button-text\"&gt;Here's how you know&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/p[1]/button[1]/span[1]",
              "issueID": "0da23ceedc6bde09a8b45e4095c26baf",
              "signature": "7ec95d7c6efb80a735862decf5e019b7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=0da23ceedc6bde09a8b45e4095c26baf"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 27.375,
                  "y": 87
                },
                "bottom-right": {
                  "x": 86.375,
                  "y": 124
                },
                "height": 37,
                "width": 59
              },
              "position": {
                "line": 8764,
                "column": 3
              },
              "errorSnippet": "&lt;span class=\"major-topics__link\"&gt;Airlines &amp;amp; Airports&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[2]",
              "issueID": "9c4ca8403b5c54de092b81b8b73ba278",
              "signature": "aae39d343882b099c9be91fcee5d1920",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=9c4ca8403b5c54de092b81b8b73ba278"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 28.875,
                  "y": 87
                },
                "bottom-right": {
                  "x": 84.875,
                  "y": 102
                },
                "height": 15,
                "width": 56
              },
              "position": {
                "line": 8772,
                "column": 3
              },
              "errorSnippet": "&lt;span class=\"major-topics__link\"&gt;Economy&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]/span[2]",
              "issueID": "3d992202a97d5cfea0355a65cb21a6b1",
              "signature": "91e26ea6317a791e0507c6dac760188c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=3d992202a97d5cfea0355a65cb21a6b1"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 33.875,
                  "y": 87
                },
                "bottom-right": {
                  "x": 79.875,
                  "y": 102
                },
                "height": 15,
                "width": 46
              },
              "position": {
                "line": 8780,
                "column": 3
              },
              "errorSnippet": "&lt;span class=\"major-topics__link\"&gt;Freight&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/a[1]/span[2]",
              "issueID": "8b4593b935541d48f935041d823582b7",
              "signature": "70f9cd1e00454e6914b35215264a497a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=8b4593b935541d48f935041d823582b7"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 30.875,
                  "y": 87
                },
                "bottom-right": {
                  "x": 82.875,
                  "y": 124
                },
                "height": 37,
                "width": 52
              },
              "position": {
                "line": 8788,
                "column": 3
              },
              "errorSnippet": "&lt;span class=\"major-topics__link\"&gt;Data Catalog&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/a[1]/span[2]",
              "issueID": "6906ab34494cf8e33eda13fd668fd0f5",
              "signature": "224b64d164dd238778ad3b4b91cc0259",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=6906ab34494cf8e33eda13fd668fd0f5"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 23.375,
                  "y": 87
                },
                "bottom-right": {
                  "x": 90.375,
                  "y": 102
                },
                "height": 15,
                "width": 67
              },
              "position": {
                "line": 8796,
                "column": 3
              },
              "errorSnippet": "&lt;span class=\"major-topics__link\"&gt;Geography&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/a[1]/span[2]",
              "issueID": "aa2af2c199e6cb754327153bfadfdbe1",
              "signature": "647c85931667ca62e5c4dc4470249425",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=aa2af2c199e6cb754327153bfadfdbe1"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 34.875,
                  "y": 87
                },
                "bottom-right": {
                  "x": 78.875,
                  "y": 102
                },
                "height": 15,
                "width": 44
              },
              "position": {
                "line": 8804,
                "column": 3
              },
              "errorSnippet": "&lt;span class=\"major-topics__link\"&gt;Library&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[6]/div[1]/a[1]/span[2]",
              "issueID": "24e505b1a277a80cc21ff155e4eaae65",
              "signature": "daeae1b3a2893f5f6c7fdb01b6ea2581",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=24e505b1a277a80cc21ff155e4eaae65"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 42,
                  "y": 40
                },
                "height": 40,
                "width": 42
              },
              "position": {
                "line": 9086,
                "column": 1
              },
              "errorSnippet": "&lt;button data-ultimenu-button=\"#ultimenu-main\" class=\"button button--ultimenu\" aria-label=\"Menu\" value=\"Menu\" style=\"\"&gt;&lt;span class=\"bars\"&gt;Menu&lt;/span&gt;&lt;/button&gt;",
              "xpath": "/html/body/button[1]",
              "issueID": "6de5d57caea5fa0b4edcefbab4b80b14",
              "signature": "c92512971cfcdd3d7c7e35f8d44663e1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=6de5d57caea5fa0b4edcefbab4b80b14"
            },
            {
              "tID": 138,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Image link alternative text repeats text in 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": "The `alt` attribute value for this image is identical to the other text within the link. Users of assistive technology may hear the same text twice, which can be confusing or inconvenient. To reduce duplicate announcements, remove the text value of the `alt` attribute, providing a blank value (`alt=\"\"`). Note that this is a special case where the alternative text is provided through other means than the `alt` attribute.",
              "viewPortLocation": {
                "top-left": {
                  "x": 15,
                  "y": 0
                },
                "bottom-right": {
                  "x": 98.7656,
                  "y": 126
                },
                "height": 126,
                "width": 83.7656
              },
              "position": {
                "line": 8077,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://data.bts.gov/\"&gt;&lt;span class=\"major-topics__icon\"&gt; &lt;img src=\"/sites/bts.dot.gov/files/2020-10/icon-data.svg\" alt=\"Data Catalog\" loading=\"lazy\" typeof=\"Image\"&gt; &lt;/span&gt;&lt;br&gt; &lt;span class=\"major-topics__link\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/main[1]/div[1]/div[4]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/a[1]",
              "issueID": "271288ee496dad8aead122a3d128c4e8",
              "signature": "9ae8883a9a18b689ee1c140e000388f8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=138&issueID=271288ee496dad8aead122a3d128c4e8"
            },
            {
              "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": 72
                },
                "bottom-right": {
                  "x": 996,
                  "y": 72
                },
                "height": 0,
                "width": 996
              },
              "position": {
                "line": 7980,
                "column": 387
              },
              "errorSnippet": "&lt;section class=\"ultimenu__flyout is-htb\"&gt; &lt;section class=\"ultimenu__region region region--count-3 row region-ultimenu-main-topics-and-geography\"&gt; &lt;nav aria-labelledby=\"block-main-topics-1-menu\" id=\"block-main-topics-1\" class=\"block block-m",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/section[1]",
              "issueID": "8ffa2fa7d9af708b4e46fcb79b05c52a",
              "signature": "96bae5c17527099e1574b9de2eed39da",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=8ffa2fa7d9af708b4e46fcb79b05c52a"
            },
            {
              "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": -208.984375,
                  "y": 72
                },
                "bottom-right": {
                  "x": 787.015625,
                  "y": 72
                },
                "height": 0,
                "width": 996
              },
              "position": {
                "line": 8090,
                "column": 283
              },
              "errorSnippet": "&lt;section class=\"ultimenu__flyout is-htb\"&gt; &lt;section class=\"ultimenu__region region region--count-3 row region-ultimenu-main-statistical-products-and\"&gt; &lt;nav aria-labelledby=\"block-main-statistical-1-menu\" id=\"block-main-statistical-1\" class=",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/section[1]",
              "issueID": "dc4b298e424c98c33d94a490656b1a06",
              "signature": "71fbf554bf1ed92e7e649d9155d0dd7c",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=dc4b298e424c98c33d94a490656b1a06"
            },
            {
              "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": -3.1875,
                  "y": 72
                },
                "bottom-right": {
                  "x": 275.8125,
                  "y": 72
                },
                "height": 0,
                "width": 279
              },
              "position": {
                "line": 8230,
                "column": 252
              },
              "errorSnippet": "&lt;section class=\"ultimenu__flyout is-htb\"&gt; &lt;section class=\"ultimenu__region region region--count-1 row region-ultimenu-main-national-transportation\"&gt; &lt;nav aria-labelledby=\"block-main-library-menu\" id=\"block-main-library\" class=\"block block-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/section[1]",
              "issueID": "809b7455281914aa0e5336226462c576",
              "signature": "2f2bc8579b177e885bc3d67364d9f47f",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=809b7455281914aa0e5336226462c576"
            },
            {
              "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": -156.328125,
                  "y": 72
                },
                "bottom-right": {
                  "x": 122.671875,
                  "y": 72
                },
                "height": 0,
                "width": 279
              },
              "position": {
                "line": 8297,
                "column": 255
              },
              "errorSnippet": "&lt;section class=\"ultimenu__flyout is-htb\"&gt; &lt;section class=\"ultimenu__region region region--count-1 row region-ultimenu-main-about-bts\"&gt; &lt;nav aria-labelledby=\"block-main-about-menu\" id=\"block-main-about\" class=\"block block-menu navigation me",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[5]/section[1]",
              "issueID": "9d9e92e0a5be2f1b7febc5d8d583b009",
              "signature": "06bd5008ab0a14fb564770bca4aed9ed",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9d9e92e0a5be2f1b7febc5d8d583b009"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 28.125,
                  "y": 28.125
                },
                "height": 28.125,
                "width": 28.125
              },
              "position": {
                "line": 7934,
                "column": 19
              },
              "errorSnippet": "&lt;button class=\"navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" style=\"\"&gt;&lt;span class=\"navbar-toggler-i",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/button[1]",
              "issueID": "a3c9100eadd61b1fbf5f0e5d35069599",
              "signature": "1b898cb476059c784b82a94e135b7cd7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a3c9100eadd61b1fbf5f0e5d35069599"
            },
            {
              "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": 805.25,
                  "y": 38.5
                },
                "bottom-right": {
                  "x": 927.25,
                  "y": 58.5
                },
                "height": 20,
                "width": 122
              },
              "position": {
                "line": 115,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://transportation.libanswers.com/\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;Ask-A-Librarian&lt;svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "5625f09411747e002f1d653a02c5b257",
              "signature": "6c8692164d7522e25d92beb1e992e1f0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5625f09411747e002f1d653a02c5b257"
            },
            {
              "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": 217.5,
                  "y": 4
                },
                "bottom-right": {
                  "x": 217.5,
                  "y": 12.75
                },
                "height": 8.75,
                "width": 0
              },
              "position": {
                "line": 3881,
                "column": 0
              },
              "errorSnippet": "&lt;input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/input[2]",
              "issueID": "33f06d89beb085c629384cf3d52435de",
              "signature": "cbb12151b3eea4d0ec31fda2d9a420d2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=33f06d89beb085c629384cf3d52435de"
            },
            {
              "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": 10,
                  "y": 133
                },
                "bottom-right": {
                  "x": 239,
                  "y": 154
                },
                "height": 21,
                "width": 229
              },
              "position": {
                "line": 6442,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libguides.com/NTLsubjects\" class=\"nav-link nav-link-https--transportationlibguidescom-ntlsubjects ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;Research Tools&lt;svg focusable=\"false\" class=\"ext\" role=\"img\" ari",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/section[1]/section[1]/nav[1]/ul[1]/li[4]/a[1]",
              "issueID": "f478f0ac4bed2e9426f345bd283ca937",
              "signature": "d2fbc84d96368c553e0df00373fe9e84",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f478f0ac4bed2e9426f345bd283ca937"
            },
            {
              "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": 10,
                  "y": 169
                },
                "bottom-right": {
                  "x": 239,
                  "y": 211
                },
                "height": 42,
                "width": 229
              },
              "position": {
                "line": 6513,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libguides.com/ntkn\" class=\"nav-link nav-link-https--transportationlibguidescom-ntkn ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;National Transportation Knowledge Network&lt;svg focusable=\"false\" class=\"ext\" r",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/section[1]/section[1]/nav[1]/ul[1]/li[5]/a[1]",
              "issueID": "ffbdf709aaa62b2ec8c4f69b8c5d13e9",
              "signature": "bda867050ee910ad5e223433f67d26f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ffbdf709aaa62b2ec8c4f69b8c5d13e9"
            },
            {
              "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": 833.5,
                  "y": 2946.9375
                },
                "bottom-right": {
                  "x": 868.5,
                  "y": 2966.9375
                },
                "height": 20,
                "width": 35
              },
              "position": {
                "line": 8112,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\"&gt;&lt;span class=\"fontawesome-icon-inline\"&gt;&lt;i class=\"fab fa-linkedin\"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "920b9123a329c8da1aa19a397cdd4ff2",
              "signature": "38949f88da3287d7d1c1315ca7544562",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=920b9123a329c8da1aa19a397cdd4ff2"
            },
            {
              "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": 948.5,
                  "y": 2945.9375
                },
                "bottom-right": {
                  "x": 983.5,
                  "y": 2965.9375
                },
                "height": 20,
                "width": 35
              },
              "position": {
                "line": 8118,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\"&gt;&lt;span class=\"fontawesome-icon-inline\"&gt;&lt;i class=\"fas fa-envelope\"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "beca08c7fd45511ea2fe5bf626c6587c",
              "signature": "a8a53c08f8cdd6c77f0752085c67da09",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=beca08c7fd45511ea2fe5bf626c6587c"
            },
            {
              "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": 15,
                  "y": 3220.1875
                },
                "bottom-right": {
                  "x": 274,
                  "y": 3241.1875
                },
                "height": 21,
                "width": 259
              },
              "position": {
                "line": 8127,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libanswers.com/\" class=\"nav-link nav-link-https--transportationlibanswerscom- ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;FAQs&lt;svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" x",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[2]/section[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "2a99b70f5588ef5855e7a401e1d85094",
              "signature": "a28deff0cc07a36a91c3886dd95f0af7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2a99b70f5588ef5855e7a401e1d85094"
            },
            {
              "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": 432.5,
                  "y": 3163.1875
                },
                "bottom-right": {
                  "x": 636.5,
                  "y": 3184.1875
                },
                "height": 21,
                "width": 204
              },
              "position": {
                "line": 8148,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libanswers.com/form.php?queue_id=1810\" class=\"nav-link nav-link-https--transportationlibanswerscom-formphpqueue-id1810 ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;Ask a Librarian&lt;svg focusable=\"false\" clas",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[2]/section[2]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "815ff99b4c02dccff862a53f2d01098f",
              "signature": "e7143074a9d2061bc3e72bf200fa7677",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=815ff99b4c02dccff862a53f2d01098f"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 15,
                  "y": 2893.9375
                },
                "bottom-right": {
                  "x": 311,
                  "y": 2915.9375
                },
                "height": 22,
                "width": 296
              },
              "position": {
                "line": 7918,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;U.S. DEPARTMENT OF TRANSPORTATION&lt;/p&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[1]",
              "issueID": "2cfff6c9ce6a5d54bc205d67bfef6d33",
              "signature": "8373f2af0ae2a9cad84fa337fdb2cc5f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2cfff6c9ce6a5d54bc205d67bfef6d33"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 15,
                  "y": 2967.9375
                },
                "bottom-right": {
                  "x": 311,
                  "y": 2989.9375
                },
                "height": 22,
                "width": 296
              },
              "position": {
                "line": 7945,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;1200 NEW JERSEY AVENUE, SE&lt;/p&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/p[3]",
              "issueID": "19ed9af09d5f4b083b591f267a6a124b",
              "signature": "66b89d59df373be61d1e193ee9f21a4f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=19ed9af09d5f4b083b591f267a6a124b"
            },
            {
              "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": 3557.69
                },
                "height": 3557.69,
                "width": 1024
              },
              "position": {
                "line": 2151,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"is-ultimenu-canvas is-ultimenu-canvas--hover layout-no-sidebars page-view-frontpage path-node path-frontpage\"&gt; &lt;noscript&gt;Please enable JavaScript to use this site.&lt;/noscript&gt; &lt;a href=\"#main\" class=\"visually-hidden focusa",
              "xpath": "/html/body",
              "issueID": "867c4e38a518e09e00245384aedfd13e",
              "signature": "6c3410063973ebe1cb48cf0b0e215409",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=867c4e38a518e09e00245384aedfd13e"
            },
            {
              "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": 805.25,
                  "y": 38.5
                },
                "bottom-right": {
                  "x": 927.25,
                  "y": 58.5
                },
                "height": 20,
                "width": 122
              },
              "position": {
                "line": 115,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://transportation.libanswers.com/\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;Ask-A-Librarian&lt;svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/section[1]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "ecc3287bd7355abf65d4f0010bbe5e78",
              "signature": "73ed39a5dec9819223a7c009391a7abc",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ecc3287bd7355abf65d4f0010bbe5e78"
            },
            {
              "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": 10,
                  "y": 133
                },
                "bottom-right": {
                  "x": 239,
                  "y": 154
                },
                "height": 21,
                "width": 229
              },
              "position": {
                "line": 6442,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libguides.com/NTLsubjects\" class=\"nav-link nav-link-https--transportationlibguidescom-ntlsubjects ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;Research Tools&lt;svg focusable=\"false\" class=\"ext\" role=\"img\" ari",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/section[1]/section[1]/nav[1]/ul[1]/li[4]/a[1]",
              "issueID": "1f0bda5205f4d27b2dc5e93241fa8b3c",
              "signature": "cbcc3365814661e9fcdf6cf0b6be0ca5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1f0bda5205f4d27b2dc5e93241fa8b3c"
            },
            {
              "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": 10,
                  "y": 169
                },
                "bottom-right": {
                  "x": 239,
                  "y": 211
                },
                "height": 42,
                "width": 229
              },
              "position": {
                "line": 6513,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libguides.com/ntkn\" class=\"nav-link nav-link-https--transportationlibguidescom-ntkn ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;National Transportation Knowledge Network&lt;svg focusable=\"false\" class=\"ext\" r",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/section[1]/section[1]/nav[1]/ul[1]/li[5]/a[1]",
              "issueID": "843e4b3676acb6b37d3c57bb9710963b",
              "signature": "e573a914c644a586b5433ae8ec9307ec",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=843e4b3676acb6b37d3c57bb9710963b"
            },
            {
              "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": 15,
                  "y": 3220.1875
                },
                "bottom-right": {
                  "x": 274,
                  "y": 3241.1875
                },
                "height": 21,
                "width": 259
              },
              "position": {
                "line": 8127,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libanswers.com/\" class=\"nav-link nav-link-https--transportationlibanswerscom- ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;FAQs&lt;svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" x",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[2]/section[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "c03cf5ea96af17846205269023b83dc7",
              "signature": "1ff4d197c8b22e73bade2539829762f1",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c03cf5ea96af17846205269023b83dc7"
            },
            {
              "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": 432.5,
                  "y": 3163.1875
                },
                "bottom-right": {
                  "x": 636.5,
                  "y": 3184.1875
                },
                "height": 21,
                "width": 204
              },
              "position": {
                "line": 8148,
                "column": 27
              },
              "errorSnippet": "&lt;a href=\"https://transportation.libanswers.com/form.php?queue_id=1810\" class=\"nav-link nav-link-https--transportationlibanswerscom-formphpqueue-id1810 ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener\"&gt;Ask a Librarian&lt;svg focusable=\"false\" clas",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/footer[1]/div[1]/div[2]/section[2]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "4359c534ab79fa9268446781b8bd4126",
              "signature": "4a3b0aab8bc9580d9fc22799f04c5a8c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4359c534ab79fa9268446781b8bd4126"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.bts.gov/",
      "what": "Bureau of Transportation Statistics",
      "result": "https://www.bts.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.bts.gov/",
      "result": [
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This NAV has an id attribute of 'block-header-utility', which is not unique in the same DOM",
          "element": "<nav class=\"block block-menu navigation menu--utility\" id=\"block-header-utility\" aria-labelledby=\"bl ...  my-2\"><a data-drupal-link-system-path=\"node/224996\" href=\"/A-Z-Index\">A-Z Index</a></li></ul></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[aria-labelledby=\"block-header-utility-menu\"][id=\"block-header-utility\"][class=\"block block-menu navigation menu--utility\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This UL has an id attribute of 'block-header-utility', which is not unique in the same DOM",
          "element": "<ul class=\"clearfix nav justify-content-end\" block=\"block-header-utility\" id=\"block-header-utility\"> ... m ml-3 my-2\"><a data-drupal-link-system-path=\"node/224996\" href=\"/A-Z-Index\">A-Z Index</a></li></ul>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "ul[id=\"block-header-utility\"][block=\"block-header-utility\"][class=\"clearfix nav justify-content-end\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 95,
          "bestPracticeId": 1626,
          "attribute": "This element has an aria-labelledby attribute value that includes one or more invalid or duplicate ids",
          "attributeDetail": "This FIELDSET has an aria-labelledby attribute value of 'headerquery', which includes one or more invalid or duplicate ids",
          "element": "<fieldset aria-labelledby=\"headerquery\" class=\"js-form-item js-form-type-search form-type-search js- ... e-input\" placeholder=\"Search\" title=\"Enter the terms you wish to search for.\" id=\"query\"></fieldset>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*: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 the ID of an element which contains the label content for this element.",
            "fix": {
              "aria-labelledby": null
            }
          },
          "fingerprint": {
            "version": 2,
            "css": "fieldset[class=\"js-form-item js-form-type-search form-type-search js-form-item-query form-item-query form-no-label form-group\"][aria-labelledby=\"headerquery\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\"><span class=\"fontawesome-icon-inline\"><i class=\"fab fa-linkedin\"></i></span></a>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)",
          "fixType": {
            "fixType": 1,
            "domSpec": false,
            "helperText": "Provide a descriptive accessible name for the anchor element.",
            "fix": {
              "aria-label": null
            }
          },
          "fingerprint": {
            "version": 2,
            "css": "a[href=\"https://www.linkedin.com/company/bureau-of-transportation-statistics-bts\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\"><span class=\"fontawesome-icon-inline\"><i class=\"fas fa-envelope\"></i></span></a>",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)",
          "fixType": {
            "fixType": 1,
            "domSpec": false,
            "helperText": "Provide a descriptive accessible name for the anchor element.",
            "fix": {
              "aria-label": null
            }
          },
          "fingerprint": {
            "version": 2,
            "css": "a[href=\"https://public.govdelivery.com/accounts/USDOT/subscriber/new?category_id=USDOT_C17\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this DIV",
          "element": "<div role=\"complementary\" data-toggle=\"collapse\" data-target=\"#collapseOne\" class=\"collapsed small r ... tton\"><span class=\"usa-banner-button-text\">Here's how you know</span></button></p></div></div></div>",
          "testResult": 0,
          "path": "body>div:nth-of-type(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)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "div[aria-controls=\"collapseOne\"][aria-expanded=\"false\"][class=\"collapsed small row\"][data-target=\"#collapseOne\"][data-toggle=\"collapse\"][role=\"complementary\"]",
            "attNo": 6
          }
        },
        {
          "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 id=\"navbar-main\" class=\"navbar navbar-dark navbar-expand-lg\"><a class=\"navbar-brand bts-brand m ... rch DOT</legend><legend class=\"d-none\">Search DOT</legend><label class=\"sr-only\" for=\"query\">Search<",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-dark navbar-expand-lg\"][id=\"navbar-main\"]",
            "attNo": 2
          }
        }
      ]
    }
  ],
  "timeStamp": "4aieq",
  "startTime": "2022-07-17T21:25:36",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      42
    ],
    [
      "motion",
      13
    ],
    [
      "ibm",
      11
    ],
    [
      "alfa",
      9
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "focInd",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 23,
  "logSize": 1171,
  "errorLogCount": 11,
  "errorLogSize": 1111,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-17T21:27:27",
  "elapsedSeconds": 117,
  "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": {
        "bulk": 0,
        "focInd": 5,
        "focOp": 10,
        "hover": 138,
        "linkUl": 60,
        "role": 11,
        "styleDiff": 33,
        "zIndex": 14
      },
      "alfa": {
        "r11": 8,
        "r18": 4,
        "r3": 8,
        "r57": 8,
        "r61": 4,
        "r66": 38,
        "r69": 2,
        "r72": 4,
        "r74": 8,
        "r78": 8
      },
      "axe": {
        "aria-valid-attr-value": 1,
        "color-contrast-enhanced": 115,
        "color-contrast": 7,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "aria-allowed-attr": 6,
        "duplicate-id": 1,
        "image-redundant-alt": 1,
        "link-name": 6,
        "region": 6
      },
      "htmlcs": {
        "e:AA.1_4_3.G18.Fail": 4,
        "e:AA.4_1_1.F77": 4,
        "e:AA.4_1_2.H91.A.NoContent": 16,
        "w:AA.1_3_1.H42": 1,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1,
        "w:AA.1_4_3.G145.Abs": 3,
        "w:AA.1_4_3.G145.Alpha": 1,
        "w:AA.1_4_3.G18.Abs": 3,
        "w:AA.1_4_3.G18.BgImage": 1
      },
      "ibm": {
        "WCAG20_Img_LinkTextNotRedundant": 4,
        "WCAG20_Fieldset_HasLegend": 4,
        "RPT_Elem_UniqueId": 4,
        "Rpt_Aria_ValidIdRef": 4,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 24,
        "Rpt_Aria_MultipleNavigationLandmarks_Implicit": 4,
        "Rpt_Aria_ComplementaryRequiredLabel_Implicit": 4,
        "IBMA_Color_Contrast_WCAG2AA": 4,
        "aria_semantics_attribute": 4,
        "element_attribute_deprecated": 1,
        "aria_role_redundant": 4
      },
      "wave": {
        "e:link_empty": 16,
        "e:aria_reference_broken": 4,
        "c:contrast": 12,
        "a:alt_redundant": 2,
        "a:link_pdf": 1,
        "a:noscript": 1,
        "a:text_small": 1,
        "a:underline": 1
      },
      "tenon": {
        "57": 8,
        "79": 4,
        "95": 16,
        "98": 12,
        "129": 3,
        "134": 21,
        "138": 4,
        "144": 16,
        "152": 36,
        "153": 4,
        "155": 2,
        "218": 20
      },
      "continuum": {
        "94": 8,
        "95": 4,
        "237": 8,
        "281": 4,
        "533": 4
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 5,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 8,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 35,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 30,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 8,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "aria_role_redundant": {
              "score": 3,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 8,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 4,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "linkNoText": {
          "alfa": {
            "r11": {
              "score": 8,
              "what": "Link has no accessible name"
            }
          },
          "axe": {
            "link-name": {
              "score": 6,
              "what": "Link has no discernible text"
            }
          },
          "htmlcs": {
            "e:AA.4_1_2.H91.A.NoContent": {
              "score": 16,
              "what": "Link has an href attribute but no text"
            }
          },
          "wave": {
            "e:link_empty": {
              "score": 16,
              "what": "Link contains no text"
            }
          },
          "tenon": {
            "57": {
              "score": 8,
              "what": "Link has no text inside it"
            }
          },
          "continuum": {
            "237": {
              "score": 8,
              "what": "a element has no mechanism that allows an accessible name value to be calculated"
            }
          }
        },
        "ariaBadAttribute": {
          "alfa": {
            "r18": {
              "score": 4,
              "what": "ARIA state or property is not allowed for the element on which it is specified"
            }
          },
          "axe": {
            "aria-valid-attr-value": {
              "score": 1,
              "what": "ARIA attribute has an invalid value"
            },
            "aria-allowed-attr": {
              "score": 6,
              "what": "ARIA attribute is invalid for the role of its element"
            }
          },
          "ibm": {
            "aria_semantics_attribute": {
              "score": 4,
              "what": "ARIA attributes is invalid for the element or ARIA role to which it is assigned"
            }
          },
          "continuum": {
            "281": {
              "score": 4,
              "what": "element has an aria-expanded attribute, which is not allowed"
            }
          }
        },
        "duplicateID": {
          "alfa": {
            "r3": {
              "score": 6,
              "what": "Element id attribute value is not unique"
            }
          },
          "axe": {
            "duplicate-id": {
              "score": 1,
              "what": "id attribute value is not unique"
            }
          },
          "htmlcs": {
            "e:AA.4_1_1.F77": {
              "score": 3,
              "what": "Duplicate id attribute value"
            }
          },
          "ibm": {
            "RPT_Elem_UniqueId": {
              "score": 3,
              "what": "Element id attribute value is not unique within the document"
            }
          },
          "continuum": {
            "94": {
              "score": 6,
              "what": "Elements contains an id attribute set to a value that is not unique in the DOM"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 4,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 3,
              "what": "Some page content is not contained by landmarks"
            }
          },
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 12,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 10,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 29,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 4,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 2,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 5,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G18.Fail": {
              "score": 3,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "ibm": {
            "IBMA_Color_Contrast_WCAG2AA": {
              "score": 3,
              "what": "Contrast ratio of text with background does not meet WCAG 2.1 AA"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 9,
              "what": "Very low contrast"
            }
          }
        },
        "allCaps": {
          "alfa": {
            "r72": {
              "score": 1,
              "what": "Paragraph text is uppercased"
            }
          },
          "tenon": {
            "153": {
              "score": 1,
              "what": "Long string of text is in all caps"
            }
          }
        },
        "fontSizeAbsolute": {
          "alfa": {
            "r74": {
              "score": 4,
              "what": "Paragraph text has an absolute font size"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 4,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "imageTextRedundant": {
          "axe": {
            "image-redundant-alt": {
              "score": 1,
              "what": "Text of a button or link is repeated in the image alternative"
            }
          },
          "ibm": {
            "WCAG20_Img_LinkTextNotRedundant": {
              "score": 1,
              "what": "Text alternative for the image in a link repeats text of the same or an adjacent link"
            }
          },
          "wave": {
            "a:alt_redundant": {
              "score": 1,
              "what": "Redundant text alternative"
            }
          },
          "tenon": {
            "138": {
              "score": 1,
              "what": "Image link alternative text repeats text in the link"
            }
          }
        },
        "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"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1"
            },
            "w:AA.1_4_3.G145.Alpha": {
              "score": 1,
              "what": "Contrast between the text and its background may be less than 3:1, given the transparency"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "legendMissing": {
          "ibm": {
            "WCAG20_Fieldset_HasLegend": {
              "score": 2,
              "what": "fieldset element has no single, non-empty legend as a label"
            }
          }
        },
        "ariaReferenceBad": {
          "ibm": {
            "Rpt_Aria_ValidIdRef": {
              "score": 4,
              "what": "ARIA property does not reference the non-empty unique id of a visible element"
            }
          },
          "wave": {
            "e:aria_reference_broken": {
              "score": 4,
              "what": "Broken ARIA reference"
            }
          }
        },
        "navConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleNavigationLandmarks_Implicit": {
              "score": 3,
              "what": "Element with a navigation role has no unique purpose label among the navigation-role elements"
            }
          }
        },
        "complementaryNoText": {
          "ibm": {
            "Rpt_Aria_ComplementaryRequiredLabel_Implicit": {
              "score": 1,
              "what": "Element has a complementary role but has no label"
            }
          }
        },
        "obsolete": {
          "ibm": {
            "element_attribute_deprecated": {
              "score": 1,
              "what": "Element or attribute is obsolete"
            }
          }
        },
        "pdfLink": {
          "wave": {
            "a:link_pdf": {
              "score": 1,
              "what": "Link to PDF document"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "fontSmall": {
          "wave": {
            "a:text_small": {
              "score": 1,
              "what": "Text is very small"
            }
          },
          "tenon": {
            "134": {
              "score": 16,
              "what": "Text is very small"
            }
          }
        },
        "pseudoLinkRisk": {
          "wave": {
            "a:underline": {
              "score": 1,
              "what": "CSS underline on text that is not a link"
            }
          },
          "tenon": {
            "129": {
              "score": 1,
              "what": "CSS underline on text that is not a link"
            }
          }
        },
        "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": 16,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 18,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 15,
              "what": "Link opens in a new window without user control"
            }
          }
        },
        "labelBadID": {
          "continuum": {
            "95": {
              "score": 4,
              "what": "element has an aria-labelledby value that includes an invalid or duplicate id"
            }
          }
        },
        "navNoText": {
          "continuum": {
            "533": {
              "score": 3,
              "what": "nav element is not the only nav element but has no accessible name"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 476,
      "log": 56,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "hoverSurprise",
          "score": 37
        },
        {
          "groupName": "contrastAAA",
          "score": 37
        },
        {
          "groupName": "linkNoText",
          "score": 36
        },
        {
          "groupName": "linkIndication",
          "score": 32
        },
        {
          "groupName": "targetSize",
          "score": 20
        },
        {
          "groupName": "fontSmall",
          "score": 18
        },
        {
          "groupName": "leadingClipsText",
          "score": 18
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 17
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 17
        },
        {
          "groupName": "contrastAA",
          "score": 16
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 14
        },
        {
          "groupName": "duplicateID",
          "score": 13
        },
        {
          "groupName": "roleBad",
          "score": 11
        },
        {
          "groupName": "focusableOperable",
          "score": 10
        },
        {
          "groupName": "inconsistentStyles",
          "score": 10
        },
        {
          "groupName": "ariaReferenceBad",
          "score": 8
        },
        {
          "groupName": "linkTextsSame",
          "score": 8
        },
        {
          "groupName": "focusIndication",
          "score": 7
        },
        {
          "groupName": "zIndexNotZero",
          "score": 6
        },
        {
          "groupName": "fontSizeAbsolute",
          "score": 6
        },
        {
          "groupName": "headingOfNothing",
          "score": 6
        },
        {
          "groupName": "contrastRisk",
          "score": 6
        },
        {
          "groupName": "labelBadID",
          "score": 6
        },
        {
          "groupName": "navConfusion",
          "score": 5
        },
        {
          "groupName": "navNoText",
          "score": 5
        },
        {
          "groupName": "h1Missing",
          "score": 4
        },
        {
          "groupName": "imageTextRedundant",
          "score": 4
        },
        {
          "groupName": "legendMissing",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "complementaryNoText",
          "score": 3
        },
        {
          "groupName": "obsolete",
          "score": 3
        },
        {
          "groupName": "pdfLink",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "pseudoLinkRisk",
          "score": 3
        },
        {
          "groupName": "titleRedundant",
          "score": 3
        }
      ]
    }
  }
}